DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on PO_TAX_SV

Line 1324: (po_tax_sv.get_tax('PO',pod.po_distribution_id) /

1320: 'AMOUNT', POD.AMOUNT_ORDERED/POLL.AMOUNT,
1321: 'QUANTITY',POD.QUANTITY_ORDERED/POLL.QUANTITY))
1322: * i_ae_txn_rec.primary_quantity "DIST_QUANTITY",
1323: -- J Changes ----------------------------------------------------------------------------
1324: (po_tax_sv.get_tax('PO',pod.po_distribution_id) /
1325: DECODE(POLL.MATCHING_BASIS, 'AMOUNT', POD.AMOUNT_ORDERED, -- Changed for Complex work procurement
1326: 'QUANTITY',POD.QUANTITY_ORDERED*l_uom_ratio) ) "TAX"
1327: -----------------------------------------------------------------------------------------
1328: FROM

Line 2438: po_tax_sv.get_tax('PO',pod.po_distribution_id) /

2434: decode(l_doc_level,'D', 1, DECODE(POLL.MATCHING_BASIS, -- Changed for Complex work procurement
2435: 'AMOUNT', POD.AMOUNT_ORDERED/POLL.AMOUNT,
2436: 'QUANTITY',pod.quantity_ordered/poll.quantity))
2437: * i_ae_txn_rec.primary_quantity "DIST_QUANTITY",
2438: po_tax_sv.get_tax('PO',pod.po_distribution_id) /
2439: DECODE(POLL.MATCHING_BASIS, -- Changed for Complex work procurement
2440: 'AMOUNT', POD.AMOUNT_ORDERED,
2441: 'QUANTITY',POD.QUANTITY_ORDERED*l_uom_ratio) "TAX"
2442: ---------------------------------------------------------------------------------------------------

Line 3545: (po_tax_sv.get_tax( 'PO', pod.po_distribution_id) /

3541: pod.quantity_ordered - NVL(pod.quantity_cancelled, 0)) "DIST_QUANTITY",
3542: decode(poll.matching_basis,
3543: 'AMOUNT', 1,
3544: NVL(poll.price_override, pol.unit_price)) +
3545: (po_tax_sv.get_tax( 'PO', pod.po_distribution_id) /
3546: decode(poll.matching_basis,
3547: 'AMOUNT', pod.amount_ordered,
3548: pod.quantity_ordered)) "UNIT_PRICE",
3549: NVL(poll.match_option,'P') "MATCH_OPTION"