DBA Data[Home] [Help]

APPS.PO_REQ_LINES_SV dependencies on MTL_SUPPLY

Line 1315: FROM MTL_SUPPLY

1311: X_progress := '010';
1312:
1313: SELECT COUNT(1)
1314: INTO X_row_exists
1315: FROM MTL_SUPPLY
1316: WHERE req_header_id = X_req_header_id
1317: AND req_line_id = NVL(X_req_line_id, req_line_id)
1318: AND supply_type_code = 'SHIPMENT'
1319: AND quantity > 0;