DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_INV_ITEMS_PKG

Line 621: jai_inv_items_pkg.jai_get_attrib (

617: /*********************************************************************************************************
618: || Validate whether the item attached is vatable or not
619: *********************************************************************************************************/
620: if pr_new.inventory_item_id is not null then /*ssumaith - bug#6104491 */
621: jai_inv_items_pkg.jai_get_attrib (
622: p_regime_code => ln_regime_code ,
623: p_organization_id => v_organization_id ,
624: p_inventory_item_id => pr_new.inventory_item_id ,
625: p_attribute_code => jai_constants.rgm_attr_item_applicable ,

Line 1444: jai_inv_items_pkg.jai_get_attrib (

1440: /*********************************************************************************************************
1441: || Validate whether the item attached is vatable or not
1442: *********************************************************************************************************/
1443: if pr_new.inventory_item_id is not null then /*Bug 5671400 bduvarag*/
1444: jai_inv_items_pkg.jai_get_attrib (
1445: p_regime_code => ln_regime_code ,
1446: p_organization_id => v_organization_id ,
1447: p_inventory_item_id => pr_new.inventory_item_id ,
1448: p_attribute_code => jai_constants.rgm_attr_item_applicable ,