DBA Data[Home] [Help]

APPS.AME_APG_INS dependencies on FND_GLOBAL

Line 120: l_current_user_id := fnd_global.user_id;

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

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

169: --
170: -- If the current user logged in using AME Developer responsibility
171: -- then the created_by value should be ame_util.seededDataCreatedById
172: --
173: if fnd_global.resp_name = 'AME Developer' then
174: l_created_by := ame_util.seededDataCreatedById;
175: else
176: l_created_by := l_current_user_id;
177: end if;