DBA Data[Home] [Help]

APPS.PAY_BALANCE_CATEGORY_API dependencies on PAY_BALANCE_CATEGORY_BK1

Line 84: pay_balance_category_bk1.create_balance_category_b

80: --
81: -- Call Before Process User Hook
82: --
83: begin
84: pay_balance_category_bk1.create_balance_category_b
85: (p_effective_date => l_effective_date
86: ,p_category_name => p_category_name
87: ,p_business_group_id => p_business_group_id
88: ,p_legislation_code => p_legislation_code

Line 187: pay_balance_category_bk1.create_balance_category_a

183: --
184: -- Call After Process User Hook
185: --
186: begin
187: pay_balance_category_bk1.create_balance_category_a
188: (p_effective_date => l_effective_date
189: ,p_category_name => p_category_name
190: ,p_business_group_id => p_business_group_id
191: ,p_legislation_code => p_legislation_code