DBA Data[Home] [Help]

APPS.PQH_STR_UPD dependencies on PQH_FR_STAT_SITUATION_RULES

Line 77: -- Update the pqh_fr_stat_situation_rules Row

73: p_rec.object_version_number := p_rec.object_version_number + 1;
74: --
75: --
76: --
77: -- Update the pqh_fr_stat_situation_rules Row
78: --
79: update pqh_fr_stat_situation_rules
80: set
81: stat_situation_rule_id = p_rec.stat_situation_rule_id

Line 79: update pqh_fr_stat_situation_rules

75: --
76: --
77: -- Update the pqh_fr_stat_situation_rules Row
78: --
79: update pqh_fr_stat_situation_rules
80: set
81: stat_situation_rule_id = p_rec.stat_situation_rule_id
82: ,statutory_situation_id = p_rec.statutory_situation_id
83: ,processing_sequence = p_rec.processing_sequence

Line 274: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'

270: --
271: when hr_api.cannot_find_prog_unit then
272: --
273: hr_api.cannot_find_prog_unit_error
274: (p_module_name => 'PQH_FR_STAT_SITUATION_RULES'
275: ,p_hook_type => 'AU');
276: --
277: end;
278: --