DBA Data[Home] [Help]

APPS.PER_BBT_UPD dependencies on PER_BF_BALANCE_TYPES

Line 68: -- Update the per_bf_balance_types Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the per_bf_balance_types Row
69: --
70: update per_bf_balance_types
71: set
72: balance_type_id = p_rec.balance_type_id

Line 70: update per_bf_balance_types

66: --
67: --
68: -- Update the per_bf_balance_types Row
69: --
70: update per_bf_balance_types
71: set
72: balance_type_id = p_rec.balance_type_id
73: ,input_value_id = p_rec.input_value_id
74: ,displayed_name = p_rec.displayed_name

Line 236: (p_module_name => 'PER_BF_BALANCE_TYPES'

232: --
233: when hr_api.cannot_find_prog_unit then
234: --
235: hr_api.cannot_find_prog_unit_error
236: (p_module_name => 'PER_BF_BALANCE_TYPES'
237: ,p_hook_type => 'AU');
238: --
239: end;
240: --