DBA Data[Home] [Help]

APPS.CSD_SOO_PVT dependencies on PO_REQUISITION_HEADERS_ALL

Line 1299: po_requisition_headers_all porh,

1295: porh.authorization_status status_code
1296: from
1297: csd_repairs dra,
1298: wip_entities we,
1299: po_requisition_headers_all porh,
1300: csd_repair_job_xref xref,
1301: po_requisition_lines_all porl
1302: where
1303: dra.repair_line_id = xref.repair_line_id and

Line 1620: po_requisition_headers_all porh,

1616: null status_id,
1617: porh.authorization_status status_code
1618: from
1619: csd_repairs dra,
1620: po_requisition_headers_all porh,
1621: csd_product_transactions dpt
1622: where
1623: dra.repair_line_id = dpt.repair_line_id and
1624: dpt.action_type is null and