DBA Data[Home] [Help]

APPS.PQH_TCA_UPD dependencies on PQH_TXN_CATEGORY_ATTRIBUTES

Line 60: -- Update the pqh_txn_category_attributes Row

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

Line 62: update pqh_txn_category_attributes

58: --
59: --
60: -- Update the pqh_txn_category_attributes Row
61: --
62: update pqh_txn_category_attributes
63: set
64: txn_category_attribute_id = p_rec.txn_category_attribute_id,
65: attribute_id = p_rec.attribute_id,
66: transaction_category_id = p_rec.transaction_category_id,

Line 221: (p_module_name => 'pqh_txn_category_attributes'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'pqh_txn_category_attributes'
222: ,p_hook_type => 'AU');
223: --
224: end;
225: --