DBA Data[Home] [Help]

APPS.WSH_INTERFACE_COMMON_ACTIONS dependencies on PO_REQUISITION_HEADERS_ALL

Line 1317: po_requisition_headers_all ph

1313: into l_detail_id_tab, l_detail_qty_tab
1314: from wsh_delivery_details wdd,
1315: oe_order_lines_all ol,
1316: po_requisition_lines_all pl,
1317: po_requisition_headers_all ph
1318: where wdd.source_code = 'OE'
1319: and wdd.released_status in ('R','B','X')
1320: and wdd.source_line_id = ol.line_id
1321: and ol.source_document_line_id = pl.requisition_line_id

Line 2070: po_requisition_headers_all ph

2066: into l_detail_id_tab, l_detail_qty_tab
2067: from wsh_delivery_details wdd,
2068: oe_order_lines_all ol,
2069: po_requisition_lines_all pl,
2070: po_requisition_headers_all ph
2071: where wdd.source_code = 'OE'
2072: and wdd.released_status in ('R','B','X')
2073: and wdd.source_line_id = ol.line_id
2074: and ol.source_document_line_id = pl.requisition_line_id

Line 5359: po_requisition_headers_all ph

5355: wsh_del_assgn_interface wdai,
5356: wsh_delivery_details wdd1,
5357: oe_order_lines_all ol,
5358: po_requisition_lines_all pl,
5359: po_requisition_headers_all ph
5360: where wdd1.source_code = 'OE'
5361: and wdd1.released_status in ('R','B','X')
5362: and wddi.delivery_detail_interface_id = wdai.delivery_detail_interface_id
5363: and wdai.delivery_interface_id = p_delivery_interface_id