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 3708: FROM pay_defined_balances db,

3704: */
3705:
3706: SELECT count(0)
3707: INTO already_exists
3708: FROM pay_defined_balances db,
3709: pay_balance_types bt
3710: WHERE db.balance_type_id = bt.balance_type_id
3711: AND bt.balance_name = p_bal_name
3712: AND db.balance_dimension_id = dim_id