DBA Data[Home] [Help]

APPS.AME_ATU_INS dependencies on FND_GLOBAL

Line 125: l_current_user_id := fnd_global.user_id;

121: -- validation start and end dates
122: --
123: p_rec.start_date := p_validation_start_date;
124: p_rec.end_date := p_validation_end_date;
125: l_current_user_id := fnd_global.user_id;
126: --
127: -- If the datetrack_mode is not INSERT then we must populate the WHO
128: -- columns with the 'old' creation values and 'new' updated values.
129: --

Line 179: if fnd_global.resp_name = 'AME Developer' then

175: --
176: -- If the current user logged in using AME Developer responsibility
177: -- then the created_by value should be ame_util.seededDataCreatedById
178: --
179: if fnd_global.resp_name = 'AME Developer' then
180: l_created_by := ame_util.seededDataCreatedById;
181: else
182: l_created_by := l_current_user_id;
183: end if;