DBA Data[Home] [Help]

APPS.PQH_STR_DEL dependencies on PQH_FR_STAT_SITUATION_RULES

Line 72: -- Delete the pqh_fr_stat_situation_rules row.

68:
69: --
70: --
71: --
72: -- Delete the pqh_fr_stat_situation_rules row.
73: --
74: delete from pqh_fr_stat_situation_rules
75: where stat_situation_rule_id = p_rec.stat_situation_rule_id;
76: --

Line 74: delete from pqh_fr_stat_situation_rules

70: --
71: --
72: -- Delete the pqh_fr_stat_situation_rules row.
73: --
74: delete from pqh_fr_stat_situation_rules
75: where stat_situation_rule_id = p_rec.stat_situation_rule_id;
76: --
77: --
78: --

Line 221: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'
222: ,p_hook_type => 'AD');
223: --
224: end;
225: --