DBA Data[Home] [Help]

APPS.PER_PSO_UPD dependencies on PER_SECURITY_ORGANIZATIONS

Line 68: -- Update the per_security_organizations Row

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

Line 70: update per_security_organizations

66: per_pso_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the per_security_organizations Row
69: --
70: update per_security_organizations
71: set
72: organization_id = p_rec.organization_id
73: ,security_profile_id = p_rec.security_profile_id
74: ,entry_type = p_rec.entry_type

Line 216: (p_module_name => 'PER_SECURITY_ORGANIZATIONS'

212: --
213: when hr_api.cannot_find_prog_unit then
214: --
215: hr_api.cannot_find_prog_unit_error
216: (p_module_name => 'PER_SECURITY_ORGANIZATIONS'
217: ,p_hook_type => 'AU');
218: --
219: end;
220: --