DBA Data[Home] [Help]

APPS.PQP_EXR_SWI dependencies on FND_DATE

Line 495: ,argument4=> fnd_date.date_to_canonical(p_effective_date)

491: success := fnd_submit.submit_program('PQP','PQPEXREP','Exception Report Preprocessor'
492: ,argument1=>'ARCHIVE'
493: ,argument2=>'EXPREP'
494: ,argument3=>'DEFAULT'
495: ,argument4=> fnd_date.date_to_canonical(p_effective_date)
496: ,argument5=> fnd_date.date_to_canonical(p_effective_date)
497: ,argument6=> 'REPORT'
498: ,argument7=> p_business_group_id
499: ,argument8=> NULL

Line 496: ,argument5=> fnd_date.date_to_canonical(p_effective_date)

492: ,argument1=>'ARCHIVE'
493: ,argument2=>'EXPREP'
494: ,argument3=>'DEFAULT'
495: ,argument4=> fnd_date.date_to_canonical(p_effective_date)
496: ,argument5=> fnd_date.date_to_canonical(p_effective_date)
497: ,argument6=> 'REPORT'
498: ,argument7=> p_business_group_id
499: ,argument8=> NULL
500: ,argument9=> NULL

Line 527: ,argument34=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)

523: ,argument37=>p_component_id
524: ,argument38=>l_component_id_dummy
525: ,argument32=>l_ppa_finder
526: ,argument33=>'TRANSFER_PPA_FINDER='||l_ppa_finder
527: ,argument34=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)
528: ,argument35=>p_template_name
529: ,argument36=>p_output_format
530: );
531: ELSE

Line 540: ,argument4=> fnd_date.date_to_canonical(p_effective_date)

536: success := fnd_submit.submit_program('PQP','PQPEXREP','Exception Report Preprocessor'
537: ,argument1=>'ARCHIVE'
538: ,argument2=>'EXPREP'
539: ,argument3=>'DEFAULT'
540: ,argument4=> fnd_date.date_to_canonical(p_effective_date)
541: ,argument5=> fnd_date.date_to_canonical(p_effective_date)
542: ,argument6=> 'REPORT'
543: ,argument7=> p_business_group_id
544: ,argument8=> NULL

Line 541: ,argument5=> fnd_date.date_to_canonical(p_effective_date)

537: ,argument1=>'ARCHIVE'
538: ,argument2=>'EXPREP'
539: ,argument3=>'DEFAULT'
540: ,argument4=> fnd_date.date_to_canonical(p_effective_date)
541: ,argument5=> fnd_date.date_to_canonical(p_effective_date)
542: ,argument6=> 'REPORT'
543: ,argument7=> p_business_group_id
544: ,argument8=> NULL
545: ,argument9=> NULL

Line 573: ,argument37=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)

569: ,argument33=>p_component_id
570: ,argument34=>l_component_id_dummy
571: ,argument35=>l_ppa_finder
572: ,argument36=>'TRANSFER_PPA_FINDER='||l_ppa_finder
573: ,argument37=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)
574: ,argument38=>l_temp_id
575: ,argument39=>p_output_format
576: /*,argument39=> NULL --OverRide Variance Type Dummy2
577: ,argument24=> p_payroll_id

Line 589: ,argument34=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)

585: ,argument37=>p_component_id
586: ,argument38=>l_component_id_dummy
587: ,argument32=>l_ppa_finder
588: ,argument33=>'TRANSFER_PPA_FINDER='||l_ppa_finder
589: ,argument34=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)
590: ,argument35=>p_template_name
591: ,argument36=>p_output_format*/
592: );
593: END IF;

Line 617: ,argument13=>fnd_date.date_to_canonical(p_effective_date)

613: ,argument9=>p_variance_type
614: ,argument10=>p_variance_value
615: ,argument11=>p_payroll_id
616: ,argument12=>p_consolidation_set_id
617: ,argument13=>fnd_date.date_to_canonical(p_effective_date)
618: ,argument14=>p_template_name
619: ,argument15=>p_output_format
620: );
621: if ( not success ) then

Line 808: ,p_effective_date--fnd_date.date_to_canonical(p_effective_date)

804: ,l_variance_type
805: ,p_variance_value
806: ,p_payroll_id
807: ,p_consolidation_set_id
808: ,p_effective_date--fnd_date.date_to_canonical(p_effective_date)
809: );
810:
811: hr_utility.set_location('Current l_request_id:'||l_request_id, 80);
812: hr_utility.set_location(' Leaving:'||l_proc, 70);