DBA Data[Home] [Help]

APPS.CTO_ITEM_PK dependencies on CTO_CONFIG_ITEM_PK

Line 1557: lStatus := CTO_CONFIG_ITEM_PK.create_item(

1553: ) then
1554:
1555: oe_debug_pub.add('Create_All_Items: Handle Item Creation for Type 1 , 2 , Preconfig or no match/reuse ' , 1 ) ;
1556:
1557: lStatus := CTO_CONFIG_ITEM_PK.create_item(
1558: pModelId => v_model_lines.inventory_item_id,
1559: pLineId => v_model_lines.line_id,
1560: pConfigId => lxConfigId,
1561: xMsgCount => xMsgCount,

Line 1879: lStatus := CTO_CONFIG_ITEM_PK.create_item(

1875: elsif ( lXConfigId is not null and nvl(v_model_lines.config_creation, 1) = 3 and v_perform_match = 'N' ) then
1876:
1877: oe_debug_pub.add('Create_All_Items: Handle Item Creation for Type 3 reuse ' , 1 ) ;
1878:
1879: lStatus := CTO_CONFIG_ITEM_PK.create_item(
1880: pModelId => v_model_lines.inventory_item_id,
1881: pLineId => v_model_lines.line_id,
1882: pConfigId => lxConfigId,
1883: xMsgCount => xMsgCount,