DBA Data[Home] [Help]

APPS.PER_PAR_UPD dependencies on PER_PARTICIPANTS

Line 59: -- Update the per_participants Row

55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the per_participants Row
60: --
61: update per_participants
62: set
63: participant_id = p_rec.participant_id,

Line 61: update per_participants

57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the per_participants Row
60: --
61: update per_participants
62: set
63: participant_id = p_rec.participant_id,
64: object_version_number = p_rec.object_version_number,
65: questionnaire_template_id = p_rec.questionnaire_template_id,

Line 275: ( p_module_name => 'PER_PARTICIPANTS'

271:
272: exception
273: when hr_api.cannot_find_prog_unit then
274: hr_api.cannot_find_prog_unit_error
275: ( p_module_name => 'PER_PARTICIPANTS'
276: ,p_hook_type => 'AU'
277: );
278: end;
279: -- End of API User Hook for post_update