DBA Data[Home] [Help]

APPS.PQP_EXR_SWI dependencies on FND_DATE

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

463: success := fnd_submit.submit_program('PQP','PQPEXREP','Exception Report Preprocessor'
464: ,argument1=>'ARCHIVE'
465: ,argument2=>'EXPREP'
466: ,argument3=>'DEFAULT'
467: ,argument4=> fnd_date.date_to_canonical(p_effective_date)
468: ,argument5=> fnd_date.date_to_canonical(p_effective_date)
469: ,argument6=> 'REPORT'
470: ,argument7=> p_business_group_id
471: ,argument8=> NULL

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

464: ,argument1=>'ARCHIVE'
465: ,argument2=>'EXPREP'
466: ,argument3=>'DEFAULT'
467: ,argument4=> fnd_date.date_to_canonical(p_effective_date)
468: ,argument5=> fnd_date.date_to_canonical(p_effective_date)
469: ,argument6=> 'REPORT'
470: ,argument7=> p_business_group_id
471: ,argument8=> NULL
472: ,argument9=> NULL

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

493: ,argument30=>p_state_code
494: ,argument31=>l_state_code_dummy
495: ,argument32=>l_ppa_finder
496: ,argument33=>'TRANSFER_PPA_FINDER='||l_ppa_finder
497: ,argument34=>'TRANSFER_DATE='||fnd_date.date_to_canonical(p_effective_date)
498: ,argument35=>p_template_name
499: ,argument36=>p_output_format
500: );
501: if ( not success ) then

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

519: ,argument9=>p_variance_type
520: ,argument10=>p_variance_value
521: ,argument11=>p_payroll_id
522: ,argument12=>p_consolidation_set_id
523: ,argument13=>fnd_date.date_to_canonical(p_effective_date)
524: ,argument14=>p_template_name
525: ,argument15=>p_output_format
526: );
527: if ( not success ) then

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

710: ,l_variance_type
711: ,p_variance_value
712: ,p_payroll_id
713: ,p_consolidation_set_id
714: ,p_effective_date--fnd_date.date_to_canonical(p_effective_date)
715: );
716:
717: hr_utility.set_location('Current l_request_id:'||l_request_id, 80);
718: hr_utility.set_location(' Leaving:'||l_proc, 70);