DBA Data[Home] [Help]

APPS.PAY_BLT_UPD dependencies on PAY_BALANCE_TYPES

Line 68: -- Update the pay_balance_types Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: pay_blt_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_balance_types Row
69: --
70: update pay_balance_types
71: set
72: balance_type_id = p_rec.balance_type_id

Line 70: update pay_balance_types

66: pay_blt_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the pay_balance_types Row
69: --
70: update pay_balance_types
71: set
72: balance_type_id = p_rec.balance_type_id
73: ,business_group_id = p_rec.business_group_id
74: ,legislation_code = p_rec.legislation_code

Line 308: (p_module_name => 'PAY_BALANCE_TYPES'

304: --
305: when hr_api.cannot_find_prog_unit then
306: --
307: hr_api.cannot_find_prog_unit_error
308: (p_module_name => 'PAY_BALANCE_TYPES'
309: ,p_hook_type => 'AU');
310: --
311: end;
312: --