DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_TAX_SV

Line 2242: + po_tax_sv.get_tax('PO',pod.po_distribution_id))

2238: x_session_gt_key
2239: , (DECODE(pod.amount_ordered,
2240: NULL,(pod.quantity_ordered - NVL(pod.quantity_cancelled,0)) * poll.price_override,
2241: pod.amount_ordered - NVL(pod.amount_cancelled,0))
2242: + po_tax_sv.get_tax('PO',pod.po_distribution_id))
2243: * nvl(pod.rate,1)
2244: , NULL
2245: , pod.code_combination_id
2246: , poll.ship_to_location_id + 0

Line 2320: + po_tax_sv.get_tax('RELEASE',pod.po_distribution_id))

2316: x_session_gt_key
2317: , (DECODE(pod.amount_ordered,
2318: NULL, (pod.quantity_ordered - NVL(pod.quantity_cancelled,0)) * poll.price_override,
2319: pod.amount_ordered - NVL(pod.amount_cancelled,0))
2320: + po_tax_sv.get_tax('RELEASE',pod.po_distribution_id))
2321: * NVL(pod.rate,1)
2322: , NULL
2323: , pod.code_combination_id
2324: , poll.ship_to_location_id