DBA Data[Home] [Help]

APPS.CTO_WORKFLOW dependencies on CTO_ITEM_PK

Line 592: l_status := CTO_ITEM_PK.create_and_link_item

588:
589: oe_debug_pub.add('create_config_item_wf: ' || 'Calling Create and Link Item.', 1);
590: END IF;
591:
592: l_status := CTO_ITEM_PK.create_and_link_item
593: (pTopAtoLineId => to_number(p_itemkey),
594: xReturnStatus => l_xReturnStatus,
595: xMsgCount => l_xMsgCount,
596: xMsgData => l_xMsgData );