DBA Data[Home] [Help]

APPS.JAI_AR_TCS_REP_PKG dependencies on JAI_INV_ITEMS_PKG

Line 1224: jai_inv_items_pkg.jai_get_attrib (

1220:
1221: /*
1222: ||Get the value for the item classification pertaining to the IO and inventory item combination
1223: */
1224: jai_inv_items_pkg.jai_get_attrib (
1225: p_regime_code => jai_constants.tcs_regime ,
1226: p_organization_id => p_ooh.ship_from_org_id , -- Organization id of the Selling organization (warehouse_id)
1227: p_inventory_item_id => rec_cur_validate_all_items.inventory_item_id ,
1228: p_attribute_code => jai_constants.rgm_attr_cd_itm_class ,

Line 1244: pv_log_msg => 'Error In processing of jai_inv_items_pkg.jai_get_attrib'||fnd_global.local_chr(10)

1240: */
1241: --call to debug package
1242: /*commented by csahoo for bug# 6401388
1243: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
1244: pv_log_msg => 'Error In processing of jai_inv_items_pkg.jai_get_attrib'||fnd_global.local_chr(10)
1245: ||', lv_process_flag -> '|| lv_process_flag ||fnd_global.local_chr(10)
1246: ||', lv_process_message -> '||lv_process_message
1247: );*/
1248:

Line 1683: jai_inv_items_pkg.jai_get_attrib (

1679:
1680: /*
1681: ||Get the value for the item classification pertaining to the IO and inventory item combination
1682: */
1683: jai_inv_items_pkg.jai_get_attrib (
1684: p_regime_code => jai_constants.tcs_regime ,
1685: p_organization_id => rec_cur_validate_all_items.organization_id ,
1686: p_inventory_item_id => rec_cur_validate_all_items.inventory_item_id ,
1687: p_attribute_code => jai_constants.rgm_attr_cd_itm_class ,

Line 1703: pv_log_msg => 'Error In processing of jai_inv_items_pkg.jai_get_attrib'||fnd_global.local_chr(10)

1699: */
1700: --call to debug package
1701: /*commented by csahoo for bug# 6401388
1702: jai_cmn_debug_contexts_pkg.print ( pn_reg_id => ln_reg_id ,
1703: pv_log_msg => 'Error In processing of jai_inv_items_pkg.jai_get_attrib'||fnd_global.local_chr(10)
1704: ||', lv_process_flag -> '|| lv_process_flag ||fnd_global.local_chr(10)
1705: ||', lv_process_message -> '||lv_process_message
1706: );*/
1707:

Line 2110: jai_inv_items_pkg.jai_get_attrib (

2106:
2107: /*
2108: ||Get the value for the item classification pertaining to the IO and inventory item combination
2109: */
2110: jai_inv_items_pkg.jai_get_attrib (
2111: p_regime_code => jai_constants.tcs_regime ,
2112: p_organization_id => ln_app_fr_organization_id ,
2113: p_inventory_item_id => ln_app_fr_inventory_item_id ,
2114: p_attribute_code => jai_constants.rgm_attr_cd_itm_class ,

Line 2182: jai_inv_items_pkg.jai_get_attrib (

2178:
2179: /*
2180: ||Get the value for the item classification pertaining to the IO and inventory item combination
2181: */
2182: jai_inv_items_pkg.jai_get_attrib (
2183: p_regime_code => jai_constants.tcs_regime ,
2184: p_organization_id => ln_app_to_organization_id ,
2185: p_inventory_item_id => ln_app_to_inventory_item_id ,
2186: p_attribute_code => jai_constants.rgm_attr_cd_itm_class ,

Line 2706: jai_inv_items_pkg.jai_get_attrib (

2702: LOOP
2703: /*
2704: ||Get the value for the item classification pertaining to the IO and inventory item combination
2705: */
2706: jai_inv_items_pkg.jai_get_attrib (
2707: p_regime_code => jai_constants.tcs_regime ,
2708: p_organization_id => rec_cur_get_inv_line_det.organization_id ,
2709: p_inventory_item_id => rec_cur_get_inv_line_det.inventory_item_id ,
2710: p_attribute_code => jai_constants.rgm_attr_cd_itm_class ,