DBA Data[Home] [Help]

APPS.PQH_WFS_INS dependencies on PQH_WORKSHEET_FUND_SRCS

Line 56: -- Insert the row into: pqh_worksheet_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_worksheet_fund_srcs
57: --
58: insert into pqh_worksheet_fund_srcs
59: ( worksheet_fund_src_id,
60: worksheet_bdgt_elmnt_id,

Line 58: insert into pqh_worksheet_fund_srcs

54: --
55: --
56: -- Insert the row into: pqh_worksheet_fund_srcs
57: --
58: insert into pqh_worksheet_fund_srcs
59: ( worksheet_fund_src_id,
60: worksheet_bdgt_elmnt_id,
61: distribution_percentage,
62: cost_allocation_keyflex_id,

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

139: Procedure pre_insert(p_rec in out nocopy pqh_wfs_shd.g_rec_type) is
140: --
141: l_proc varchar2(72) := g_package||'pre_insert';
142: --
143: Cursor C_Sel1 is select pqh_worksheet_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_worksheet_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_worksheet_fund_srcs'
222: ,p_hook_type => 'AI');
223: --
224: end;
225: --