DBA Data[Home] [Help]

APPS.IRC_IID_INS dependencies on FND_GLOBAL

Line 110: l_current_user_id := fnd_global.user_id;

106: -- validation start and end dates
107: --
108: p_rec.start_date := p_validation_start_date;
109: p_rec.end_date := p_validation_end_date;
110: l_current_user_id := fnd_global.user_id;
111: --
112: -- If the datetrack_mode is not INSERT then we must populate the WHO
113: -- columns with the 'old' creation values and 'new' updated values.
114: --