DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on OE_DROP_SHIP_GRP

Line 747: OE_DROP_SHIP_GRP.Update_Drop_Ship_links(

743: --
744: -- Remove deleted PO References from Drop Ship Sources Table for all deleted Shipments
745: FOR I IN 1..l_line_location_id.count LOOP
746:
747: OE_DROP_SHIP_GRP.Update_Drop_Ship_links(
748: p_api_version => 1.0,
749: p_po_header_id => l_po_header_id(i),
750: p_po_release_id => l_po_release_id(i),
751: p_po_line_id => l_po_line_id(i),

Line 762: 'After Call to OE_DROP_SHIP_GRP.Update_Drop_Ship_links RetStatus: ' || l_return_status

758:
759: IF g_fnd_debug = 'Y' THEN
760: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
761: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_api_name|| '.' || x_progress,
762: 'After Call to OE_DROP_SHIP_GRP.Update_Drop_Ship_links RetStatus: ' || l_return_status
763: || 'POHeader:' || l_po_header_id(i) || ' Release:' || l_po_release_id(i)
764: || ' Line:' || l_po_line_id(i) || ' LineLoc:' || l_line_location_id(i)
765: || ' ReqHdr:' || l_req_header_id(i) || ' ReqLine:' || l_req_line_id(i));
766: END IF;