DBA Data[Home] [Help]

APPS.PAY_PPE_BUS dependencies on HR_API

Line 48: hr_api.mandatory_arg_error

44: hr_utility.set_location('Entering:'|| l_proc, 10);
45: --
46: -- Ensure that all the mandatory parameter are not null
47: --
48: hr_api.mandatory_arg_error
49: (p_api_name => l_proc
50: ,p_argument => 'process_event_id'
51: ,p_argument_value => p_process_event_id
52: );

Line 71: hr_api.set_security_group_id

67: close csr_sec_grp;
68: --
69: -- Set the security_group_id in CLIENT_INFO
70: --
71: hr_api.set_security_group_id
72: (p_security_group_id => l_security_group_id
73: );
74: --
75: hr_utility.set_location(' Leaving:'|| l_proc, 20);

Line 112: hr_api.mandatory_arg_error

108: hr_utility.set_location('Entering:'|| l_proc, 10);
109: --
110: -- Ensure that all the mandatory parameter are not null
111: --
112: hr_api.mandatory_arg_error
113: (p_api_name => l_proc
114: ,p_argument => 'process_event_id'
115: ,p_argument_value => p_process_event_id
116: );

Line 118: if ( nvl(pay_ppe_bus.g_process_event_id, hr_api.g_number)

114: ,p_argument => 'process_event_id'
115: ,p_argument_value => p_process_event_id
116: );
117: --
118: if ( nvl(pay_ppe_bus.g_process_event_id, hr_api.g_number)
119: = p_process_event_id) then
120: --
121: -- The legislation code has already been found with a previous
122: -- call to this function. Just return the value in the global

Line 210: if nvl(p_rec.assignment_id, hr_api.g_number) <>

206: hr_utility.set_location(l_proc, 15);
207: --
208: -- p_assignment_id
209: --
210: if nvl(p_rec.assignment_id, hr_api.g_number) <>
211: nvl(pay_ppe_shd.g_old_rec.assignment_id, hr_api.g_number)
212: then
213: l_argument := 'p_assignment_id';
214: raise l_error;

Line 211: nvl(pay_ppe_shd.g_old_rec.assignment_id, hr_api.g_number)

207: --
208: -- p_assignment_id
209: --
210: if nvl(p_rec.assignment_id, hr_api.g_number) <>
211: nvl(pay_ppe_shd.g_old_rec.assignment_id, hr_api.g_number)
212: then
213: l_argument := 'p_assignment_id';
214: raise l_error;
215: end if;

Line 219: if nvl(p_rec.effective_date, hr_api.g_date) <>

215: end if;
216: --
217: -- p_effective_date
218: --
219: if nvl(p_rec.effective_date, hr_api.g_date) <>
220: nvl(pay_ppe_shd.g_old_rec.effective_date, hr_api.g_date)
221: then
222: l_argument := 'p_effective_date';
223: raise l_error;

Line 220: nvl(pay_ppe_shd.g_old_rec.effective_date, hr_api.g_date)

216: --
217: -- p_effective_date
218: --
219: if nvl(p_rec.effective_date, hr_api.g_date) <>
220: nvl(pay_ppe_shd.g_old_rec.effective_date, hr_api.g_date)
221: then
222: l_argument := 'p_effective_date';
223: raise l_error;
224: end if;

Line 228: if nvl(p_rec.change_type, hr_api.g_varchar2) <>

224: end if;
225: --
226: -- p_change_type
227: --
228: if nvl(p_rec.change_type, hr_api.g_varchar2) <>
229: nvl(pay_ppe_shd.g_old_rec.change_type, hr_api.g_varchar2)
230: then
231: l_argument := 'p_change_type';
232: raise l_error;

Line 229: nvl(pay_ppe_shd.g_old_rec.change_type, hr_api.g_varchar2)

225: --
226: -- p_change_type
227: --
228: if nvl(p_rec.change_type, hr_api.g_varchar2) <>
229: nvl(pay_ppe_shd.g_old_rec.change_type, hr_api.g_varchar2)
230: then
231: l_argument := 'p_change_type';
232: raise l_error;
233: end if;

Line 237: hr_api.argument_changed_error

233: end if;
234: --
235: EXCEPTION
236: WHEN l_error THEN
237: hr_api.argument_changed_error
238: (p_api_name => l_proc
239: ,p_argument => l_argument);
240: WHEN OTHERS THEN
241: RAISE;

Line 279: if hr_api.not_exists_in_hrstanlookups(p_effective_date => p_rec.effective_date

275: --
276: --
277: Begin
278: --
279: if hr_api.not_exists_in_hrstanlookups(p_effective_date => p_rec.effective_date
280: ,p_lookup_type => 'PROCESS_EVENT_TYPE'
281: ,p_lookup_code => p_rec.change_type) then
282: --
283: -- The change_type for this record is not recognised

Line 394: if hr_api.not_exists_in_hrstanlookups(p_rec.effective_date,

390: --
391: --
392: Begin
393: --
394: if hr_api.not_exists_in_hrstanlookups(p_rec.effective_date,
395: 'PROCESS_EVENT_STATUS',
396: p_rec.status) then
397: --
398: -- The status for this record is not recognised