DBA Data[Home] [Help]

APPS.CSR_SCHEDULER_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 1201: , oe_order_headers_all oeh

1197: FROM csp_req_line_details crld
1198: , csp_requirement_lines crl
1199: , csp_requirement_headers crh
1200: , oe_order_lines_all oel
1201: , oe_order_headers_all oeh
1202: WHERE crh.task_assignment_id = p_task_assignment_id
1203: AND crl.requirement_header_id = crh.requirement_header_id
1204: AND crld.requirement_line_id = crl.requirement_line_id
1205: AND crld.source_type = 'IO'