DBA Data[Home] [Help]

APPS.WSH_INTERFACE_VALIDATIONS_PKG dependencies on OE_ORDER_LINES_ALL

Line 687: oe_order_lines_all ol,

683: SELECT distinct 'X'
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')