DBA Data[Home] [Help]

APPS.PAY_BLD_UPD dependencies on PAY_BALANCE_DIMENSIONS

Line 66: -- Update the pay_balance_dimensions Row

62: --
63: --
64: --
65: --
66: -- Update the pay_balance_dimensions Row
67: --
68: update pay_balance_dimensions
69: set
70: balance_dimension_id = p_rec.balance_dimension_id

Line 68: update pay_balance_dimensions

64: --
65: --
66: -- Update the pay_balance_dimensions Row
67: --
68: update pay_balance_dimensions
69: set
70: balance_dimension_id = p_rec.balance_dimension_id
71: ,business_group_id = p_rec.business_group_id
72: ,legislation_code = p_rec.legislation_code

Line 289: (p_module_name => 'PAY_BALANCE_DIMENSIONS'

285: --
286: when hr_api.cannot_find_prog_unit then
287: --
288: hr_api.cannot_find_prog_unit_error
289: (p_module_name => 'PAY_BALANCE_DIMENSIONS'
290: ,p_hook_type => 'AU');
291: --
292: end;
293: --