DBA Data[Home] [Help]

APPS.PQH_LOS_DEL dependencies on PQH_SITUATIONS

Line 62: -- Delete the pqh_situations row.

58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: --
62: -- Delete the pqh_situations row.
63: --
64: delete from pqh_situations
65: where situation_id = p_rec.situation_id;
66: --

Line 64: delete from pqh_situations

60: --
61: --
62: -- Delete the pqh_situations row.
63: --
64: delete from pqh_situations
65: where situation_id = p_rec.situation_id;
66: --
67: --
68: --

Line 320: (p_module_name => 'PQH_SITUATIONS'

316: --
317: when hr_api.cannot_find_prog_unit then
318: --
319: hr_api.cannot_find_prog_unit_error
320: (p_module_name => 'PQH_SITUATIONS'
321: ,p_hook_type => 'AD');
322: --
323: end;
324: --