DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_ORDER_GRP

Line 8361: oe_debug_pub.add ('link_item: ' || 'calling oe_order_grp.Process_order', 2);

8357:
8358: lStmtNumber := 410;
8359:
8360: IF PG_DEBUG <> 0 THEN
8361: oe_debug_pub.add ('link_item: ' || 'calling oe_order_grp.Process_order', 2);
8362: END IF;
8363: -- Change for MOAC
8364: -- Changing the public process order API to group API
8365: oe_order_grp.Process_Order (

Line 8365: oe_order_grp.Process_Order (

8361: oe_debug_pub.add ('link_item: ' || 'calling oe_order_grp.Process_order', 2);
8362: END IF;
8363: -- Change for MOAC
8364: -- Changing the public process order API to group API
8365: oe_order_grp.Process_Order (
8366: p_api_version_number =>1.0,
8367: x_return_status => l_return_status,
8368: x_msg_count => l_msg_count,
8369: x_msg_data => l_msg_data,