DBA Data[Home] [Help]

APPS.OE_ACKNOWLEDGMENT_PUB dependencies on OE_SYNC_ORDER_PVT

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

2247: -- When a line is created through Process Order API, and Booking and Scheduling of line
2248: -- happens in the same call, then Acknowledgement is inserted TWICE, to avoid that
2249: -- we are checking the flag l_sync_line_inserted
2250: IF NOT l_sync_line_inserted THEN
2251: OE_SYNC_ORDER_PVT.INSERT_SYNC_lINE(P_LINE_rec => l_line_tbl(i),
2252: p_change_type => l_change_type,
2253: p_req_id => l_itemkey_sso,
2254: X_RETURN_STATUS => L_RETURN_STATUS);
2255: l_sync_line_inserted := TRUE;

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

2341: -- When a line is created through Process Order API, and Booking and Scheduling of line
2342: -- happens in the same call, then Acknowledgement is inserted TWICE, to avoid this
2343: -- we are checking the flag l_sync_line_inserted
2344: IF NOT l_sync_line_inserted THEN
2345: OE_SYNC_ORDER_PVT.INSERT_SYNC_lINE(P_LINE_rec => l_line_tbl(i),
2346: p_change_type => l_change_type,
2347: p_req_id => l_itemkey_sso,
2348: X_RETURN_STATUS => L_RETURN_STATUS);
2349: l_sync_line_inserted := TRUE;

Line 2833: OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE( p_header_rec => l_header_rec

2829: oe_debug_pub.add('TESTING GENESIS 16...l_lin_req_id'|| l_lin_req_id);
2830: oe_debug_pub.add('TESTING GENESIS 16...l_line_rec.flow_status_code'||l_line_rec.flow_status_code );
2831: END IF;
2832:
2833: OE_SYNC_ORDER_PVT.SYNC_HEADER_LINE( p_header_rec => l_header_rec
2834: ,p_line_rec => null
2835: ,p_hdr_req_id => l_itemkey_sso
2836: ,p_lin_req_id => l_itemkey_sso
2837: ,p_change_type => Nvl(l_change_type, 'OTHERS') ); -- Bug 13008311