DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_GENERAL_PKG

Line 5078: A call to the jai_general_pkg.JA_IN_VAT_ASSESSABLE_VALUE has been made passing the parameters

5074:
5075: 5. 16/Mar/05 ssumaith - bug# 4245053 file version 115.3
5076:
5077: uptake of the vat assessable value has been done in this trigger.
5078: A call to the jai_general_pkg.JA_IN_VAT_ASSESSABLE_VALUE has been made passing the parameters
5079: to get the vat assessable value to the tax calculation routines and update the vat assessable
5080: value in the JAI_OM_OE_SO_LINES table.
5081:
5082: This vat assessable value is sent as an additional parameter to the various procedures

Line 5299: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value

5295: */
5296:
5297:
5298: /* added by ssumaith - bug#4245053 */
5299: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value
5300: (
5301: p_party_id => v_customer_id ,
5302: p_party_site_id => v_ship_to_site_use_id ,
5303: p_inventory_item_id => v_inventory_item_id ,

Line 6024: A call to the jai_general_pkg.JA_IN_VAT_ASSESSABLE_VALUE has been made passing the parameters

6020:
6021: 5. 17/03/2005 ssumaith - bug# 4245053 - File Version 115.3
6022:
6023: uptake of the vat assessable value has been done in this trigger.
6024: A call to the jai_general_pkg.JA_IN_VAT_ASSESSABLE_VALUE has been made passing the parameters
6025: to get the vat assessable value to the tax calculation routines and update the vat assessable
6026: value in the JAI_OM_OE_SO_LINES table.
6027:
6028: This vat assessable value is sent as an additional parameter to the various procedures

Line 6235: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value

6231: ||Added by Ramananda for bug #4567935 (115 bug3671351) , End
6232: */
6233:
6234: /* Bug# 4245053 - following function call added by ssumaith */
6235: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value
6236: (
6237: p_party_id => v_customer_id ,
6238: p_party_site_id => v_ship_to_site_use_id ,
6239: p_inventory_item_id => v_inventory_item_id ,