DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_CHECK dependencies on PO_TAX_SV

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

2272: x_session_gt_key
2273: , (DECODE(pod.amount_ordered,
2274: NULL,(pod.quantity_ordered - NVL(pod.quantity_cancelled,0)) * poll.price_override,
2275: pod.amount_ordered - NVL(pod.amount_cancelled,0))
2276: + po_tax_sv.get_tax('PO',pod.po_distribution_id))
2277: * nvl(pod.rate,1)
2278: , NULL
2279: , pod.code_combination_id
2280: , poll.ship_to_location_id + 0

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

2352: x_session_gt_key
2353: , (DECODE(pod.amount_ordered,
2354: NULL, (pod.quantity_ordered - NVL(pod.quantity_cancelled,0)) * poll.price_override,
2355: pod.amount_ordered - NVL(pod.amount_cancelled,0))
2356: + po_tax_sv.get_tax('RELEASE',pod.po_distribution_id))
2357: * NVL(pod.rate,1)
2358: , NULL
2359: , pod.code_combination_id
2360: , poll.ship_to_location_id