DBA Data[Home] [Help]

APPS.PQH_CEC_UPD dependencies on PQH_COPY_ENTITY_CONTEXTS

Line 63: -- Update the pqh_copy_entity_contexts Row

59: --
60: p_rec.object_version_number := p_rec.object_version_number + 1;
61: --
62: --
63: -- Update the pqh_copy_entity_contexts Row
64: --
65: update pqh_copy_entity_contexts
66: set
67: context = p_rec.context,

Line 65: update pqh_copy_entity_contexts

61: --
62: --
63: -- Update the pqh_copy_entity_contexts Row
64: --
65: update pqh_copy_entity_contexts
66: set
67: context = p_rec.context,
68: application_short_name = p_rec.application_short_name,
69: legislation_code = p_rec.legislation_code,

Line 201: (p_module_name => 'pqh_copy_entity_contexts'

197: --
198: when hr_api.cannot_find_prog_unit then
199: --
200: hr_api.cannot_find_prog_unit_error
201: (p_module_name => 'pqh_copy_entity_contexts'
202: ,p_hook_type => 'AU');
203: --
204: end;
205: --