DBA Data[Home] [Help]

APPS.PO_AUTO_LINE_LOC_PROCESS_PVT dependencies on RCV_CORE_S

Line 1430: RCV_CORE_S.get_receiving_controls( p_order_type_lookup_code => line_location_rec.value_basis ,

1426: IF (PO_LOG.d_stmt) THEN
1427: PO_LOG.stmt(d_module, d_progress, 'Getting receiving controls.');
1428: END IF;
1429:
1430: RCV_CORE_S.get_receiving_controls( p_order_type_lookup_code => line_location_rec.value_basis ,
1431: p_purchase_basis => l_line_purchase_basis ,
1432: p_line_location_id => NULL ,
1433: p_item_id => p_lines.item_id_tbl(i) ,
1434: p_org_id => line_location_rec.ship_to_organization_id ,