DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on OE_SYNC_ORDER_PVT

Line 2175: OE_SYNC_ORDER_PVT.INSERT_SYNC_lINE(P_LINE_rec => l_line_tbl(i),

2171: END IF;
2172:
2173: IF l_insert_sync_line = 'Y' and
2174: (OE_GENESIS_UTIL.source_aia_enabled(l_header_rec.order_source_id)) THEN
2175: OE_SYNC_ORDER_PVT.INSERT_SYNC_lINE(P_LINE_rec => l_line_tbl(i),
2176: p_change_type => l_change_type,
2177: p_req_id => l_itemkey_sso,
2178: X_RETURN_STATUS => L_RETURN_STATUS);
2179: END IF;

Line 2235: OE_SYNC_ORDER_PVT.INSERT_SYNC_lINE(P_LINE_rec => l_line_tbl(i),

2231: oe_debug_pub.add( 'OEXPACKB: - p_line_id(i).split_from_line_id'||p_line_tbl(i).split_from_line_id) ;
2232: END IF;
2233: l_sync_line := 'Y';
2234: IF (l_line_tbl(i).SPLIT_FROM_LINE_ID IS NOT NULL OR l_line_tbl(i).item_type_code <> 'CONFIG') THEN
2235: OE_SYNC_ORDER_PVT.INSERT_SYNC_lINE(P_LINE_rec => l_line_tbl(i),
2236: p_change_type => l_change_type,
2237: p_req_id => l_itemkey_sso,
2238: X_RETURN_STATUS => L_RETURN_STATUS);
2239: END IF;

Line 2717: OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE( p_header_rec => l_header_rec

2713: oe_debug_pub.add('TESTING GENESIS 16...l_lin_req_id'|| l_lin_req_id);
2714: oe_debug_pub.add('TESTING GENESIS 16...l_line_rec.flow_status_code'||l_line_rec.flow_status_code );
2715: END IF;
2716:
2717: OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE( p_header_rec => l_header_rec
2718: ,p_line_rec => null
2719: ,p_hdr_req_id => l_itemkey_sso
2720: ,p_lin_req_id => l_itemkey_sso
2721: ,p_change_type => l_change_type);