DBA Data[Home] [Help]

APPS.INV_ITEM_GRP dependencies on EGO_ITEM_USER_ATTRS_CP_PUB

Line 1409: /*Bug 14151154 passing p_commit flag in call to procedure EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data*/

1405: );
1406:
1407: /* Bug 13414358 : Validating the UDAs after applying templates for UDAs, so that transaction type for UDAs
1408: inserted by template code will be set to correct value CREATE/UPDATE from SYNC. */
1409: /*Bug 14151154 passing p_commit flag in call to procedure EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data*/
1410: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data(
1411: ERRBUF => l_err_bug
1412: ,RETCODE => l_ret_code
1413: ,p_data_set_id => l_set_process_id

Line 1410: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data(

1406:
1407: /* Bug 13414358 : Validating the UDAs after applying templates for UDAs, so that transaction type for UDAs
1408: inserted by template code will be set to correct value CREATE/UPDATE from SYNC. */
1409: /*Bug 14151154 passing p_commit flag in call to procedure EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data*/
1410: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data(
1411: ERRBUF => l_err_bug
1412: ,RETCODE => l_ret_code
1413: ,p_data_set_id => l_set_process_id
1414: ,p_validate_only => FND_API.G_TRUE

Line 1451: /*Bug 14151154 passing p_commit flag in call to procedure EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data*/

1447: (p_Template_Id IS NOT NULL AND (p_transaction_type = 'CREATE' OR p_transaction_type = 'UPDATE') AND l_errorcode <> '2' ) -- For Template UDAs processing
1448: )
1449: THEN
1450: */ -- Bug 9959169
1451: /*Bug 14151154 passing p_commit flag in call to procedure EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data*/
1452: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data(
1453: ERRBUF => l_err_bug
1454: ,RETCODE => l_ret_code
1455: ,p_data_set_id => l_set_process_id

Line 1452: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data(

1448: )
1449: THEN
1450: */ -- Bug 9959169
1451: /*Bug 14151154 passing p_commit flag in call to procedure EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data*/
1452: EGO_ITEM_USER_ATTRS_CP_PUB.Process_Item_User_Attrs_Data(
1453: ERRBUF => l_err_bug
1454: ,RETCODE => l_ret_code
1455: ,p_data_set_id => l_set_process_id
1456: ,p_commit => p_commit