DBA Data[Home] [Help]

APPS.PQH_BFS_UPD dependencies on PQH_BUDGET_FUND_SRCS

Line 60: -- Update the pqh_budget_fund_srcs Row

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

Line 62: update pqh_budget_fund_srcs

58: --
59: --
60: -- Update the pqh_budget_fund_srcs Row
61: --
62: update pqh_budget_fund_srcs
63: set
64: budget_fund_src_id = p_rec.budget_fund_src_id,
65: budget_element_id = p_rec.budget_element_id,
66: cost_allocation_keyflex_id = p_rec.cost_allocation_keyflex_id,

Line 210: (p_module_name => 'pqh_budget_fund_srcs'

206: --
207: when hr_api.cannot_find_prog_unit then
208: --
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'pqh_budget_fund_srcs'
211: ,p_hook_type => 'AU');
212: --
213: end;
214: --