DBA Data[Home] [Help]

APPS.INV_ABC_ASSIGNMENTS_PVT dependencies on FND_GLOBAL

Line 180: l_last_updated_by := FND_GLOBAL.USER_ID; --- Needs to be updated

176:
177: CLOSE check_abc_group_class_id;
178:
179:
180: l_last_updated_by := FND_GLOBAL.USER_ID; --- Needs to be updated
181: l_last_update_date := SYSDATE; -- Needs to be updated
182: l_created_by := FND_GLOBAL.USER_ID; -- Needs to be updated
183: l_creation_date := SYSDATE; -- Needs to be updated
184:

Line 182: l_created_by := FND_GLOBAL.USER_ID; -- Needs to be updated

178:
179:
180: l_last_updated_by := FND_GLOBAL.USER_ID; --- Needs to be updated
181: l_last_update_date := SYSDATE; -- Needs to be updated
182: l_created_by := FND_GLOBAL.USER_ID; -- Needs to be updated
183: l_creation_date := SYSDATE; -- Needs to be updated
184:
185: -- chk_abc_assignments : This cursor checks whether the item is already defined in abc group or not
186: OPEN chk_abc_assignments(l_item_id, l_assignment_group_id);