DBA Data[Home] [Help]

APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on PO_REQUISITION_LINES_ALL

Line 688: po_requisition_lines_all pl,

684: INTO l_delivery_detail_exists
685: FROM wsh_delivery_details wdd,
686: wsh_delivery_assignments wda,
687: oe_order_lines_all ol,
688: po_requisition_lines_all pl,
689: po_requisition_headers_all ph
690: WHERE wdd.delivery_detail_id = wda.delivery_detail_id
691: AND wdd.released_status in ('R','B','X')
692: AND wdd.source_code = 'OE'