DBA Data[Home] [Help]

APPS.PAY_US_SQWL_GRE dependencies on FND_REQUEST

Line 297: l_req_id := fnd_request.submit_request(application => 'PAY',

293: hr_utility.trace(' final p_business_group_id :'||p_business_group_id);
294: hr_utility.trace(' final lv_report_category :'||lv_report_category);
295: hr_utility.trace(' final c_get_all_gres_rec.organization_id :'||c_get_all_gres_rec.organization_id);
296: BEGIN
297: l_req_id := fnd_request.submit_request(application => 'PAY',
298: program => 'SQWLARCH',
299: argument1 => 'ARCHIVE',
300: argument2 => 'SQWL' ,
301: argument3 => p_state ,

Line 356: l_req_id := fnd_request.submit_request(application => 'PAY',

352: FROM dual;
353:
354:
355: BEGIN
356: l_req_id := fnd_request.submit_request(application => 'PAY',
357: program => 'SQWLARCH',
358: argument1 => 'ARCHIVE',
359: argument2 => 'SQWL' ,
360: argument3 => p_state ,

Line 461: l_req_id := fnd_request.submit_request(application => 'PAY',

457:
458: IF c_get_child_payroll_actions%notfound then
459: hr_utility.trace('payroll_action not found');
460: BEGIN
461: l_req_id := fnd_request.submit_request(application => 'PAY',
462: program => 'US_ROLLBACK_PROCESS', -- */ 'US_RETRY_PROCESS',
463: argument1 => 'ROLLBACK', --*/ 'RERUN',
464: argument2 => '' ,
465: argument3 => '' ,

Line 486: l_req_id := fnd_request.submit_request(application => 'PAY',

482: END IF;
483:
484: hr_utility.trace('ln_child_payroll_action_id : '||ln_child_payroll_action_id);
485: BEGIN
486: l_req_id := fnd_request.submit_request(application => 'PAY',
487: program => 'US_ROLLBACK_PROCESS', -- */ 'US_RETRY_PROCESS',
488: argument1 => 'ROLLBACK', --*/ 'RERUN',
489: argument2 => '' ,
490: argument3 => '' ,

Line 539: l_req_id := fnd_request.submit_request(application => 'PAY',

535:
536: hr_utility.trace('l_child_count '||l_child_count);
537:
538: BEGIN
539: l_req_id := fnd_request.submit_request(application => 'PAY',
540: program => 'US_ROLLBACK_PROCESS', -- */ 'US_RETRY_PROCESS',
541: argument1 => 'ROLLBACK', --*/ 'RERUN',
542: argument2 => '' ,
543: argument3 => '' ,

Line 563: l_req_id := fnd_request.submit_request(application => 'PAY',

559:
560: IF l_child_count = 1 THEN
561: hr_utility.trace('l_child_count true '||l_child_count);
562: BEGIN
563: l_req_id := fnd_request.submit_request(application => 'PAY',
564: program => 'US_ROLLBACK_PROCESS', -- */ 'US_RETRY_PROCESS',
565: argument1 => 'ROLLBACK', --*/ 'RERUN',
566: argument2 => '' ,
567: argument3 => '' ,

Line 840: l_req_id := fnd_request.submit_request(application => 'PAY',

836: hr_utility.trace(' final p_business_group_id :'||p_business_group_id);
837: hr_utility.trace(' final lv_report_category :'||lv_report_category);
838: hr_utility.trace(' final c_get_all_gres_rec.organization_id :'||c_get_all_gres_rec.organization_id);
839: BEGIN
840: l_req_id := fnd_request.submit_request(application => 'PAY',
841: program => 'SQWLARCH',
842: argument1 => 'ARCHIVE',
843: argument2 => 'SMWL' ,
844: argument3 => p_state ,

Line 899: l_req_id := fnd_request.submit_request(application => 'PAY',

895: FROM dual;
896:
897:
898: BEGIN
899: l_req_id := fnd_request.submit_request(application => 'PAY',
900: program => 'SQWLARCH',
901: argument1 => 'ARCHIVE',
902: argument2 => 'SMWL' ,
903: argument3 => p_state ,