DBA Data[Home] [Help]

APPS.PQH_TAT_INS dependencies on PQH_TEMPLATE_ATTRIBUTES

Line 60: p_entity_name=>'PQH_TEMPLATE_ATTRIBUTES',

56: -- Added the following code as a part of Zero Downtime Patching Project.
57: -- Code Starts Here.
58: --
59: PER_RIC_PKG.chk_integrity(
60: p_entity_name=>'PQH_TEMPLATE_ATTRIBUTES',
61: p_ref_entity_info=>
62: PER_RIC_PKG.ref_entity_tbl(
63: PER_RIC_PKG.ref_info_rec('PQH_ATTRIBUTES',PER_RIC_PKG.column_info_tbl(
64: PER_RIC_PKG.col_info_rec('ATTRIBUTE_ID',NULL,p_rec.attribute_id, NULL))),

Line 72: -- Insert the row into: pqh_template_attributes

68: --
69: -- Code Ends Here
70: --
71: --
72: -- Insert the row into: pqh_template_attributes
73: --
74: insert into pqh_template_attributes
75: ( required_flag,
76: view_flag,

Line 74: insert into pqh_template_attributes

70: --
71: --
72: -- Insert the row into: pqh_template_attributes
73: --
74: insert into pqh_template_attributes
75: ( required_flag,
76: view_flag,
77: edit_flag,
78: template_attribute_id,

Line 153: Cursor C_Sel1 is select pqh_template_attributes_s.nextval from sys.dual;

149: Procedure pre_insert(p_rec in out nocopy pqh_tat_shd.g_rec_type) is
150: --
151: l_proc varchar2(72) := g_package||'pre_insert';
152: --
153: Cursor C_Sel1 is select pqh_template_attributes_s.nextval from sys.dual;
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --

Line 230: (p_module_name => 'pqh_template_attributes'

226: --
227: when hr_api.cannot_find_prog_unit then
228: --
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'pqh_template_attributes'
231: ,p_hook_type => 'AI');
232: --
233: end;
234: --