DBA Data[Home] [Help]

APPS.PO_POAPPROVAL_INIT1 dependencies on PO_LINE_LOCATIONS_ALL

Line 776: po_line_locations_all POLL

772: ) * X_min_acct_unit
773: ),0)
774: INTO l_tax_amount
775: FROM po_distributions_all POD,
776: po_line_locations_all POLL
777: WHERE POD.po_header_id = POHdr_rec.po_header_id
778: AND POD.line_location_id=POLL.line_location_id
779: AND POD.po_header_id=POLL.po_header_id
780: AND Nvl(POD.distribution_type,'STANDARD') NOT IN ('PREPAYMENT') --11876122

Line 801: po_line_locations_all POLL

797: )
798: ),0)
799: INTO l_tax_amount
800: FROM po_distributions_all POD,
801: po_line_locations_all POLL
802: WHERE POD.po_header_id = POHdr_rec.po_header_id
803: AND POD.line_location_id=POLL.line_location_id
804: AND POD.po_header_id=POLL.po_header_id
805: AND Nvl(distribution_type,'STANDARD') NOT IN ('PREPAYMENT') -- 11876122