DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on PO_HEADERS_ALL

Line 1709: from po_headers_all

1705: For Normal receits do it at the PO price as before. */
1706:
1707: select org_id
1708: into l_po_ou_id /* Get the OU where PO is created */
1709: from po_headers_all
1710: where po_header_id = (select po_header_id
1711: from rcv_transactions
1712: where transaction_id = i_ae_txn_rec.transaction_id);
1713:

Line 2488: po_headers_all POH,

2484: l_encum_amount,
2485: l_po_rate,
2486: l_po_rate_date
2487: FROM
2488: po_headers_all POH,
2489: po_lines_all POL,
2490: po_line_locations_all POLL,
2491: po_distributions_all POD,
2492: rcv_transactions RT

Line 2525: po_headers_all POH,

2521: l_encum_amount,
2522: l_po_rate,
2523: l_po_rate_date
2524: FROM
2525: po_headers_all POH,
2526: po_lines_all POL,
2527: po_line_locations_all POLL,
2528: po_distributions_all POD,
2529: rcv_transactions RT

Line 3458: po_headers_all

3454: NVL(org_id,-1)
3455: into
3456: l_operating_unit
3457: FROM
3458: po_headers_all
3459: WHERE
3460: po_header_id = (select po_header_id from rcv_transactions
3461: where transaction_id = i_transaction_id);
3462: