DBA Data[Home] [Help]

APPS.PAY_LIV_BUS dependencies on HR_API

Line 47: hr_api.mandatory_arg_error

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

Line 73: hr_api.set_security_group_id

69: close csr_sec_grp;
70: --
71: -- Set the security_group_id in CLIENT_INFO
72: --
73: hr_api.set_security_group_id
74: (p_security_group_id => l_security_group_id
75: );
76: end if;
77: --

Line 113: hr_api.mandatory_arg_error

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

Line 119: if ( nvl(pay_liv_bus.g_link_input_value_id, hr_api.g_number)

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

Line 210: IF nvl(p_rec.element_link_id, hr_api.g_number) <>

206: fnd_message.set_token('STEP ', '5');
207: fnd_message.raise_error;
208: END IF;
209: --
210: IF nvl(p_rec.element_link_id, hr_api.g_number) <>
211: nvl(pay_liv_shd.g_old_rec.element_link_id, hr_api.g_number)
212: THEN
213: l_argument := 'p_element_link_id';
214: RAISE l_error;

Line 211: nvl(pay_liv_shd.g_old_rec.element_link_id, hr_api.g_number)

207: fnd_message.raise_error;
208: END IF;
209: --
210: IF nvl(p_rec.element_link_id, hr_api.g_number) <>
211: nvl(pay_liv_shd.g_old_rec.element_link_id, hr_api.g_number)
212: THEN
213: l_argument := 'p_element_link_id';
214: RAISE l_error;
215: END IF;

Line 217: IF nvl(p_rec.input_value_id, hr_api.g_number) <>

213: l_argument := 'p_element_link_id';
214: RAISE l_error;
215: END IF;
216:
217: IF nvl(p_rec.input_value_id, hr_api.g_number) <>
218: nvl(pay_liv_shd.g_old_rec.input_value_id, hr_api.g_number)
219: THEN
220: l_argument := 'p_input_value_id';
221: RAISE l_error;

Line 218: nvl(pay_liv_shd.g_old_rec.input_value_id, hr_api.g_number)

214: RAISE l_error;
215: END IF;
216:
217: IF nvl(p_rec.input_value_id, hr_api.g_number) <>
218: nvl(pay_liv_shd.g_old_rec.input_value_id, hr_api.g_number)
219: THEN
220: l_argument := 'p_input_value_id';
221: RAISE l_error;
222: END IF;

Line 228: hr_api.argument_changed_error

224:
225: EXCEPTION
226: WHEN l_error THEN
227: hr_utility.set_location('Leaving:'||l_proc, 25);
228: hr_api.argument_changed_error
229: (p_api_name => l_proc
230: ,p_argument => l_argument);
231: WHEN OTHERS THEN
232: hr_utility.set_location('Leaving:'||l_proc, 30);

Line 280: hr_api.mandatory_arg_error

276: Begin
277: --
278: -- Ensure that the p_datetrack_mode argument is not null
279: --
280: hr_api.mandatory_arg_error
281: (p_api_name => l_proc
282: ,p_argument => 'datetrack_mode'
283: ,p_argument_value => p_datetrack_mode
284: );

Line 290: hr_api.mandatory_arg_error

286: -- Mode will be valid, as this is checked at the start of the upd.
287: --
288: -- Ensure the arguments are not null
289: --
290: hr_api.mandatory_arg_error
291: (p_api_name => l_proc
292: ,p_argument => 'validation_start_date'
293: ,p_argument_value => p_validation_start_date
294: );

Line 296: hr_api.mandatory_arg_error

292: ,p_argument => 'validation_start_date'
293: ,p_argument_value => p_validation_start_date
294: );
295: --
296: hr_api.mandatory_arg_error
297: (p_api_name => l_proc
298: ,p_argument => 'validation_end_date'
299: ,p_argument_value => p_validation_end_date
300: );

Line 302: If ((nvl(p_input_value_id, hr_api.g_number) <> hr_api.g_number) and

298: ,p_argument => 'validation_end_date'
299: ,p_argument_value => p_validation_end_date
300: );
301: --
302: If ((nvl(p_input_value_id, hr_api.g_number) <> hr_api.g_number) and
303: NOT (dt_api.check_min_max_dates
304: (p_base_table_name => 'pay_input_values_f'
305: ,p_base_key_column => 'INPUT_VALUE_ID'
306: ,p_base_key_value => p_input_value_id

Line 314: If ((nvl(p_element_link_id, hr_api.g_number) <> hr_api.g_number) and

310: fnd_message.set_token('TABLE_NAME','input values');
311: hr_multi_message.add
312: (p_associated_column1 => pay_liv_shd.g_tab_nam || '.INPUT_VALUE_ID');
313: End If;
314: If ((nvl(p_element_link_id, hr_api.g_number) <> hr_api.g_number) and
315: NOT (dt_api.check_min_max_dates
316: (p_base_table_name => 'pay_element_links_f'
317: ,p_base_key_column => 'ELEMENT_LINK_ID'
318: ,p_base_key_value => p_element_link_id

Line 387: hr_api.mandatory_arg_error

383: Begin
384: --
385: -- Ensure that the p_datetrack_mode argument is not null
386: --
387: hr_api.mandatory_arg_error
388: (p_api_name => l_proc
389: ,p_argument => 'datetrack_mode'
390: ,p_argument_value => p_datetrack_mode
391: );

Line 396: If (p_datetrack_mode = hr_api.g_delete or

392: --
393: -- Only perform the validation if the datetrack mode is either
394: -- DELETE or ZAP
395: --
396: If (p_datetrack_mode = hr_api.g_delete or
397: p_datetrack_mode = hr_api.g_zap) then
398: --
399: --
400: -- Ensure the arguments are not null

Line 397: p_datetrack_mode = hr_api.g_zap) then

393: -- Only perform the validation if the datetrack mode is either
394: -- DELETE or ZAP
395: --
396: If (p_datetrack_mode = hr_api.g_delete or
397: p_datetrack_mode = hr_api.g_zap) then
398: --
399: --
400: -- Ensure the arguments are not null
401: --

Line 402: hr_api.mandatory_arg_error

398: --
399: --
400: -- Ensure the arguments are not null
401: --
402: hr_api.mandatory_arg_error
403: (p_api_name => l_proc
404: ,p_argument => 'validation_start_date'
405: ,p_argument_value => p_validation_start_date
406: );

Line 408: hr_api.mandatory_arg_error

404: ,p_argument => 'validation_start_date'
405: ,p_argument_value => p_validation_start_date
406: );
407: --
408: hr_api.mandatory_arg_error
409: (p_api_name => l_proc
410: ,p_argument => 'validation_end_date'
411: ,p_argument_value => p_validation_end_date
412: );

Line 414: hr_api.mandatory_arg_error

410: ,p_argument => 'validation_end_date'
411: ,p_argument_value => p_validation_end_date
412: );
413: --
414: hr_api.mandatory_arg_error
415: (p_api_name => l_proc
416: ,p_argument => 'link_input_value_id'
417: ,p_argument_value => p_link_input_value_id
418: );