DBA Data[Home] [Help]

APPS.PQH_RFT_INS dependencies on PQH_REF_TEMPLATES

Line 57: p_entity_name=>'PQH_REF_TEMPLATES',

53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55:
56: PER_RIC_PKG.chk_integrity(
57: p_entity_name=>'PQH_REF_TEMPLATES',
58: p_ref_entity_info=>
59: PER_RIC_PKG.ref_entity_tbl(
60: PER_RIC_PKG.ref_info_rec('PQH_TEMPLATES',PER_RIC_PKG.column_info_tbl(
61: PER_RIC_PKG.col_info_rec('TEMPLATE_ID',NULL,p_rec.parent_template_id, NULL))),

Line 66: -- Insert the row into: pqh_ref_templates

62: PER_RIC_PKG.ref_info_rec('PQH_TEMPLATES',PER_RIC_PKG.column_info_tbl(
63: PER_RIC_PKG.col_info_rec('TEMPLATE_ID',NULL,p_rec.base_template_id, NULL)))),
64: p_ref_type=>'INS');
65: --
66: -- Insert the row into: pqh_ref_templates
67: --
68: insert into pqh_ref_templates
69: ( ref_template_id,
70: base_template_id,

Line 68: insert into pqh_ref_templates

64: p_ref_type=>'INS');
65: --
66: -- Insert the row into: pqh_ref_templates
67: --
68: insert into pqh_ref_templates
69: ( ref_template_id,
70: base_template_id,
71: parent_template_id,
72: reference_type_cd,

Line 143: Cursor C_Sel1 is select pqh_ref_templates_s.nextval from sys.dual;

139: Procedure pre_insert(p_rec in out nocopy pqh_rft_shd.g_rec_type) is
140: --
141: l_proc varchar2(72) := g_package||'pre_insert';
142: --
143: Cursor C_Sel1 is select pqh_ref_templates_s.nextval from sys.dual;
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --

Line 217: (p_module_name => 'pqh_ref_templates'

213: --
214: when hr_api.cannot_find_prog_unit then
215: --
216: hr_api.cannot_find_prog_unit_error
217: (p_module_name => 'pqh_ref_templates'
218: ,p_hook_type => 'AI');
219: --
220: end;
221: --