DBA Data[Home] [Help]

APPS.PQH_CER_UPD dependencies on PQH_COPY_ENTITY_RESULTS

Line 59: -- Update the pqh_copy_entity_results 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_results Row
60: --
61: update pqh_copy_entity_results
62: set
63: copy_entity_txn_id = p_rec.copy_entity_txn_id,

Line 61: update pqh_copy_entity_results

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

Line 788: (p_module_name => 'pqh_copy_entity_results'

784: --
785: when hr_api.cannot_find_prog_unit then
786: --
787: hr_api.cannot_find_prog_unit_error
788: (p_module_name => 'pqh_copy_entity_results'
789: ,p_hook_type => 'AU');
790: --
791: end;
792: --