DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on OE_DROP_SHIP_GRP

Line 890: OE_DROP_SHIP_GRP.Update_Drop_Ship_links(

886: --
887: -- Remove deleted PO References from Drop Ship Sources Table for all deleted Shipments
888: FOR I IN 1..l_line_location_id.count LOOP
889:
890: OE_DROP_SHIP_GRP.Update_Drop_Ship_links(
891: p_api_version => 1.0,
892: p_po_header_id => l_po_header_id(i),
893: p_po_release_id => l_po_release_id(i),
894: p_po_line_id => l_po_line_id(i),

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

901:
902: IF g_fnd_debug = 'Y' THEN
903: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
904: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_api_name|| '.' || x_progress,
905: 'After Call to OE_DROP_SHIP_GRP.Update_Drop_Ship_links RetStatus: ' || l_return_status
906: || 'POHeader:' || l_po_header_id(i) || ' Release:' || l_po_release_id(i)
907: || ' Line:' || l_po_line_id(i) || ' LineLoc:' || l_line_location_id(i)
908: || ' ReqHdr:' || l_req_header_id(i) || ' ReqLine:' || l_req_line_id(i));
909: END IF;