DBA Data[Home] [Help]

APPS.HR_USER_INIT_DEDN dependencies on PAY_DEFINED_BALANCES

Line 163: pay_defined_balances table or not for that

159: reverted in generator code.
160:
161: 11-Jul-1997 mmukherj 40.38 502307 changed do_defined_balances procedure to check
162: whether record already exists in
163: pay_defined_balances table or not for that
164: business_group.Same changes has been made in
165: pywatgen.pkb(involuntary deduction) and
166: pygenptx.pkb(pretax deduction)
167: 18-Feb-1998 mmukherj 40.39 566328 do_deletions procedure is modified to

Line 3609: FROM pay_defined_balances db,

3605: */
3606:
3607: SELECT count(0)
3608: INTO already_exists
3609: FROM pay_defined_balances db,
3610: pay_balance_types bt
3611: WHERE db.balance_type_id = bt.balance_type_id
3612: AND bt.balance_name = p_bal_name
3613: AND db.balance_dimension_id = dim_id