DBA Data[Home] [Help]

APPS.XDP_INTERFACES_PUB dependencies on XDP_ORDER

Line 807: XDP_ORDER.Process_Order(

803: END IF;
804:
805: /******* Start of API Body *******/
806:
807: XDP_ORDER.Process_Order(
808: lv_order_header,
809: lv_order_param_list,
810: lv_order_line_list,
811: lv_line_param_list,

Line 1085: be moved to XDP_ORDER, then these calls should point to the respective

1081:
1082: /*
1083: This one will go through XDP_INTERFACES as the detail implementation
1084: for cancelling an order is in XDP_INTERFACES. However, it will
1085: be moved to XDP_ORDER, then these calls should point to the respective
1086: Internal APIs.
1087: */
1088:
1089: IF p_order_id is NOT NULL THEN