DBA Data[Home] [Help]

APPS.PQH_PSU_UPD dependencies on PQH_FR_EMP_STAT_SITUATIONS

Line 68: -- Update the pqh_fr_emp_stat_situations Row

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

Line 70: update pqh_fr_emp_stat_situations

66: --
67: --
68: -- Update the pqh_fr_emp_stat_situations Row
69: --
70: update pqh_fr_emp_stat_situations
71: set
72: emp_stat_situation_id = p_rec.emp_stat_situation_id
73: ,statutory_situation_id = p_rec.statutory_situation_id
74: ,person_id = p_rec.person_id

Line 428: (p_module_name => 'PQH_FR_EMP_STAT_SITUATIONS'

424: --
425: when hr_api.cannot_find_prog_unit then
426: --
427: hr_api.cannot_find_prog_unit_error
428: (p_module_name => 'PQH_FR_EMP_STAT_SITUATIONS'
429: ,p_hook_type => 'AU');
430: --
431: end;
432: --