DBA Data[Home] [Help]

APPS.PQH_CEC_INS dependencies on PQH_COPY_ENTITY_CONTEXTS

Line 58: -- Insert the row into: pqh_copy_entity_contexts

54: hr_utility.set_location('Entering:'||l_proc, 5);
55: p_rec.object_version_number := 1; -- Initialise the object version
56: --
57: --
58: -- Insert the row into: pqh_copy_entity_contexts
59: --
60: insert into pqh_copy_entity_contexts
61: ( context,
62: application_short_name,

Line 60: insert into pqh_copy_entity_contexts

56: --
57: --
58: -- Insert the row into: pqh_copy_entity_contexts
59: --
60: insert into pqh_copy_entity_contexts
61: ( context,
62: application_short_name,
63: legislation_code,
64: responsibility_key,

Line 137: -- Cursor C_Sel1 is select pqh_copy_entity_contexts_s.nextval from sys.dual;

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

Line 213: (p_module_name => 'pqh_copy_entity_contexts'

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