DBA Data[Home] [Help]

APPS.PO_CONTROL_CHECKS dependencies on OE_DROP_SHIP_GRP

Line 83: OE_DROP_SHIP_GRP.Get_Order_Line_Status(

79: l_progress := '020';
80: -- If any of the Drop Ship Requisition Lines have open sales orders, return error
81: FOR I IN 1..l_line_location_id.count LOOP
82:
83: OE_DROP_SHIP_GRP.Get_Order_Line_Status(
84: p_api_version => 1.0,
85: p_po_header_id => l_po_header_id(i),
86: p_po_release_id => l_po_release_id(i),
87: p_po_line_id => l_po_line_id(i),

Line 100: 'After Call to OE_DROP_SHIP_GRP.Get_Order_Line_Status RetStatus: ' || l_return_status

96:
97: IF g_fnd_debug = 'Y' THEN
98: IF (FND_LOG.G_CURRENT_RUNTIME_LEVEL <= FND_LOG.LEVEL_STATEMENT) THEN
99: FND_LOG.string(FND_LOG.LEVEL_STATEMENT, l_api_name|| '.' || l_progress,
100: 'After Call to OE_DROP_SHIP_GRP.Get_Order_Line_Status RetStatus: ' || l_return_status
101: || 'POHeader:' || l_po_header_id(i) || ' Release:' || l_po_release_id(i)
102: || ' Line:' || l_po_line_id(i) || ' LineLoc:' || l_line_location_id(i)
103: || ' SOUpdatable:' || l_updatable_flag);
104: END IF;