DBA Data[Home] [Help]

APPS.AME_ACF_INS dependencies on FND_GLOBAL

Line 124: l_current_user_id := fnd_global.user_id;

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

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

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