DBA Data[Home] [Help]

APPS.PQH_BFS_INS dependencies on PQH_BUDGET_FUND_SRCS

Line 56: -- Insert the row into: pqh_budget_fund_srcs

52: hr_utility.set_location('Entering:'||l_proc, 5);
53: p_rec.object_version_number := 1; -- Initialise the object version
54: --
55: --
56: -- Insert the row into: pqh_budget_fund_srcs
57: --
58: insert into pqh_budget_fund_srcs
59: ( budget_fund_src_id,
60: budget_element_id,

Line 58: insert into pqh_budget_fund_srcs

54: --
55: --
56: -- Insert the row into: pqh_budget_fund_srcs
57: --
58: insert into pqh_budget_fund_srcs
59: ( budget_fund_src_id,
60: budget_element_id,
61: cost_allocation_keyflex_id,
62: project_id,

Line 143: Cursor C_Sel1 is select pqh_budget_fund_srcs_s.nextval from sys.dual;

139: Procedure pre_insert(p_rec in out nocopy pqh_bfs_shd.g_rec_type) is
140: --
141: l_proc varchar2(72) := g_package||'pre_insert';
142: --
143: Cursor C_Sel1 is select pqh_budget_fund_srcs_s.nextval from sys.dual;
144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --

Line 221: (p_module_name => 'pqh_budget_fund_srcs'

217: --
218: when hr_api.cannot_find_prog_unit then
219: --
220: hr_api.cannot_find_prog_unit_error
221: (p_module_name => 'pqh_budget_fund_srcs'
222: ,p_hook_type => 'AI');
223: --
224: end;
225: --