DBA Data[Home] [Help]

APPS.INVPAGI2 dependencies on FND_GLOBAL

Line 288: fnd_global.RESP_APPL_ID, --application id

284:
285: INVPROFL.inv_pr_get_profile('INV',
286: 'INV_UOM_DEFAULT',
287: user_id,
288: fnd_global.RESP_APPL_ID, --application id
289: fnd_global.resp_id,--responsibility id
290: uom_default_tmp,
291: rtn_status,
292: err_text);

Line 289: fnd_global.resp_id,--responsibility id

285: INVPROFL.inv_pr_get_profile('INV',
286: 'INV_UOM_DEFAULT',
287: user_id,
288: fnd_global.RESP_APPL_ID, --application id
289: fnd_global.resp_id,--responsibility id
290: uom_default_tmp,
291: rtn_status,
292: err_text);
293: uom_default := substr(uom_default_tmp,1,25);