DBA Data[Home] [Help]

APPS.IRC_IAD_INS dependencies on FND_GLOBAL

Line 157: l_last_updated_by := fnd_global.user_id;

153: --
154: -- Set the AOL updated WHO values
155: --
156: l_last_update_date := sysdate;
157: l_last_updated_by := fnd_global.user_id;
158: l_last_update_login := fnd_global.login_id;
159: --
160: -- Get the Assignemnt Details Version
161: --

Line 158: l_last_update_login := fnd_global.login_id;

154: -- Set the AOL updated WHO values
155: --
156: l_last_update_date := sysdate;
157: l_last_updated_by := fnd_global.user_id;
158: l_last_update_login := fnd_global.login_id;
159: --
160: -- Get the Assignemnt Details Version
161: --
162: open c_details_version;