DBA Data[Home] [Help]

APPS.PQH_RTM_INS dependencies on PQH_ROLE_TEMPLATES

Line 56: -- Insert the row into: pqh_role_templates

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_role_templates
57: --
58: insert into pqh_role_templates
59: ( role_template_id,
60: role_id,

Line 58: insert into pqh_role_templates

54: --
55: --
56: -- Insert the row into: pqh_role_templates
57: --
58: insert into pqh_role_templates
59: ( role_template_id,
60: role_id,
61: transaction_category_id,
62: template_id,

Line 135: Cursor C_Sel1 is select pqh_role_templates_s.nextval from sys.dual;

131: Procedure pre_insert(p_rec in out nocopy pqh_rtm_shd.g_rec_type) is
132: --
133: l_proc varchar2(72) := g_package||'pre_insert';
134: --
135: Cursor C_Sel1 is select pqh_role_templates_s.nextval from sys.dual;
136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --

Line 211: (p_module_name => 'pqh_role_templates'

207: --
208: when hr_api.cannot_find_prog_unit then
209: --
210: hr_api.cannot_find_prog_unit_error
211: (p_module_name => 'pqh_role_templates'
212: ,p_hook_type => 'AI');
213: --
214: end;
215: --