DBA Data[Home] [Help]

APPS.PQH_STS_DEL dependencies on PQH_FR_STAT_SITUATIONS

Line 68: -- Delete the pqh_fr_stat_situations row.

64:
65: --
66: --
67: --
68: -- Delete the pqh_fr_stat_situations row.
69: --
70: delete from pqh_fr_stat_situations
71: where statutory_situation_id = p_rec.statutory_situation_id;
72: --

Line 70: delete from pqh_fr_stat_situations

66: --
67: --
68: -- Delete the pqh_fr_stat_situations row.
69: --
70: delete from pqh_fr_stat_situations
71: where statutory_situation_id = p_rec.statutory_situation_id;
72: --
73: --
74: --

Line 260: (p_module_name => 'PQH_FR_STAT_SITUATIONS'

256: --
257: when hr_api.cannot_find_prog_unit then
258: --
259: hr_api.cannot_find_prog_unit_error
260: (p_module_name => 'PQH_FR_STAT_SITUATIONS'
261: ,p_hook_type => 'AD');
262: --
263: end;
264: --