DBA Data[Home] [Help]

APPS.PQH_TTM_UPD dependencies on PQH_TRANSACTION_TEMPLATES

Line 60: -- Update the pqh_transaction_templates Row

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

Line 62: update pqh_transaction_templates

58: --
59: --
60: -- Update the pqh_transaction_templates Row
61: --
62: update pqh_transaction_templates
63: set
64: transaction_template_id = p_rec.transaction_template_id,
65: enable_flag = p_rec.enable_flag,
66: template_id = p_rec.template_id,

Line 200: (p_module_name => 'pqh_transaction_templates'

196: --
197: when hr_api.cannot_find_prog_unit then
198: --
199: hr_api.cannot_find_prog_unit_error
200: (p_module_name => 'pqh_transaction_templates'
201: ,p_hook_type => 'AU');
202: --
203: end;
204: --