DBA Data[Home] [Help]

APPS.INV_TRANSACTION_FLOW_PUB dependencies on PO_REQUISITION_LINES_ALL

Line 3275: , po_requisition_lines_all pol

3271: , oe_order_lines_all OEL
3272: , oe_order_headers_all OEH
3273: , rcv_transactions RCT
3274: , po_requisition_headers_all poh
3275: , po_requisition_lines_all pol
3276: WHERE poh.requisition_header_id = pol.requisition_header_id
3277: AND pol.requisition_line_id = oel.orig_sys_document_Ref
3278: AND oel.order_source_id = 10
3279: AND oel.header_id = oeh.header_id

Line 5042: , po_requisition_lines_all pol

5038: into l_trf_price_date
5039: from ic_whse_mst WHS
5040: , oe_order_lines_all OEL
5041: , rcv_transactions RCT
5042: , po_requisition_lines_all pol
5043: where pol.requisition_line_id = oel.orig_sys_document_Ref
5044: and oel.order_source_id = 10
5045: and RCT.transaction_id = l_line_id
5046: and RCT.requisition_line_id = pol.requisition_line_id