DBA Data[Home] [Help]

APPS.HR_AMM_UPD dependencies on HR_AUTHORIA_MAPPINGS

Line 68: -- Update the hr_authoria_mappings Row

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

Line 70: update hr_authoria_mappings

66: --
67: --
68: -- Update the hr_authoria_mappings Row
69: --
70: update hr_authoria_mappings
71: set
72: authoria_mapping_id = p_rec.authoria_mapping_id
73: ,pl_id = p_rec.pl_id
74: ,plip_id = p_rec.plip_id

Line 221: (p_module_name => 'HR_AUTHORIA_MAPPINGS'

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