DBA Data[Home] [Help]

APPS.PAY_PBD_BUS dependencies on HR_API

Line 45: hr_api.mandatory_arg_error

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

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: end if;
75: --

Line 109: hr_api.mandatory_arg_error

105: hr_utility.set_location('Entering:'|| l_proc, 10);
106: --
107: -- Ensure that all the mandatory parameter are not null
108: --
109: hr_api.mandatory_arg_error
110: (p_api_name => l_proc
111: ,p_argument => 'bal_attribute_default_id'
112: ,p_argument_value => p_bal_attribute_default_id
113: );

Line 115: if ( nvl(pay_pbd_bus.g_bal_attribute_default_id, hr_api.g_number)

111: ,p_argument => 'bal_attribute_default_id'
112: ,p_argument_value => p_bal_attribute_default_id
113: );
114: --
115: if ( nvl(pay_pbd_bus.g_bal_attribute_default_id, hr_api.g_number)
116: = p_bal_attribute_default_id) then
117: --
118: -- The legislation code has already been found with a previous
119: -- call to this function. Just return the value in the global

Line 250: nvl(pay_pbd_shd.g_old_rec.attribute_id, hr_api.g_varchar2) <>

246: -- primary key value. For update it will be not null. For insert it will be
247: -- null, because pre_inset has not been called yet.
248: --
249: IF (((p_bal_attribute_default_id is not null) and
250: nvl(pay_pbd_shd.g_old_rec.attribute_id, hr_api.g_varchar2) <>
251: nvl(p_attribute_id, hr_api.g_varchar2))
252: or
253: (p_bal_attribute_default_id is null)) then
254: --

Line 251: nvl(p_attribute_id, hr_api.g_varchar2))

247: -- null, because pre_inset has not been called yet.
248: --
249: IF (((p_bal_attribute_default_id is not null) and
250: nvl(pay_pbd_shd.g_old_rec.attribute_id, hr_api.g_varchar2) <>
251: nvl(p_attribute_id, hr_api.g_varchar2))
252: or
253: (p_bal_attribute_default_id is null)) then
254: --
255: hr_utility.set_location(l_proc, 10);

Line 294: l_legislation_code := hr_api.return_legislation_code

290: if p_bal_attribute_default_id is not null then
291: l_legislation_code := pay_pbd_bus.return_legislation_code
292: (p_bal_attribute_default_id);
293: else
294: l_legislation_code := hr_api.return_legislation_code
295: (p_business_group_id);
296: end if;
297: --
298: OPEN csr_chk_attribute_id_u(l_legislation_code

Line 412: nvl(pay_pbd_shd.g_old_rec.balance_category_id, hr_api.g_varchar2) <>

408: -- primary key value. For update it will be not null. For insert it will be
409: -- null, because pre_inset has not been called yet.
410: --
411: IF (((p_bal_attribute_default_id is not null) and
412: nvl(pay_pbd_shd.g_old_rec.balance_category_id, hr_api.g_varchar2) <>
413: nvl(p_balance_category_id, hr_api.g_varchar2))
414: or
415: (p_bal_attribute_default_id is null)) then
416: --

Line 413: nvl(p_balance_category_id, hr_api.g_varchar2))

409: -- null, because pre_inset has not been called yet.
410: --
411: IF (((p_bal_attribute_default_id is not null) and
412: nvl(pay_pbd_shd.g_old_rec.balance_category_id, hr_api.g_varchar2) <>
413: nvl(p_balance_category_id, hr_api.g_varchar2))
414: or
415: (p_bal_attribute_default_id is null)) then
416: --
417: hr_utility.set_location(l_proc, 10);

Line 454: l_legislation_code := hr_api.return_legislation_code

450: if p_bal_attribute_default_id is not null then
451: l_legislation_code := pay_pbd_bus.return_legislation_code
452: (p_bal_attribute_default_id);
453: else
454: l_legislation_code := hr_api.return_legislation_code
455: (p_business_group_id);
456: end if;
457: --
458: OPEN csr_chk_bal_cat_id_u(l_legislation_code

Line 575: nvl(pay_pbd_shd.g_old_rec.balance_dimension_id, hr_api.g_varchar2) <>

571: -- primary key value. For update it will be not null. For insert it will be
572: -- null, because pre_inset has not been called yet.
573: --
574: IF (((p_bal_attribute_default_id is not null) and
575: nvl(pay_pbd_shd.g_old_rec.balance_dimension_id, hr_api.g_varchar2) <>
576: nvl(p_balance_dimension_id, hr_api.g_varchar2))
577: or
578: (p_bal_attribute_default_id is null)) then
579: --

Line 576: nvl(p_balance_dimension_id, hr_api.g_varchar2))

572: -- null, because pre_inset has not been called yet.
573: --
574: IF (((p_bal_attribute_default_id is not null) and
575: nvl(pay_pbd_shd.g_old_rec.balance_dimension_id, hr_api.g_varchar2) <>
576: nvl(p_balance_dimension_id, hr_api.g_varchar2))
577: or
578: (p_bal_attribute_default_id is null)) then
579: --
580: hr_utility.set_location(l_proc, 10);

Line 617: l_legislation_code := hr_api.return_legislation_code

613: if p_bal_attribute_default_id is not null then
614: l_legislation_code := pay_pbd_bus.return_legislation_code
615: (p_bal_attribute_default_id);
616: else
617: l_legislation_code := hr_api.return_legislation_code
618: (p_business_group_id);
619: end if;
620: --
621: OPEN csr_chk_bal_dim_id_u(l_legislation_code

Line 688: if nvl(p_rec.business_group_id, hr_api.g_number) <>

684: fnd_message.set_token('STEP ', '5');
685: fnd_message.raise_error;
686: END IF;
687: --
688: if nvl(p_rec.business_group_id, hr_api.g_number) <>
689: nvl(pay_pbd_shd.g_old_rec.business_group_id, hr_api.g_number) then
690: l_argument := 'business_group_id';
691: raise l_error;
692: end if;

Line 689: nvl(pay_pbd_shd.g_old_rec.business_group_id, hr_api.g_number) then

685: fnd_message.raise_error;
686: END IF;
687: --
688: if nvl(p_rec.business_group_id, hr_api.g_number) <>
689: nvl(pay_pbd_shd.g_old_rec.business_group_id, hr_api.g_number) then
690: l_argument := 'business_group_id';
691: raise l_error;
692: end if;
693: hr_utility.set_location(l_proc, 15);

Line 795: hr_api.validate_bus_grp_id

791: NOT IN ('GENERIC','STARTUP') THEN
792: --
793: -- Validate Important Attributes
794: --
795: hr_api.validate_bus_grp_id
796: (p_business_group_id => p_rec.business_group_id
797: ,p_associated_column1 => pay_pbd_shd.g_tab_nam
798: || '.BUSINESS_GROUP_ID');
799: --