DBA Data[Home] [Help]

APPS.IBU_REQ_PKG dependencies on FND_GLOBAL

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

265: l_sr_rec.creation_program_code := 'ISUPPORTSRUI';
266: l_sr_rec.last_update_program_code := 'ISUPPORTSRUI';
267:
268: -- added by wei ma
269: select fnd_global.resp_id into l_responsibility_id from dual;
270:
271:
272: -- added for 11.5.10
273: l_temp_close_value := FND_PROFILE.VALUE('CS_SR_AUTO_CLOSE_CHILDREN');

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

1162: l_sr_rec.project_id := p_project_id;
1163: l_sr_rec.project_task_id := p_project_task_id;
1164:
1165: --wei ma added
1166: select fnd_global.resp_id, fnd_global.resp_appl_id, fnd_global.user_id, fnd_global.login_id
1167: into l_responsibility_id, l_resp_appl_id, l_user_id, l_login_id
1168: from dual;
1169: -- added for 11.5.10
1170: l_default_coverage_temp_id := fnd_profile.value('CS_SR_DEFAULT_COVERAGE');

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

1494: TRUNC(NVL(csIncidentStatus.end_date_active, SYSDATE)) and
1495: rownum <=1 ;
1496:
1497: begin
1498: select fnd_global.resp_id into l_responsibility_id from dual;
1499:
1500: open cur_sr_def_status_group_a(p_type_id, l_responsibility_id);
1501: fetch cur_sr_def_status_group_a into l_group_id;
1502: close cur_sr_def_status_group_a;