DBA Data[Home] [Help]

APPS.PAY_FR_SICKNESS_ABSENCE dependencies on FND_PROFILE

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

34: return;
35: END IF;
36: --
37: -- get the values of the person_id profile
38: fnd_profile.put('HR_FR_PERSON_ID',p_person_id);
39: -- get the value of the absence_start_date
40: fnd_profile.put('HR_FR_ABSENCE_START_DATE',to_char(p_date_start,'DD-MON-YYYY'));
41:
42:

Line 40: fnd_profile.put('HR_FR_ABSENCE_START_DATE',to_char(p_date_start,'DD-MON-YYYY'));

36: --
37: -- get the values of the person_id profile
38: fnd_profile.put('HR_FR_PERSON_ID',p_person_id);
39: -- get the value of the absence_start_date
40: fnd_profile.put('HR_FR_ABSENCE_START_DATE',to_char(p_date_start,'DD-MON-YYYY'));
41:
42:
43:
44: If p_abs_information_category = 'FR_S' then

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

145: --
146: open get_person_id(p_absence_attendance_id);
147: fetch get_person_id into l_person_id;
148: -- get the values of the person_id profile
149: fnd_profile.put('HR_FR_PERSON_ID',l_person_id);
150: close get_person_id;
151: -- get the value of the absence_start_date
152: fnd_profile.put('HR_FR_ABSENCE_START_DATE',to_char(p_date_start,'DD-MON-YYYY'));
153:

Line 152: fnd_profile.put('HR_FR_ABSENCE_START_DATE',to_char(p_date_start,'DD-MON-YYYY'));

148: -- get the values of the person_id profile
149: fnd_profile.put('HR_FR_PERSON_ID',l_person_id);
150: close get_person_id;
151: -- get the value of the absence_start_date
152: fnd_profile.put('HR_FR_ABSENCE_START_DATE',to_char(p_date_start,'DD-MON-YYYY'));
153:
154:
155: If p_abs_information_category = 'FR_S' then
156: