DBA Data[Home] [Help]

APPS.PJI_LAUNCH_UPP_MAIN dependencies on FND_REQUEST

Line 664: l_request_id := fnd_request.submit_request('PJI','PJI_PJP_SUMMARIZE_PRTL','','',FALSE,

660:
661: --raise_application_error(-20000,'sri Failing the process RPPD ');
662:
663: Fact_deletion(l_Prg_Batch_t(i).batch_name);
664: l_request_id := fnd_request.submit_request('PJI','PJI_PJP_SUMMARIZE_PRTL','','',FALSE,
665: 'P', --p_run_type
666: null, --p_operating_unit
667: null, --p_project_organization_id
668: null, --p_project_type

Line 679: l_request_id := FND_REQUEST.SUBMIT_REQUEST

675: );
676: -- sridhar_refresh add the call.
677:
678: else
679: l_request_id := FND_REQUEST.SUBMIT_REQUEST
680: (
681: application => PJI_UTILS.GET_PJI_SCHEMA_NAME , -- Application Name
682: program => g_incr_disp_name, -- Program Name
683: sub_request => FALSE, -- Sub Request

Line 730: message = 'Error calling FND_REQUEST.SUBMIT_REQUEST',

726: UPDATE
727: pji_prg_batch
728: SET
729: curr_request_id = l_request_id ,
730: message = 'Error calling FND_REQUEST.SUBMIT_REQUEST',
731: curr_request_status = 'SUBMIT-ERRORED'
732: WHERE
733: batch_name = l_Prg_Batch_t(i).batch_name ;
734: