DBA Data[Home] [Help]

APPS.CSTPAPPR dependencies on PO_TAX_SV

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

1293: 'AMOUNT', POD.AMOUNT_ORDERED/POLL.AMOUNT,
1294: 'QUANTITY',POD.QUANTITY_ORDERED/POLL.QUANTITY))
1295: * i_ae_txn_rec.primary_quantity "DIST_QUANTITY",
1296: -- J Changes ----------------------------------------------------------------------------
1297: (po_tax_sv.get_tax('PO',pod.po_distribution_id) /
1298: DECODE(POLL.MATCHING_BASIS, 'AMOUNT', POD.AMOUNT_ORDERED, -- Changed for Complex work procurement
1299: 'QUANTITY',POD.QUANTITY_ORDERED) ) "TAX"
1300: -----------------------------------------------------------------------------------------
1301: FROM

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

2154: decode(l_doc_level,'D', 1, DECODE(POLL.MATCHING_BASIS, -- Changed for Complex work procurement
2155: 'AMOUNT', POD.AMOUNT_ORDERED/POLL.AMOUNT,
2156: 'QUANTITY',pod.quantity_ordered/poll.quantity))
2157: * i_ae_txn_rec.primary_quantity "DIST_QUANTITY",
2158: po_tax_sv.get_tax('PO',pod.po_distribution_id) /
2159: DECODE(POLL.MATCHING_BASIS, -- Changed for Complex work procurement
2160: 'AMOUNT', POD.AMOUNT_ORDERED,
2161: 'QUANTITY',POD.QUANTITY_ORDERED) "TAX"
2162: ---------------------------------------------------------------------------------------------------

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

3181: pod.quantity_ordered - NVL(pod.quantity_cancelled, 0)) "DIST_QUANTITY",
3182: decode(poll.matching_basis,
3183: 'AMOUNT', 1,
3184: NVL(poll.price_override, pol.unit_price)) +
3185: (po_tax_sv.get_tax( 'PO', pod.po_distribution_id) /
3186: decode(poll.matching_basis,
3187: 'AMOUNT', pod.amount_ordered,
3188: pod.quantity_ordered)) "UNIT_PRICE",
3189: NVL(poll.match_option,'P') "MATCH_OPTION"