DBA Data[Home] [Help]

APPS.PQH_CET_UPD dependencies on PQH_COPY_ENTITY_TXNS

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

Line 61: update pqh_copy_entity_txns

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

Line 225: (p_module_name => 'pqh_copy_entity_txns'

221: --
222: when hr_api.cannot_find_prog_unit then
223: --
224: hr_api.cannot_find_prog_unit_error
225: (p_module_name => 'pqh_copy_entity_txns'
226: ,p_hook_type => 'AU');
227: --
228: end;
229: --