DBA Data[Home] [Help]

APPS.PQH_STS_UPD dependencies on PQH_FR_STAT_SITUATIONS

Line 73: -- Update the pqh_fr_stat_situations Row

69: p_rec.object_version_number := p_rec.object_version_number + 1;
70: --
71: --
72: --
73: -- Update the pqh_fr_stat_situations Row
74: --
75: update pqh_fr_stat_situations
76: set
77: statutory_situation_id = p_rec.statutory_situation_id

Line 75: update pqh_fr_stat_situations

71: --
72: --
73: -- Update the pqh_fr_stat_situations Row
74: --
75: update pqh_fr_stat_situations
76: set
77: statutory_situation_id = p_rec.statutory_situation_id
78: ,business_group_id = p_rec.business_group_id
79: ,situation_name = p_rec.situation_name

Line 375: (p_module_name => 'PQH_FR_STAT_SITUATIONS'

371: --
372: when hr_api.cannot_find_prog_unit then
373: --
374: hr_api.cannot_find_prog_unit_error
375: (p_module_name => 'PQH_FR_STAT_SITUATIONS'
376: ,p_hook_type => 'AU');
377: --
378: end;
379: --