DBA Data[Home] [Help]

APPS.JAI_AR_TAX_LINES_PKG dependencies on JAI_INV_ITEMS_PKG

Line 637: jai_inv_items_pkg.jai_get_attrib(p_regime_code => ln_regime_code,

633:
634: ELSIF UPPER(nvl(ln_regime_code, '####')) = jai_constants.vat_regime THEN
635:
636: if pr_new.inventory_item_id is not null then
637: jai_inv_items_pkg.jai_get_attrib(p_regime_code => ln_regime_code,
638: p_organization_id => v_organization_id,
639: p_inventory_item_id => pr_new.inventory_item_id,
640: p_attribute_code => jai_constants.rgm_attr_item_applicable,
641: p_attribute_value => lv_attr_value,