DBA Data[Home] [Help]

APPS.MSC_GET_BIS_VALUES dependencies on FND_REQUEST

Line 2831: p_request_id := fnd_request.submit_request(

2827: set_kpi_refresh_status(p_plan_id,'REFRESHING');
2828:
2829: for a in 1..5 loop
2830:
2831: p_request_id := fnd_request.submit_request(
2832: 'MSC',
2833: 'MSCKPIREF',
2834: null,
2835: null,

Line 3261: l_req_id := fnd_request.submit_request('MSC','MSCHUBA',NULL, NULL, FALSE, p_plan_id, null, l_archive_flag);

3257: and nvl(fnd_profile.value('MSC_APCC_AFTER_LAUNCH'),1) <> 2) then
3258: open c_plan_archive;
3259: fetch c_plan_archive into l_archive_flag;
3260: close c_plan_archive;
3261: l_req_id := fnd_request.submit_request('MSC','MSCHUBA',NULL, NULL, FALSE, p_plan_id, null, l_archive_flag);
3262: commit;
3263: else
3264: msc_util.msc_debug('MSCHUBA not invoked, v_show_kpi='||v_show_kpi||', v_plan_type='||v_plan_type);
3265: end if;