DBA Data[Home] [Help]

APPS.PQH_TCT_UPD dependencies on PQH_TRANSACTION_CATEGORIES

Line 60: -- Update the pqh_transaction_categories Row

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

Line 62: update pqh_transaction_categories

58: --
59: --
60: -- Update the pqh_transaction_categories Row
61: --
62: update pqh_transaction_categories
63: set
64: transaction_category_id = p_rec.transaction_category_id,
65: custom_wf_process_name = p_rec.custom_wf_process_name,
66: custom_workflow_name = p_rec.custom_workflow_name,

Line 245: (p_module_name => 'pqh_transaction_categories'

241: --
242: when hr_api.cannot_find_prog_unit then
243: --
244: hr_api.cannot_find_prog_unit_error
245: (p_module_name => 'pqh_transaction_categories'
246: ,p_hook_type => 'AU');
247: --
248: end;
249: --