DBA Data[Home] [Help]

APPS.PER_CTR_UPD dependencies on PER_CONTACT_RELATIONSHIPS

Line 67: -- Update the per_contact_relationships Row

63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: per_ctr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_contact_relationships Row
68: --
69: update per_contact_relationships
70: set
71: contact_type = p_rec.contact_type,

Line 69: update per_contact_relationships

65: per_ctr_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the per_contact_relationships Row
68: --
69: update per_contact_relationships
70: set
71: contact_type = p_rec.contact_type,
72: comments = p_rec.comments,
73: primary_contact_flag = p_rec.primary_contact_flag,

Line 450: (p_module_name => 'PER_CONTACT_RELATIONSHIPS'

446: );
447: exception
448: when hr_api.cannot_find_prog_unit then
449: hr_api.cannot_find_prog_unit_error
450: (p_module_name => 'PER_CONTACT_RELATIONSHIPS'
451: ,p_hook_type => 'AU'
452: );
453: end;
454: --