DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on PO_HEADERS_ALL

Line 1739: from po_headers_all

1735: For Normal receits do it at the PO price as before. */
1736:
1737: select org_id
1738: into l_po_ou_id /* Get the OU where PO is created */
1739: from po_headers_all
1740: where po_header_id = (select po_header_id
1741: from rcv_transactions
1742: where transaction_id = i_ae_txn_rec.transaction_id);
1743:

Line 2848: po_headers_all POH,

2844: l_encum_amount,
2845: l_po_rate,
2846: l_po_rate_date
2847: FROM
2848: po_headers_all POH,
2849: po_lines_all POL,
2850: po_line_locations_all POLL,
2851: po_distributions_all POD,
2852: rcv_transactions RT

Line 2885: po_headers_all POH,

2881: l_encum_amount,
2882: l_po_rate,
2883: l_po_rate_date
2884: FROM
2885: po_headers_all POH,
2886: po_lines_all POL,
2887: po_line_locations_all POLL,
2888: po_distributions_all POD,
2889: rcv_transactions RT

Line 3826: po_headers_all

3822: NVL(org_id,-1)
3823: into
3824: l_operating_unit
3825: FROM
3826: po_headers_all
3827: WHERE
3828: po_header_id = (select po_header_id from rcv_transactions
3829: where transaction_id = i_transaction_id);
3830: