DBA Data[Home] [Help]

APPS.PAY_BCT_BUS dependencies on HR_API

Line 51: hr_api.mandatory_arg_error

47: hr_utility.set_location('Entering:'|| l_proc, 10);
48: --
49: -- Ensure that all the mandatory parameter are not null
50: --
51: hr_api.mandatory_arg_error
52: (p_api_name => l_proc
53: ,p_argument => 'batch_control_id'
54: ,p_argument_value => p_batch_control_id
55: );

Line 74: hr_api.set_security_group_id

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

Line 118: hr_api.mandatory_arg_error

114: hr_utility.set_location('Entering:'|| l_proc, 10);
115: --
116: -- Ensure that all the mandatory parameter are not null
117: --
118: hr_api.mandatory_arg_error
119: (p_api_name => l_proc
120: ,p_argument => 'batch_control_id'
121: ,p_argument_value => p_batch_control_id
122: );

Line 124: if ( nvl(pay_bct_bus.g_batch_control_id, hr_api.g_number)

120: ,p_argument => 'batch_control_id'
121: ,p_argument_value => p_batch_control_id
122: );
123: --
124: if ( nvl(pay_bct_bus.g_batch_control_id, hr_api.g_number)
125: = p_batch_control_id) then
126: --
127: -- The legislation code has already been found with a previous
128: -- call to this function. Just return the value in the global

Line 214: if nvl(p_rec.batch_id, hr_api.g_number) <>

210: END IF;
211: --
212: hr_utility.set_location(l_proc, 10);
213: --
214: if nvl(p_rec.batch_id, hr_api.g_number) <>
215: pay_bct_shd.g_old_rec.batch_id then
216: l_argument := 'batch_id';
217: raise l_error;
218: end if;

Line 222: hr_api.argument_changed_error

218: end if;
219: --
220: EXCEPTION
221: WHEN l_error THEN
222: hr_api.argument_changed_error
223: (p_api_name => l_proc
224: ,p_argument => l_argument);
225: WHEN OTHERS THEN
226: RAISE;

Line 330: hr_api.mandatory_arg_error

326: hr_utility.set_location('Entering:'||l_proc, 1);
327: --
328: -- Check mandatory batch_id is set
329: --
330: hr_api.mandatory_arg_error
331: (p_api_name => l_proc
332: ,p_argument => 'BATCH_ID'
333: ,p_argument_value => p_batch_id
334: );

Line 410: hr_api.mandatory_arg_error

406: hr_utility.set_location('Entering:'||l_proc, 1);
407: --
408: -- Check mandatory batch_name exists
409: --
410: hr_api.mandatory_arg_error
411: (p_api_name => l_proc
412: ,p_argument => 'control_status'
413: ,p_argument_value => p_control_status
414: );

Line 418: hr_api.mandatory_arg_error

414: );
415: --
416: -- Check mandatory session_date exists
417: --
418: hr_api.mandatory_arg_error
419: (p_api_name => l_proc
420: ,p_argument => 'session_date'
421: ,p_argument_value => p_session_date
422: );

Line 435: nvl(pay_bct_shd.g_old_rec.control_status,hr_api.g_varchar2) <>

431: --
432: -- Only proceed with SQL validation if absolutely necessary
433: --
434: if ((l_api_updating and
435: nvl(pay_bct_shd.g_old_rec.control_status,hr_api.g_varchar2) <>
436: nvl(p_control_status,hr_api.g_varchar2))
437: or (NOT l_api_updating)) then
438: --
439: hr_utility.set_location(l_proc,30);

Line 436: nvl(p_control_status,hr_api.g_varchar2))

432: -- Only proceed with SQL validation if absolutely necessary
433: --
434: if ((l_api_updating and
435: nvl(pay_bct_shd.g_old_rec.control_status,hr_api.g_varchar2) <>
436: nvl(p_control_status,hr_api.g_varchar2))
437: or (NOT l_api_updating)) then
438: --
439: hr_utility.set_location(l_proc,30);
440: --

Line 443: if hr_api.not_exists_in_hr_lookups

439: hr_utility.set_location(l_proc,30);
440: --
441: -- Validate against the hr_lookup.
442: --
443: if hr_api.not_exists_in_hr_lookups
444: (p_effective_date => p_session_date,
445: p_lookup_type => 'BATCH_STATUS',
446: p_lookup_code => p_control_status) then
447: pay_bct_shd.constraint_error('PAY_BCHTOT_CONTROL_STATUS_CHK');

Line 503: hr_api.mandatory_arg_error

499: hr_utility.set_location('Entering:'||l_proc, 1);
500: --
501: -- Check mandatory session_date exists
502: --
503: hr_api.mandatory_arg_error
504: (p_api_name => l_proc
505: ,p_argument => 'session_date'
506: ,p_argument_value => p_session_date
507: );

Line 520: nvl(pay_bct_shd.g_old_rec.control_type,hr_api.g_varchar2) <>

516: --
517: -- Only proceed with SQL validation if absolutely necessary
518: --
519: if ((l_api_updating and
520: nvl(pay_bct_shd.g_old_rec.control_type,hr_api.g_varchar2) <>
521: nvl(p_control_type,hr_api.g_varchar2))
522: or (NOT l_api_updating)) then
523: --
524: hr_utility.set_location(l_proc,30);

Line 521: nvl(p_control_type,hr_api.g_varchar2))

517: -- Only proceed with SQL validation if absolutely necessary
518: --
519: if ((l_api_updating and
520: nvl(pay_bct_shd.g_old_rec.control_type,hr_api.g_varchar2) <>
521: nvl(p_control_type,hr_api.g_varchar2))
522: or (NOT l_api_updating)) then
523: --
524: hr_utility.set_location(l_proc,30);
525: --

Line 534: if hr_api.not_exists_in_hr_lookups

530: hr_utility.set_location(l_proc,35);
531: --
532: -- Validate against the hr_lookup.
533: --
534: if hr_api.not_exists_in_hr_lookups
535: (p_effective_date => p_session_date,
536: p_lookup_type => 'CONTROL_TYPE',
537: p_lookup_code => p_control_type) then
538: fnd_message.set_name('PAY','HR_7462_PLK_INVLD_VALUE');

Line 653: hr_api.mandatory_arg_error

649: hr_utility.set_location('Entering:'||l_proc, 1);
650: --
651: -- Check mandatory session_date exists
652: --
653: hr_api.mandatory_arg_error
654: (p_api_name => l_proc
655: ,p_argument => 'batch_control_id'
656: ,p_argument_value => p_batch_control_id
657: );