DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on PAY_BALANCE_TYPES_PKG

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

3772: -- Create associated balances for deductions.
3773: --
3774: -- "Primary" Balance:
3775: --
3776: /* Call pay_balance_types_pkg.chk_balance_type twice in order to check that
3777: the "Primary Balance" is ok to generate:
3778: procedure chk_balance_type
3779: (
3780: p_row_id varchar2,

Line 3792: pay_balance_types_pkg.chk_balance_type(

3788:
3789: hr_utility.set_location('pyusuidt',217);
3790: -- Check element name, ie. primary balance name, is unique to
3791: -- balances within this BG.
3792: pay_balance_types_pkg.chk_balance_type(
3793: p_row_id => NULL,
3794: p_business_group_id => p_bg_id,
3795: p_legislation_code => NULL,
3796: p_balance_name => p_ele_name,

Line 3803: pay_balance_types_pkg.chk_balance_type(

3799:
3800: hr_utility.set_location('pyusuidt',317);
3801: -- Check element name, ie. primary balance name, is unique to
3802: -- balances provided as startup data.
3803: pay_balance_types_pkg.chk_balance_type(
3804: p_row_id => NULL,
3805: p_business_group_id => NULL,
3806: p_legislation_code => 'US',
3807: p_balance_name => p_ele_name,