DBA Data[Home] [Help]

APPS.PER_POD_INS dependencies on PER_POSITION_DEFINITIONS

Line 59: -- Insert the row into: per_position_definitions

55: hr_utility.set_location('Entering:'||l_proc, 5);
56: --
57: per_pod_shd.g_api_dml := true; -- Set the api dml status
58: --
59: -- Insert the row into: per_position_definitions
60: --
61: insert into per_position_definitions
62: ( position_definition_id,
63: id_flex_num,

Line 61: insert into per_position_definitions

57: per_pod_shd.g_api_dml := true; -- Set the api dml status
58: --
59: -- Insert the row into: per_position_definitions
60: --
61: insert into per_position_definitions
62: ( position_definition_id,
63: id_flex_num,
64: summary_flag,
65: enabled_flag,

Line 203: Cursor C_Sel1 is select per_position_definitions_s.nextval from sys.dual;

199: Procedure pre_insert(p_rec in out nocopy per_pod_shd.g_rec_type) is
200: --
201: l_proc varchar2(72) := g_package||'pre_insert';
202: --
203: Cursor C_Sel1 is select per_position_definitions_s.nextval from sys.dual;
204: --
205: Begin
206: hr_utility.set_location('Entering:'||l_proc, 5);
207: --