DBA Data[Home] [Help]

APPS.INVIDSCS dependencies on FND_GLOBAL

Line 248: NVL(current_created_by, FND_GLOBAL.USER_ID), -- NVL added for bug-6782351

244: current_cat_set_id,
245: current_cat_id,
246: sysdate,
247: -- current_created_by, -- bug 6045867 -- Commented for bug-6782351
248: NVL(current_created_by, FND_GLOBAL.USER_ID), -- NVL added for bug-6782351
249: sysdate,
250: -- current_created_by, -- bug 6045867 -- Commented for bug-6782351
251: NVL(current_created_by, FND_GLOBAL.USER_ID), -- NVL added for bug-6782351
252: -1,

Line 251: NVL(current_created_by, FND_GLOBAL.USER_ID), -- NVL added for bug-6782351

247: -- current_created_by, -- bug 6045867 -- Commented for bug-6782351
248: NVL(current_created_by, FND_GLOBAL.USER_ID), -- NVL added for bug-6782351
249: sysdate,
250: -- current_created_by, -- bug 6045867 -- Commented for bug-6782351
251: NVL(current_created_by, FND_GLOBAL.USER_ID), -- NVL added for bug-6782351
252: -1,
253: -1,
254: -1,
255: sysdate,

Line 304: c.last_updated_by = NVL(current_last_updated_by, FND_GLOBAL.USER_ID) -- Added Bug-4949084 @ 4886176

300: update mtl_item_categories c
301: /*+ INDEX MTL_ITEM_CATEGORIES MTL_ITEM_CATEGORIES_U1 */
302: set c.category_id = current_cat_id,
303: c.last_update_date = sysdate,
304: c.last_updated_by = NVL(current_last_updated_by, FND_GLOBAL.USER_ID) -- Added Bug-4949084 @ 4886176
305: where c.inventory_item_id = current_inv_item_id
306: and c.category_set_id = current_cat_set_id
307: and c.category_id = old_cat_id
308: and c.organization_id in