DBA Data[Home] [Help]

APPS.OE_OUTBOUND_INT dependencies on OE_DEBUG_PUB

Line 1865: oe_debug_pub.add('Entering Procedure Sync_Order');

1861: P_HDR_ACK_TBL_ APPS.OE_ACKNOWLEDGMENT_PUB.HEADER_ACK_TBL_TYPE;
1862: P_LINE_ACK_TBL_ APPS.OE_ACKNOWLEDGMENT_PUB.LINE_ACK_TBL_TYPE;
1863: BEGIN
1864:
1865: oe_debug_pub.add('Entering Procedure Sync_Order');
1866:
1867: APPS.OE_SYNC_ORDER_PVT.PROCESS_ORDER_SYNC(
1868: P_HEADER_ID,
1869: P_HDR_REQ_ID,

Line 1882: oe_debug_pub.add('Before assigning P_HDR_ACK_TBL');

1878: X_MSG_COUNT,
1879: X_MSG_DATA);
1880:
1881: IF P_HDR_ACK_TBL_.count > 0 THEN
1882: oe_debug_pub.add('Before assigning P_HDR_ACK_TBL');
1883: P_HDR_ACK_TBL := BPEL_UPDATEORDEREBS11I10TOCOMS.PL_TO_SQL0(P_HDR_ACK_TBL_);
1884: oe_debug_pub.add('After assigning P_HDR_ACK_TBL');
1885: END IF;
1886:

Line 1884: oe_debug_pub.add('After assigning P_HDR_ACK_TBL');

1880:
1881: IF P_HDR_ACK_TBL_.count > 0 THEN
1882: oe_debug_pub.add('Before assigning P_HDR_ACK_TBL');
1883: P_HDR_ACK_TBL := BPEL_UPDATEORDEREBS11I10TOCOMS.PL_TO_SQL0(P_HDR_ACK_TBL_);
1884: oe_debug_pub.add('After assigning P_HDR_ACK_TBL');
1885: END IF;
1886:
1887: IF P_LINE_ACK_TBL_.count > 0 THEN
1888: oe_debug_pub.add('Before assigning P_LINE_ACK_TBL');

Line 1888: oe_debug_pub.add('Before assigning P_LINE_ACK_TBL');

1884: oe_debug_pub.add('After assigning P_HDR_ACK_TBL');
1885: END IF;
1886:
1887: IF P_LINE_ACK_TBL_.count > 0 THEN
1888: oe_debug_pub.add('Before assigning P_LINE_ACK_TBL');
1889: P_LINE_ACK_TBL := BPEL_UPDATEORDEREBS11I10TOCOMS.PL_TO_SQL1(P_LINE_ACK_TBL_);
1890: oe_debug_pub.add('After assigning P_LINE_ACK_TBL');
1891: END IF;
1892:

Line 1890: oe_debug_pub.add('After assigning P_LINE_ACK_TBL');

1886:
1887: IF P_LINE_ACK_TBL_.count > 0 THEN
1888: oe_debug_pub.add('Before assigning P_LINE_ACK_TBL');
1889: P_LINE_ACK_TBL := BPEL_UPDATEORDEREBS11I10TOCOMS.PL_TO_SQL1(P_LINE_ACK_TBL_);
1890: oe_debug_pub.add('After assigning P_LINE_ACK_TBL');
1891: END IF;
1892:
1893: oe_debug_pub.add('Exiting Procedure Sync_Order');
1894: END Sync_Order;

Line 1893: oe_debug_pub.add('Exiting Procedure Sync_Order');

1889: P_LINE_ACK_TBL := BPEL_UPDATEORDEREBS11I10TOCOMS.PL_TO_SQL1(P_LINE_ACK_TBL_);
1890: oe_debug_pub.add('After assigning P_LINE_ACK_TBL');
1891: END IF;
1892:
1893: oe_debug_pub.add('Exiting Procedure Sync_Order');
1894: END Sync_Order;
1895:
1896: END Oe_Outbound_Int;