DBA Data[Home] [Help]

APPS.PQH_PRE_UPD dependencies on PQH_DE_INS_END_REASONS

Line 68: -- Update the pqh_de_ins_end_reasons Row

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

Line 70: update pqh_de_ins_end_reasons

66: --
67: --
68: -- Update the pqh_de_ins_end_reasons Row
69: --
70: update pqh_de_ins_end_reasons
71: set
72: ins_end_reason_id = p_rec.ins_end_reason_id
73: ,business_group_id = p_rec.business_group_id
74: ,provider_organization_id = p_rec.provider_organization_id

Line 226: (p_module_name => 'PQH_DE_INS_END_REASONS'

222: --
223: when hr_api.cannot_find_prog_unit then
224: --
225: hr_api.cannot_find_prog_unit_error
226: (p_module_name => 'PQH_DE_INS_END_REASONS'
227: ,p_hook_type => 'AU');
228: --
229: end;
230: --