DBA Data[Home] [Help]

APPS.PQH_BVR_INS dependencies on PQH_BUDGET_VERSIONS

Line 59: -- Insert the row into: pqh_budget_versions

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: p_rec.object_version_number := 1; -- Initialise the object version
57: --
58: --
59: -- Insert the row into: pqh_budget_versions
60: --
61: insert into pqh_budget_versions
62: ( budget_version_id,
63: budget_id,

Line 61: insert into pqh_budget_versions

57: --
58: --
59: -- Insert the row into: pqh_budget_versions
60: --
61: insert into pqh_budget_versions
62: ( budget_version_id,
63: budget_id,
64: version_number,
65: date_from,

Line 156: Cursor C_Sel1 is select pqh_budget_versions_s.nextval from sys.dual;

152: Procedure pre_insert(p_rec in out nocopy pqh_bvr_shd.g_rec_type) is
153: --
154: l_proc varchar2(72) := g_package||'pre_insert';
155: --
156: Cursor C_Sel1 is select pqh_budget_versions_s.nextval from sys.dual;
157: --
158: Begin
159: hr_utility.set_location('Entering:'||l_proc, 5);
160: --

Line 241: (p_module_name => 'pqh_budget_versions'

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