DBA Data[Home] [Help]

APPS.PQH_BST_UPD dependencies on PQH_BUDGET_SETS

Line 60: -- Update the pqh_budget_sets Row

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

Line 62: update pqh_budget_sets

58: --
59: --
60: -- Update the pqh_budget_sets Row
61: --
62: update pqh_budget_sets
63: set
64: budget_set_id = p_rec.budget_set_id,
65: dflt_budget_set_id = p_rec.dflt_budget_set_id,
66: budget_period_id = p_rec.budget_period_id,

Line 230: (p_module_name => 'pqh_budget_sets'

226: --
227: when hr_api.cannot_find_prog_unit then
228: --
229: hr_api.cannot_find_prog_unit_error
230: (p_module_name => 'pqh_budget_sets'
231: ,p_hook_type => 'AU');
232: --
233: end;
234: --