DBA Data[Home] [Help]

APPS.PQH_RFT_UPD dependencies on PQH_REF_TEMPLATES

Line 60: -- Update the pqh_ref_templates Row

56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: --
60: -- Update the pqh_ref_templates Row
61: --
62: update pqh_ref_templates
63: set
64: ref_template_id = p_rec.ref_template_id,

Line 62: update pqh_ref_templates

58: --
59: --
60: -- Update the pqh_ref_templates Row
61: --
62: update pqh_ref_templates
63: set
64: ref_template_id = p_rec.ref_template_id,
65: base_template_id = p_rec.base_template_id,
66: parent_template_id = p_rec.parent_template_id,

Line 196: (p_module_name => 'pqh_ref_templates'

192: --
193: when hr_api.cannot_find_prog_unit then
194: --
195: hr_api.cannot_find_prog_unit_error
196: (p_module_name => 'pqh_ref_templates'
197: ,p_hook_type => 'AU');
198: --
199: end;
200: --