DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on FND_GLOBAL

Line 252: select fnd_global.resp_id into l_responsibility_id from dual;

248: l_sr_rec.creation_program_code := 'ISUPPORTSRUI';
249: l_sr_rec.last_update_program_code := 'ISUPPORTSRUI';
250:
251: -- added by wei ma
252: select fnd_global.resp_id into l_responsibility_id from dual;
253:
254:
255: -- added for 11.5.10
256: l_temp_close_value := FND_PROFILE.VALUE('CS_SR_AUTO_CLOSE_CHILDREN');

Line 1087: select fnd_global.resp_id, fnd_global.resp_appl_id, fnd_global.user_id, fnd_global.login_id

1083: l_sr_rec.external_context := p_external_context;
1084: end if;
1085:
1086: --wei ma added
1087: select fnd_global.resp_id, fnd_global.resp_appl_id, fnd_global.user_id, fnd_global.login_id
1088: into l_responsibility_id, l_resp_appl_id, l_user_id, l_login_id
1089: from dual;
1090: -- added for 11.5.10
1091: l_default_coverage_temp_id := fnd_profile.value('CS_SR_DEFAULT_COVERAGE');

Line 1411: select fnd_global.resp_id into l_responsibility_id from dual;

1407: TRUNC(NVL(csIncidentStatus.end_date_active, SYSDATE)) and
1408: rownum <=1 ;
1409:
1410: begin
1411: select fnd_global.resp_id into l_responsibility_id from dual;
1412:
1413: open cur_sr_def_status_group_a(p_type_id, l_responsibility_id);
1414: fetch cur_sr_def_status_group_a into l_group_id;
1415: close cur_sr_def_status_group_a;