DBA Data[Home] [Help]

APPS.PQH_LOS_UPD dependencies on PQH_SITUATIONS

Line 68: -- Update the pqh_situations Row

64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: --
67: --
68: -- Update the pqh_situations Row
69: --
70: update pqh_situations
71: set
72: situation_id = p_rec.situation_id

Line 70: update pqh_situations

66: --
67: --
68: -- Update the pqh_situations Row
69: --
70: update pqh_situations
71: set
72: situation_id = p_rec.situation_id
73: ,situation = p_rec.situation
74: ,effective_start_date = p_rec.effective_start_date

Line 563: (p_module_name => 'PQH_SITUATIONS'

559: --
560: when hr_api.cannot_find_prog_unit then
561: --
562: hr_api.cannot_find_prog_unit_error
563: (p_module_name => 'PQH_SITUATIONS'
564: ,p_hook_type => 'AU');
565: --
566: end;
567: --