DBA Data[Home] [Help]

APPS.JAI_JAR_TL_TRIGGER_PKG dependencies on JAI_INV_ITEMS_PKG

Line 1043: jai_inv_items_pkg.jai_get_attrib (

1039: /*********************************************************************************************************
1040: || Validate whether the item attached is vatable or not
1041: *********************************************************************************************************/
1042: if pr_new.inventory_item_id is not null then /*ssumaith - bug#6104491 */
1043: jai_inv_items_pkg.jai_get_attrib (
1044: p_regime_code => ln_regime_code ,
1045: p_organization_id => v_organization_id ,
1046: p_inventory_item_id => pr_new.inventory_item_id ,
1047: p_attribute_code => jai_constants.rgm_attr_item_applicable ,

Line 2250: jai_inv_items_pkg.jai_get_attrib (

2246: /*********************************************************************************************************
2247: || Validate whether the item attached is vatable or not
2248: *********************************************************************************************************/
2249: if pr_new.inventory_item_id is not null then /*Bug 5671400 bduvarag*/
2250: jai_inv_items_pkg.jai_get_attrib (
2251: p_regime_code => ln_regime_code ,
2252: p_organization_id => v_organization_id ,
2253: p_inventory_item_id => pr_new.inventory_item_id ,
2254: p_attribute_code => jai_constants.rgm_attr_item_applicable ,