DBA Data[Home] [Help]

APPS.PAY_IP_UTILITY dependencies on FND_REQUEST

Line 933: ** Purpose : This function calls the api fnd_request.submit_request

929: END delete_compiled_data;
930:
931: /**********************************************************************
932: ** Name : submit_cp_request
933: ** Purpose : This function calls the api fnd_request.submit_request
934: to submit the given Concurrent Program and returns
935: request_id.
936:
937: Before calling the api it checks if the same request

Line 1043: l_request_id_vc2 := fnd_request.submit_request

1039: end;
1040:
1041: if (l_request_id_vc2 = '0') then
1042: hr_utility.set_location(l_func_name,40);
1043: l_request_id_vc2 := fnd_request.submit_request
1044: (application => p_application_short_name,
1045: program => p_concurrent_program_name,
1046: description => px_description,
1047: start_time => NULL,

Line 1595: ln_req_id := fnd_request.submit_request(application => 'FF',

1591:
1592:
1593: pay_ip_startup_util.write_log('LOG',NULL,NULL,NULL);
1594: pay_ip_startup_util.write_log('LOG','PAY_34082_IP_BULK_COMP_SUBMIT',null, null);
1595: ln_req_id := fnd_request.submit_request(application => 'FF',
1596: program => 'BULKCOMPILE',
1597: argument1 => '-W',
1598: argument2 => '%',
1599: argument3 => '%',