DBA Data[Home] [Help]

APPS.JAI_AR_RCTLA_TRIGGER_PKG dependencies on JAI_GENERAL_PKG

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

6455:
6456: 5. 16/Mar/05 ssumaith - bug# 4245053 file version 115.3
6457:
6458: uptake of the vat assessable value has been done in this trigger.
6459: A call to the jai_general_pkg.JA_IN_VAT_ASSESSABLE_VALUE has been made passing the parameters
6460: to get the vat assessable value to the tax calculation routines and update the vat assessable
6461: value in the JAI_OM_OE_SO_LINES table.
6462:
6463: This vat assessable value is sent as an additional parameter to the various procedures

Line 6737: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value

6733: */
6734:
6735:
6736: /* added by ssumaith - bug#4245053 */
6737: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value
6738: (
6739: p_party_id => v_customer_id ,
6740: p_party_site_id => v_site_use_id , /*Bug 8371741*/
6741: p_inventory_item_id => v_inventory_item_id ,

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

7479:
7480: 5. 17/03/2005 ssumaith - bug# 4245053 - File Version 115.3
7481:
7482: uptake of the vat assessable value has been done in this trigger.
7483: A call to the jai_general_pkg.JA_IN_VAT_ASSESSABLE_VALUE has been made passing the parameters
7484: to get the vat assessable value to the tax calculation routines and update the vat assessable
7485: value in the JAI_OM_OE_SO_LINES table.
7486:
7487: This vat assessable value is sent as an additional parameter to the various procedures

Line 7715: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value

7711: ||Added by Ramananda for bug #4567935 (115 bug3671351) , End
7712: */
7713:
7714: /* Bug# 4245053 - following function call added by ssumaith */
7715: ln_vat_assessable_value := jai_general_pkg.ja_in_vat_assessable_value
7716: (
7717: p_party_id => v_customer_id ,
7718: p_party_site_id => v_bill_to_site_use_id , /*Bug 8371741*/
7719: p_inventory_item_id => v_inventory_item_id ,