DBA Data[Home] [Help]

APPS.BIS_CREATE_REQUESTSET dependencies on BIS_COLL_RS_HISTORY

Line 3669: BIS_COLL_RS_HISTORY.update_terminated_rs;

3665: fetch get_req_set_details into l_req_set_appl_id, l_req_set_id;
3666: close get_req_set_details;
3667:
3668: BEGIN
3669: BIS_COLL_RS_HISTORY.update_terminated_rs;
3670:
3671: BIS_COLL_RS_HISTORY.add_rsg_rs_run_record(p_request_set_id =>l_req_set_id,
3672: p_request_set_appl_id => l_req_set_appl_id,
3673: p_request_name => p_request_set_code,

Line 3671: BIS_COLL_RS_HISTORY.add_rsg_rs_run_record(p_request_set_id =>l_req_set_id,

3667:
3668: BEGIN
3669: BIS_COLL_RS_HISTORY.update_terminated_rs;
3670:
3671: BIS_COLL_RS_HISTORY.add_rsg_rs_run_record(p_request_set_id =>l_req_set_id,
3672: p_request_set_appl_id => l_req_set_appl_id,
3673: p_request_name => p_request_set_code,
3674: p_root_req_id =>FND_GLOBAL.CONC_PRIORITY_REQUEST);
3675: EXCEPTION WHEN OTHERS THEN

Line 4031: BIS_COLL_RS_HISTORY.insert_program_object_data(x_request_id => l_request_id,

4027: BIS_COLLECTION_UTILITIES.put_line('Submitted request for BSC_DELETE_INDICATORS_DATA ' || l_request_id);
4028: waitForRequest(l_request_id);
4029: -- Enh#4418520-aguwalan
4030: IF (l_hist_coll_on) THEN
4031: BIS_COLL_RS_HISTORY.insert_program_object_data(x_request_id => l_request_id,
4032: x_stage_req_id => null,
4033: x_object_name => l_kpi_list,
4034: x_object_type => 'BSC_CUSTOM_KPI',
4035: x_refresh_type => loading_mode(p_request_set_code),

Line 4052: BIS_COLL_RS_HISTORY.insert_program_object_data( x_request_id => l_request_id,

4048: BIS_COLLECTION_UTILITIES.put_line('Submitted request for BSC_LOAD_INDICATORS_DIMS ' || l_request_id);
4049: waitForRequest(l_request_id);
4050: -- Enh#4418520-aguwalan
4051: IF (l_hist_coll_on) THEN
4052: BIS_COLL_RS_HISTORY.insert_program_object_data( x_request_id => l_request_id,
4053: x_stage_req_id => null,
4054: x_object_name => l_kpi_list,
4055: x_object_type => 'BSC_CUSTOM_KPI',
4056: x_refresh_type => loading_mode(p_request_set_code),

Line 4073: BIS_COLL_RS_HISTORY.insert_program_object_data( x_request_id => l_request_id,

4069: BIS_COLLECTION_UTILITIES.put_line('Submitted request for BSC_LOAD_INDICATORS_DATA ' || l_request_id);
4070: waitForRequest(l_request_id);
4071: -- Enh#4418520-aguwalan
4072: IF (l_hist_coll_on) THEN
4073: BIS_COLL_RS_HISTORY.insert_program_object_data( x_request_id => l_request_id,
4074: x_stage_req_id => null,
4075: x_object_name => l_kpi_list,
4076: x_object_type => 'BSC_CUSTOM_KPI',
4077: x_refresh_type => loading_mode(p_request_set_code),