DBA Data[Home] [Help]

APPS.GHR_MASS_CON_PROGRAM dependencies on FND_DATE

Line 1408: l_pa_request_rec.service_comp_date := fnd_date.canonical_to_date(l_scd_leave);

1404: p_scd_leave => l_scd_leave
1405: );
1406:
1407: hr_utility.set_location(l_proc,60);
1408: l_pa_request_rec.service_comp_date := fnd_date.canonical_to_date(l_scd_leave);
1409:
1410: -- get education details
1411: hr_utility.set_location(l_proc,70);
1412: ghr_api.return_education_Details

Line 1532: p_information1 => to_char(fnd_date.canonical_to_date(p_nte_date),'DD-MON-RRRR'),

1528: l_pa_request_rec.first_lac2_information4 := l_lac2.first_lac2_information4;
1529: l_pa_request_rec.first_lac2_information5 := l_lac2.first_lac2_information5;
1530: ghr_mass_actions_pkg.replace_insertion_values
1531: (p_desc => l_pa_request_rec.first_noa_desc,
1532: p_information1 => to_char(fnd_date.canonical_to_date(p_nte_date),'DD-MON-RRRR'),
1533: p_desc_out => l_first_noa_desc
1534: );
1535:
1536: l_pa_request_rec.first_noa_desc := l_first_noa_desc;

Line 1981: l_effective_date := fnd_date.canonical_to_date(p_effective_date);

1977: l_errbuf := NULL;
1978: l_retcode := NULL;
1979: l_status := NULL;
1980: l_maxcheck := NULL;
1981: l_effective_date := fnd_date.canonical_to_date(p_effective_date);
1982: l_agency := p_agency;
1983: l_noa_action := p_noa_action;
1984: ghr_session.set_fnd_session_date(l_effective_date);
1985: l_prog_name := fnd_profile.VALUE ('CONC_REQUEST_ID');