DBA Data[Home] [Help]

APPS.PAY_PBA_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 => 'balance_attribute_id'
48: ,p_argument_value => p_balance_attribute_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 => 'balance_attribute_id'
112: ,p_argument_value => p_balance_attribute_id
113: );

Line 115: if ( nvl(pay_pba_bus.g_balance_attribute_id, hr_api.g_number)

111: ,p_argument => 'balance_attribute_id'
112: ,p_argument_value => p_balance_attribute_id
113: );
114: --
115: if ( nvl(pay_pba_bus.g_balance_attribute_id, hr_api.g_number)
116: = p_balance_attribute_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 359: nvl(pay_pba_shd.g_old_rec.attribute_id, hr_api.g_number) <>

355: -- primary key value. For update it will be not null. For insert it will be
356: -- null, because pre_inset has not been called yet.
357: --
358: IF (((p_balance_attribute_id is not null) and
359: nvl(pay_pba_shd.g_old_rec.attribute_id, hr_api.g_number) <>
360: nvl(p_attribute_id, hr_api.g_number))
361: or
362: (p_balance_attribute_id is null)) then
363: --

Line 360: nvl(p_attribute_id, hr_api.g_number))

356: -- null, because pre_inset has not been called yet.
357: --
358: IF (((p_balance_attribute_id is not null) and
359: nvl(pay_pba_shd.g_old_rec.attribute_id, hr_api.g_number) <>
360: nvl(p_attribute_id, hr_api.g_number))
361: or
362: (p_balance_attribute_id is null)) then
363: --
364: hr_utility.set_location(l_proc, 10);

Line 403: l_legislation_code := hr_api.return_legislation_code

399: if p_balance_attribute_id is not null then
400: l_legislation_code := pay_pba_bus.return_legislation_code
401: (p_balance_attribute_id);
402: else
403: l_legislation_code := hr_api.return_legislation_code
404: (p_business_group_id);
405: end if;
406: --
407: OPEN csr_chk_attribute_id_u(l_legislation_code

Line 515: nvl(pay_pba_shd.g_old_rec.defined_balance_id, hr_api.g_number) <>

511: --
512: -- Only execute the cursor if absolutely necessary.
513: --
514: IF (((p_balance_attribute_id is not null) and
515: nvl(pay_pba_shd.g_old_rec.defined_balance_id, hr_api.g_number) <>
516: nvl(p_defined_balance_id, hr_api.g_number))
517: or
518: (p_balance_attribute_id is null)) then
519: --

Line 516: nvl(p_defined_balance_id, hr_api.g_number))

512: -- Only execute the cursor if absolutely necessary.
513: --
514: IF (((p_balance_attribute_id is not null) and
515: nvl(pay_pba_shd.g_old_rec.defined_balance_id, hr_api.g_number) <>
516: nvl(p_defined_balance_id, hr_api.g_number))
517: or
518: (p_balance_attribute_id is null)) then
519: --
520: hr_utility.set_location(l_proc, 10);

Line 559: l_legislation_code := hr_api.return_legislation_code

555: if p_balance_attribute_id is not null then
556: l_legislation_code := pay_pba_bus.return_legislation_code
557: (p_balance_attribute_id);
558: else
559: l_legislation_code := hr_api.return_legislation_code
560: (p_business_group_id);
561: end if;
562: --
563: OPEN csr_chk_def_bal_id_u(l_legislation_code

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

627: fnd_message.set_token('STEP ', '5');
628: fnd_message.raise_error;
629: END IF;
630: --
631: if nvl(p_rec.business_group_id, hr_api.g_number) <>
632: nvl(pay_pba_shd.g_old_rec.business_group_id, hr_api.g_number) then
633: l_argument := 'business_group_id';
634: raise l_error;
635: end if;

Line 632: nvl(pay_pba_shd.g_old_rec.business_group_id, hr_api.g_number) then

628: fnd_message.raise_error;
629: END IF;
630: --
631: if nvl(p_rec.business_group_id, hr_api.g_number) <>
632: nvl(pay_pba_shd.g_old_rec.business_group_id, hr_api.g_number) then
633: l_argument := 'business_group_id';
634: raise l_error;
635: end if;
636: hr_utility.set_location(l_proc, 15);

Line 732: hr_api.validate_bus_grp_id

728: NOT IN ('GENERIC','STARTUP') THEN
729: --
730: -- Validate Important Attributes
731: --
732: hr_api.validate_bus_grp_id
733: (p_business_group_id => p_rec.business_group_id
734: ,p_associated_column1 => pay_pba_shd.g_tab_nam
735: || '.BUSINESS_GROUP_ID');
736: --