DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on PAY_BALANCE_TYPES_PKG

Line 3677: /* Call pay_balance_types_pkg.chk_balance_type twice in order to check that

3673: -- Create associated balances for deductions.
3674: --
3675: -- "Primary" Balance:
3676: --
3677: /* Call pay_balance_types_pkg.chk_balance_type twice in order to check that
3678: the "Primary Balance" is ok to generate:
3679: procedure chk_balance_type
3680: (
3681: p_row_id varchar2,

Line 3693: pay_balance_types_pkg.chk_balance_type(

3689:
3690: hr_utility.set_location('pyusuidt',217);
3691: -- Check element name, ie. primary balance name, is unique to
3692: -- balances within this BG.
3693: pay_balance_types_pkg.chk_balance_type(
3694: p_row_id => NULL,
3695: p_business_group_id => p_bg_id,
3696: p_legislation_code => NULL,
3697: p_balance_name => p_ele_name,

Line 3704: pay_balance_types_pkg.chk_balance_type(

3700:
3701: hr_utility.set_location('pyusuidt',317);
3702: -- Check element name, ie. primary balance name, is unique to
3703: -- balances provided as startup data.
3704: pay_balance_types_pkg.chk_balance_type(
3705: p_row_id => NULL,
3706: p_business_group_id => NULL,
3707: p_legislation_code => 'US',
3708: p_balance_name => p_ele_name,