DBA Data[Home] [Help]

APPS.HR_AVM_UPD dependencies on HR_ATH_VARIABLEMAP

Line 68: -- Update the hr_ath_variablemap Row

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

Line 70: update hr_ath_variablemap

66: --
67: --
68: -- Update the hr_ath_variablemap Row
69: --
70: update hr_ath_variablemap
71: set
72: ath_variablemap_id = p_rec.ath_variablemap_id
73: ,ath_dsn = p_rec.ath_dsn
74: ,ath_tablename = p_rec.ath_tablename

Line 221: (p_module_name => 'HR_ATH_VARIABLEMAP'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'HR_ATH_VARIABLEMAP'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --