DBA Data[Home] [Help]

APPS.CST_RECEIPTACCRUALPEREND_PVT dependencies on PO_LINE_LOCATIONS_ALL

Line 399: FROM po_line_locations_all poll,

395: SELECT poll.ship_to_organization_id,
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:

Line 618: po_line_locations_all poll,

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,
621: mtl_system_items msi,
622: mtl_units_of_measure tuom,

Line 815: po_line_locations_all poll,

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