DBA Data[Home] [Help]

APPS.AME_ITC_INS dependencies on FND_GLOBAL

Line 119: l_current_user_id := fnd_global.user_id;

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

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

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