DBA Data[Home] [Help]

APPS.PQH_CEF_UPD dependencies on PQH_COPY_ENTITY_FUNCTIONS

Line 63: -- Update the pqh_copy_entity_functions Row

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

Line 65: update pqh_copy_entity_functions

61: --
62: --
63: -- Update the pqh_copy_entity_functions Row
64: --
65: update pqh_copy_entity_functions
66: set
67: copy_entity_function_id = p_rec.copy_entity_function_id,
68: table_route_id = p_rec.table_route_id,
69: function_type_cd = p_rec.function_type_cd,

Line 209: (p_module_name => 'pqh_copy_entity_functions'

205: --
206: when hr_api.cannot_find_prog_unit then
207: --
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'pqh_copy_entity_functions'
210: ,p_hook_type => 'AU');
211: --
212: end;
213: --