DBA Data[Home] [Help]

APPS.CSR_SCHEDULER_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 1282: , oe_order_headers_all oeh

1278: FROM csp_req_line_details crld
1279: , csp_requirement_lines crl
1280: , csp_requirement_headers crh
1281: , oe_order_lines_all oel
1282: , oe_order_headers_all oeh
1283: WHERE crh.task_assignment_id = p_task_assignment_id
1284: AND crl.requirement_header_id = crh.requirement_header_id
1285: AND crld.requirement_line_id = crl.requirement_line_id
1286: AND crld.source_type = 'IO'