DBA Data[Home] [Help]

APPS.PQH_PSU_DEL dependencies on PQH_FR_EMP_STAT_SITUATIONS

Line 62: -- Delete the pqh_fr_emp_stat_situations row.

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

Line 64: delete from pqh_fr_emp_stat_situations

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

Line 266: (p_module_name => 'PQH_FR_EMP_STAT_SITUATIONS'

262: --
263: when hr_api.cannot_find_prog_unit then
264: --
265: hr_api.cannot_find_prog_unit_error
266: (p_module_name => 'PQH_FR_EMP_STAT_SITUATIONS'
267: ,p_hook_type => 'AD');
268: --
269: end;
270: --