DBA Data[Home] [Help]

APPS.EAM_SAFETY_STATUSES_PKG dependencies on FND_GLOBAL

Line 176: l_user_id := fnd_global.user_id;

172: end if;
173:
174: IF(p_mode = 'FORMS') THEN
175: --Launch concurrent program to update work order intermedia index only when update_row is called from forms not during upgrade
176: l_user_id := fnd_global.user_id;
177: l_resp_id := fnd_global.resp_id;
178:
179: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
180: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);

Line 177: l_resp_id := fnd_global.resp_id;

173:
174: IF(p_mode = 'FORMS') THEN
175: --Launch concurrent program to update work order intermedia index only when update_row is called from forms not during upgrade
176: l_user_id := fnd_global.user_id;
177: l_resp_id := fnd_global.resp_id;
178:
179: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
180: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);
181: END IF;

Line 180: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);

176: l_user_id := fnd_global.user_id;
177: l_resp_id := fnd_global.resp_id;
178:
179: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
180: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);
181: END IF;
182:
183: l_request_id := fnd_request.submit_request('EAM', 'EAMVTCIS', '',
184: to_char(sysdate, 'YYYY/MM/DD HH24:MI'),