DBA Data[Home] [Help]

APPS.PQH_CEI_UPD dependencies on PQH_CORPS_EXTRA_INFO

Line 68: -- Update the pqh_corps_extra_info Row

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

Line 70: update pqh_corps_extra_info

66: --
67: --
68: -- Update the pqh_corps_extra_info Row
69: --
70: update pqh_corps_extra_info
71: set
72: corps_extra_info_id = p_rec.corps_extra_info_id
73: ,corps_definition_id = p_rec.corps_definition_id
74: ,information_type = p_rec.information_type

Line 523: (p_module_name => 'PQH_CORPS_EXTRA_INFO'

519: --
520: when hr_api.cannot_find_prog_unit then
521: --
522: hr_api.cannot_find_prog_unit_error
523: (p_module_name => 'PQH_CORPS_EXTRA_INFO'
524: ,p_hook_type => 'AU');
525: --
526: end;
527: --