DBA Data[Home] [Help]

APPS.PER_ES_ABSENCE dependencies on FND_PROFILE

Line 407: fnd_profile.put('HR_FR_PERSON_ID',p_person_id);

403: IF hr_utility.chk_product_install('Oracle Human Resources', 'ES') THEN
404: --
405: --
406: -- get the values of the person_id profile
407: fnd_profile.put('HR_FR_PERSON_ID',p_person_id);
408: -- get the value of the absence_start_date
409: fnd_profile.put('HR_FR_ABSENCE_START_DATE',fnd_date.date_to_canonical(p_date_start));
410: --
411: --IF p_date_start IS NOT NULL THEN

Line 409: fnd_profile.put('HR_FR_ABSENCE_START_DATE',fnd_date.date_to_canonical(p_date_start));

405: --
406: -- get the values of the person_id profile
407: fnd_profile.put('HR_FR_PERSON_ID',p_person_id);
408: -- get the value of the absence_start_date
409: fnd_profile.put('HR_FR_ABSENCE_START_DATE',fnd_date.date_to_canonical(p_date_start));
410: --
411: --IF p_date_start IS NOT NULL THEN
412: --
413: OPEN csr_get_absence_category(p_absence_attendance_type_id);

Line 663: fnd_profile.put('HR_FR_PERSON_ID',l_person_id);

659: FETCH get_person_id into l_person_id;
660: CLOSE get_person_id;
661:
662: -- get the values of the person_id profile
663: fnd_profile.put('HR_FR_PERSON_ID',l_person_id);
664: -- get the value of the absence_start_date
665: fnd_profile.put('HR_FR_ABSENCE_START_DATE',fnd_date.date_to_canonical(p_date_start));
666: --
667: --IF p_date_start IS NOT NULL THEN

Line 665: fnd_profile.put('HR_FR_ABSENCE_START_DATE',fnd_date.date_to_canonical(p_date_start));

661:
662: -- get the values of the person_id profile
663: fnd_profile.put('HR_FR_PERSON_ID',l_person_id);
664: -- get the value of the absence_start_date
665: fnd_profile.put('HR_FR_ABSENCE_START_DATE',fnd_date.date_to_canonical(p_date_start));
666: --
667: --IF p_date_start IS NOT NULL THEN
668: --
669: OPEN csr_get_absence_category(p_absence_attendance_id);