DBA Data[Home] [Help]

APPS.PQH_CEA_UPD dependencies on PQH_COPY_ENTITY_ATTRIBS

Line 59: -- Update the pqh_copy_entity_attribs Row

55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the pqh_copy_entity_attribs Row
60: --
61: update pqh_copy_entity_attribs
62: set
63: copy_entity_attrib_id = p_rec.copy_entity_attrib_id,

Line 61: update pqh_copy_entity_attribs

57: p_rec.object_version_number := p_rec.object_version_number + 1;
58: --
59: -- Update the pqh_copy_entity_attribs Row
60: --
61: update pqh_copy_entity_attribs
62: set
63: copy_entity_attrib_id = p_rec.copy_entity_attrib_id,
64: copy_entity_txn_id = p_rec.copy_entity_txn_id,
65: row_type_cd = p_rec.row_type_cd,

Line 294: (p_module_name => 'pqh_copy_entity_attribs'

290: --
291: when hr_api.cannot_find_prog_unit then
292: --
293: hr_api.cannot_find_prog_unit_error
294: (p_module_name => 'pqh_copy_entity_attribs'
295: ,p_hook_type => 'AU');
296: --
297: end;
298: --