DBA Data[Home] [Help]

APPS.EAM_POPULATE_STATUSES_PKG dependencies on FND_GLOBAL

Line 146: l_user_id := fnd_global.user_id;

142: end if;
143:
144: IF(p_mode = 'FORMS') THEN
145: --Launch concurrent program to update work order intermedia index only when update_row is called from forms not during upgrade
146: l_user_id := fnd_global.user_id;
147: l_resp_id := fnd_global.resp_id;
148:
149: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
150: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);

Line 147: l_resp_id := fnd_global.resp_id;

143:
144: IF(p_mode = 'FORMS') THEN
145: --Launch concurrent program to update work order intermedia index only when update_row is called from forms not during upgrade
146: l_user_id := fnd_global.user_id;
147: l_resp_id := fnd_global.resp_id;
148:
149: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
150: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);
151: END IF;

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

146: l_user_id := fnd_global.user_id;
147: l_resp_id := fnd_global.resp_id;
148:
149: IF (l_user_id IS NOT NULL AND l_resp_id IS NOT NULL) THEN
150: FND_GLOBAL.APPS_INITIALIZE(l_user_id, l_resp_id,426,0);
151: END IF;
152:
153: l_request_id := fnd_request.submit_request('EAM', 'EAMVTCIS', '',
154: to_char(sysdate, 'YYYY/MM/DD HH24:MI'),