DBA Data[Home] [Help]

APPS.PER_PAR_DEL dependencies on PER_PARTICIPANTS

Line 52: -- Delete the per_participants row.

48: --
49: Begin
50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the per_participants row.
53: --
54: delete from per_participants
55: where participant_id = p_rec.participant_id;
56: --

Line 54: delete from per_participants

50: hr_utility.set_location('Entering:'||l_proc, 5);
51: --
52: -- Delete the per_participants row.
53: --
54: delete from per_participants
55: where participant_id = p_rec.participant_id;
56: --
57: hr_utility.set_location(' Leaving:'||l_proc, 10);
58: --

Line 192: ( p_module_name => 'PER_PARTICIPANTS'

188: p_attribute20_o => per_par_shd.g_old_rec.attribute20 );
189: exception
190: when hr_api.cannot_find_prog_unit then
191: hr_api.cannot_find_prog_unit_error
192: ( p_module_name => 'PER_PARTICIPANTS'
193: ,p_hook_type => 'AD'
194: );
195: end;
196: -- End of API User Hook for post_delete.