DBA Data[Home] [Help]

APPS.IGR_I_STATUS_PKG dependencies on FND_GLOBAL

Line 181: l_last_updated_by := fnd_global.user_id;

177: END IF;
178:
179:
180: -- populate the last_updated_by and last_update_login fields.
181: l_last_updated_by := fnd_global.user_id;
182: l_last_update_login := fnd_global.login_id;
183:
184: -- calling the update_row API to update the statuses.
185: AS_STATUSES_PKG.UPDATE_ROW(

Line 182: l_last_update_login := fnd_global.login_id;

178:
179:
180: -- populate the last_updated_by and last_update_login fields.
181: l_last_updated_by := fnd_global.user_id;
182: l_last_update_login := fnd_global.login_id;
183:
184: -- calling the update_row API to update the statuses.
185: AS_STATUSES_PKG.UPDATE_ROW(
186: l_status_code,