DBA Data[Home] [Help]

APPS.PER_CTR_DEL dependencies on PER_CONTACT_RELATIONSHIPS

Line 60: -- Delete the per_contact_relationships row.

56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_ctr_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_contact_relationships row.
61: --
62: delete from per_contact_relationships
63: where contact_relationship_id = p_rec.contact_relationship_id;
64: --

Line 62: delete from per_contact_relationships

58: per_ctr_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_contact_relationships row.
61: --
62: delete from per_contact_relationships
63: where contact_relationship_id = p_rec.contact_relationship_id;
64: --
65: per_ctr_shd.g_api_dml := false; -- Unset the api dml status
66: --

Line 297: (p_module_name => 'PER_CONTACT_RELATIONSHIPS'

293: );
294: exception
295: when hr_api.cannot_find_prog_unit then
296: hr_api.cannot_find_prog_unit_error
297: (p_module_name => 'PER_CONTACT_RELATIONSHIPS'
298: ,p_hook_type => 'AD'
299: );
300: end;
301: -- End of API User Hook for post_delete.