DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_ORDER_GRP

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

8658:
8659: lStmtNumber := 410;
8660:
8661: IF PG_DEBUG <> 0 THEN
8662: oe_debug_pub.add ('link_item: ' || 'calling oe_order_grp.Process_order', 2);
8663: END IF;
8664: -- Change for MOAC
8665: -- Changing the public process order API to group API
8666: oe_order_grp.Process_Order (

Line 8666: oe_order_grp.Process_Order (

8662: oe_debug_pub.add ('link_item: ' || 'calling oe_order_grp.Process_order', 2);
8663: END IF;
8664: -- Change for MOAC
8665: -- Changing the public process order API to group API
8666: oe_order_grp.Process_Order (
8667: p_api_version_number =>1.0,
8668: x_return_status => l_return_status,
8669: x_msg_count => l_msg_count,
8670: x_msg_data => l_msg_data,