DBA Data[Home] [Help]

APPS.GHR_PDC_INS dependencies on GHR_PDC_SHD

Line 53: Procedure insert_dml(p_rec in out NOCOPY ghr_pdc_shd.g_rec_type) is

49: -- Internal Row Handler Use Only.
50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure insert_dml(p_rec in out NOCOPY ghr_pdc_shd.g_rec_type) is
54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin

Line 61: --ghr_pdc_shd.g_api_dml := true; -- Set the api dml status

57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: --ghr_pdc_shd.g_api_dml := true; -- Set the api dml status
62: --
63: -- Insert the row into: ghr_pd_classifications
64: --
65: insert into ghr_pd_classifications

Line 86: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

82: p_rec.grade_level,
83: p_rec.object_version_number
84: );
85: --
86: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
87: --
88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: Exception
90: When hr_api.check_integrity_violated Then

Line 92: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

88: hr_utility.set_location(' Leaving:'||l_proc, 10);
89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated
92: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
93: ghr_pdc_shd.constraint_error
94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.parent_integrity_violated Then
96: -- Parent integrity has been violated

Line 93: ghr_pdc_shd.constraint_error

89: Exception
90: When hr_api.check_integrity_violated Then
91: -- A check constraint has been violated
92: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
93: ghr_pdc_shd.constraint_error
94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.parent_integrity_violated Then
96: -- Parent integrity has been violated
97: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

Line 97: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

93: ghr_pdc_shd.constraint_error
94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.parent_integrity_violated Then
96: -- Parent integrity has been violated
97: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
98: ghr_pdc_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated

Line 98: ghr_pdc_shd.constraint_error

94: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
95: When hr_api.parent_integrity_violated Then
96: -- Parent integrity has been violated
97: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
98: ghr_pdc_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

Line 102: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

98: ghr_pdc_shd.constraint_error
99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
103: ghr_pdc_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

Line 103: ghr_pdc_shd.constraint_error

99: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
100: When hr_api.unique_integrity_violated Then
101: -- Unique integrity has been violated
102: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
103: ghr_pdc_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
107: Raise;

Line 106: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status

102: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
103: ghr_pdc_shd.constraint_error
104: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
105: When Others Then
106: --ghr_pdc_shd.g_api_dml := false; -- Unset the api dml status
107: Raise;
108: End insert_dml;
109: --
110: -- ----------------------------------------------------------------------------

Line 147: Procedure pre_insert(p_rec in out NOCOPY ghr_pdc_shd.g_rec_type) is

143: -- Internal Row Handler Use Only.
144: --
145: -- {End Of Comments}
146: -- ----------------------------------------------------------------------------
147: Procedure pre_insert(p_rec in out NOCOPY ghr_pdc_shd.g_rec_type) is
148: --
149: l_proc varchar2(72) := g_package||'pre_insert';
150: --
151: Cursor C_Sel1 is select ghr_pd_classifications_s.nextval from sys.dual;

Line 198: Procedure post_insert(p_rec in ghr_pdc_shd.g_rec_type) is

194: -- Internal Row Handler Use Only.
195: --
196: -- {End Of Comments}
197: -- ----------------------------------------------------------------------------
198: Procedure post_insert(p_rec in ghr_pdc_shd.g_rec_type) is
199: --
200: l_proc varchar2(72) := g_package||'post_insert';
201: --
202: Begin

Line 236: p_rec in out NOCOPY ghr_pdc_shd.g_rec_type

232: -- |---------------------------------< ins >----------------------------------|
233: -- ----------------------------------------------------------------------------
234: Procedure ins
235: (
236: p_rec in out NOCOPY ghr_pdc_shd.g_rec_type
237: ) is
238: --
239: l_proc varchar2(72) := g_package||'ins';
240: --

Line 276: l_rec ghr_pdc_shd.g_rec_type;

272: p_grade_level in varchar2 default null,
273: p_object_version_number out NOCOPY number
274: ) is
275: --
276: l_rec ghr_pdc_shd.g_rec_type;
277: l_proc varchar2(72) := g_package||'ins';
278: --
279: Begin
280: hr_utility.set_location('Entering:'||l_proc, 5);

Line 316: ghr_pdc_shd.convert_args

312: p_argument => 'Grade',
313: p_argument_value => p_grade_level
314: );
315: l_rec :=
316: ghr_pdc_shd.convert_args
317: (
318: null,
319: p_position_description_id,
320: p_class_grade_by,