DBA Data[Home] [Help]

APPS.PQH_BDT_UPD dependencies on PQH_BUDGET_DETAILS

Line 60: -- Update the pqh_budget_details Row

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

Line 62: update pqh_budget_details

58: --
59: --
60: -- Update the pqh_budget_details Row
61: --
62: update pqh_budget_details
63: set
64: budget_detail_id = p_rec.budget_detail_id,
65: organization_id = p_rec.organization_id,
66: job_id = p_rec.job_id,

Line 240: (p_module_name => 'pqh_budget_details'

236: --
237: when hr_api.cannot_find_prog_unit then
238: --
239: hr_api.cannot_find_prog_unit_error
240: (p_module_name => 'pqh_budget_details'
241: ,p_hook_type => 'AU');
242: --
243: end;
244: --