Error When Trying To Load Claim Data Into Interface Table
(Doc ID 2578869.1)
Last updated on AUGUST 26, 2019
Applies to:
Oracle Trade Management - Version 12.1.3 and laterInformation in this document applies to any platform.
Symptoms
Using API to load data into interface tables (OZF_CLAIMS_INT_ALL &
OZF_CLAIM_LINES_INT_ALL), but receiving error.
ERROR -OZF_UTILITY_PVT:OZF_API_MISSING_FIELD:INTERFACE_CLAIM_LINE_ID
API fails for 2 errors:
1. Though interface_claim_line_id is passed, it fails validation.
2. though org_id is passed - its not taking and failing validation.
OZF_CLAIM_LINES_INT_PUB.Create_Claim_Lines_Int (
p_api_version_number => 1.0,
p_init_msg_list => FND_API.G_FALSE,
p_commit => FND_API.G_FALSE,
x_return_status => l_return_status,
x_msg_count => l_msg_count,
x_msg_data => l_msg_data,
p_claim_lines_int_rec => l_claim_line_int_rec,
x_interface_claim_line_id => l_interface_claim_line_id);
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |