DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on PO_HEADERS_ALL

Line 400: po_headers_all poh

396: poh.segment1
397: INTO l_inv_org_id,
398: l_po_number
399: FROM po_line_locations_all poll,
400: po_headers_all poh
401: WHERE poll.line_location_id = l_accounting_events_rec.shipment_id
402: AND poh.po_header_id = poll.po_header_id;
403:
404: l_ctr := g_rae_event_id_tbl.COUNT + 1;

Line 616: po_headers_all poh,

612: DECODE( poh.org_id,
613: cod.operating_unit, 'N',
614: 'Y')
615: FROM
616: po_headers_all poh,
617: po_lines_all pol,
618: po_line_locations_all poll,
619: po_distributions_all pod,
620: cst_organization_definitions cod,

Line 816: po_headers_all poh,

812: pod.code_combination_id act_debit_ccid,
813: pod.accrual_account_id act_credit_ccid,
814: pod.budget_account_id enc_credit_ccid
815: FROM cst_per_end_accruals_temp cpea,
816: po_headers_all poh,
817: po_line_locations_all poll,
818: po_distributions_all pod,
819: fnd_currencies fnc1,
820: fnd_currencies fnc2,