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 305: c.last_updated_by = NVL(current_last_updated_by, FND_GLOBAL.USER_ID) -- Added Bug-4949084 @ 4886176

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