DBA Data[Home] [Help]

APPS.PQH_CEC_DEL dependencies on PQH_COPY_ENTITY_CONTEXTS

Line 60: p_entity_name=>'PQH_COPY_ENTITY_CONTEXTS',

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_COPY_ENTITY_CONTEXTS',
61: p_ref_entity_info=>
62: PER_RIC_PKG.ref_entity_tbl(
63: PER_RIC_PKG.ref_info_rec('PQH_COPY_ENTITY_FUNCTIONS',PER_RIC_PKG.column_info_tbl(
64: PER_RIC_PKG.col_info_rec('CONTEXT',p_rec.context,NULL, NULL))),

Line 72: -- Delete the pqh_copy_entity_contexts row.

68: --
69: -- Code Ends Here
70: --
71: --
72: -- Delete the pqh_copy_entity_contexts row.
73: --
74: delete from pqh_copy_entity_contexts
75: where context = p_rec.context;
76: --

Line 74: delete from pqh_copy_entity_contexts

70: --
71: --
72: -- Delete the pqh_copy_entity_contexts row.
73: --
74: delete from pqh_copy_entity_contexts
75: where context = p_rec.context;
76: --
77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 190: (p_module_name => 'pqh_copy_entity_contexts'

186: --
187: when hr_api.cannot_find_prog_unit then
188: --
189: hr_api.cannot_find_prog_unit_error
190: (p_module_name => 'pqh_copy_entity_contexts'
191: ,p_hook_type => 'AD');
192: --
193: end;
194: --