DBA Data[Home] [Help]

APPS.GHR_MTI_INT_INSERT dependencies on FND_DATE

Line 454: l_people_ei3_rec.PEI_INFORMATION3 := fnd_date.date_to_canonical(p_service_comp_date);

450: l_people_ei3_rec.person_id := p_person_id;
451: l_people_ei3_rec.INFORMATION_TYPE := 'GHR_US_PER_SCD_INFORMATION';
452: l_people_ei3_rec.PEI_INFORMATION_CATEGORY := 'GHR_US_PER_SCD_INFORMATION';
453: ----l_people_ei3_rec.PEI_INFORMATION3 := to_char(p_service_comp_date, 'DD-MON-YYYY');
454: l_people_ei3_rec.PEI_INFORMATION3 := fnd_date.date_to_canonical(p_service_comp_date);
455:
456: if p_action = 'INSERT' then
457: ghr_mto_int.insert_people_ei
458: ( p_transfer_name => p_transfer_name,

Line 642: l_ghr_mt_ele_rec.wgi_date_due := fnd_date.date_to_canonical(p_wgi_date_due);

638: l_ghr_mt_ele_rec.retention_allowance := p_retention_allowance;
639: l_ghr_mt_ele_rec.staffing_differential := p_staffing_differential;
640: l_ghr_mt_ele_rec.supervisory_differential := p_supervisory_differential;
641: -- l_ghr_mt_ele_rec.wgi_date_due := to_char(p_wgi_date_due, 'DD-MON-YYYY');
642: l_ghr_mt_ele_rec.wgi_date_due := fnd_date.date_to_canonical(p_wgi_date_due);
643: l_ghr_mt_ele_rec.fegli_meaning := p_fegli_desc;
644: l_ghr_mt_ele_rec.retirement_plan_meaning := p_retirement_plan_desc;
645: l_ghr_mt_ele_rec.auo_amount := p_au_overtime;
646: -- Bug#4151183 Assigned wrong values to AUO Prem. Pay Ind and AP Amount. Assigned Correct values now.

Line 772: l_assign_ei2_rec.AEI_INFORMATION3 := fnd_date.date_to_canonical(p_date_arrivd_personnel_office);

768: begin
769: l_assign_ei2_rec.INFORMATION_TYPE := 'GHR_US_ASG_NON_SF52';
770: l_assign_ei2_rec.AEI_INFORMATION_CATEGORY := 'GHR_US_ASG_NON_SF52';
771: -- l_assign_ei2_rec.AEI_INFORMATION3 := to_char(p_date_arrivd_personnel_office, 'DD-MON-YYYY');
772: l_assign_ei2_rec.AEI_INFORMATION3 := fnd_date.date_to_canonical(p_date_arrivd_personnel_office);
773: l_assign_ei2_rec.AEI_INFORMATION6 := p_non_disclosure_agmt_status;
774: l_assign_ei2_rec.AEI_INFORMATION8 := p_part_time_indicator;
775: l_assign_ei2_rec.AEI_INFORMATION9 := p_qualif_standards_waiver;
776: