DBA Data[Home] [Help]

APPS.ENG_CHANGE_IMPORT_UTIL dependencies on EGO_ITEM_AML_GRP

Line 2426: Write_Debug('Before calling EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata');

2422:
2423:
2424:
2425:
2426: Write_Debug('Before calling EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata');
2427:
2428:
2429: EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata (
2430: p_api_version => 1.0

Line 2429: EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata (

2425:
2426: Write_Debug('Before calling EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata');
2427:
2428:
2429: EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata (
2430: p_api_version => 1.0
2431: ,p_commit => FND_API.G_FALSE
2432: ,p_data_set_id => p_batch_id
2433: ,p_pf_to_process => G_CM_TO_BE_PROCESSED -- p_pf_to_process

Line 2440: Write_Debug('After calling EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata: Return Status: ' || l_return_status );

2436: ,x_msg_count => l_msg_count
2437: ,x_msg_data => l_msg_data
2438: ) ;
2439:
2440: Write_Debug('After calling EGO_ITEM_AML_GRP.Populate_Intf_With_Proddata: Return Status: ' || l_return_status );
2441:
2442:
2443: IF l_return_status <> G_RET_STS_SUCCESS
2444: THEN