DBA Data[Home] [Help]

APPS.PER_PGS_INS dependencies on PER_PGS_SHD

Line 80: (p_rec in out nocopy per_pgs_shd.g_rec_type

76: --
77: -- {End Of Comments}
78: -- ----------------------------------------------------------------------------
79: Procedure dt_insert_dml
80: (p_rec in out nocopy per_pgs_shd.g_rec_type
81: ,p_effective_date in date
82: ,p_datetrack_mode in varchar2
83: ,p_validation_start_date in date
84: ,p_validation_end_date in date

Line 94: per_pgs_shd.g_old_rec.effective_start_date

90: t.creation_date
91: from per_grade_spines_f t
92: where t.grade_spine_id = p_rec.grade_spine_id
93: and t.effective_start_date =
94: per_pgs_shd.g_old_rec.effective_start_date
95: and t.effective_end_date = (p_validation_start_date - 1);
96: --
97: l_proc varchar2(72) := g_package||'dt_insert_dml';
98: l_created_by per_grade_spines_f.created_by%TYPE;

Line 154: per_pgs_shd.g_api_dml := true; -- Set the api dml status

150: Else
151: p_rec.object_version_number := 1; -- Initialise the object version
152: End If;
153: --
154: per_pgs_shd.g_api_dml := true; -- Set the api dml status
155: --
156: -- Insert the row into: per_grade_spines_f
157: --
158: insert into per_grade_spines_f

Line 199: per_pgs_shd.g_api_dml := false; -- Unset the api dml status

195: ,l_last_updated_by
196: ,l_last_update_login
197: );
198: --
199: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
200: hr_utility.set_location(' Leaving:'||l_proc, 15);
201: --
202: Exception
203: When hr_api.check_integrity_violated Then

Line 205: per_pgs_shd.g_api_dml := false; -- Unset the api dml status

201: --
202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
206: per_pgs_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated

Line 206: per_pgs_shd.constraint_error

202: Exception
203: When hr_api.check_integrity_violated Then
204: -- A check constraint has been violated
205: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
206: per_pgs_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: per_pgs_shd.g_api_dml := false; -- Unset the api dml status

Line 210: per_pgs_shd.g_api_dml := false; -- Unset the api dml status

206: per_pgs_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
211: per_pgs_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: per_pgs_shd.g_api_dml := false; -- Unset the api dml status

Line 211: per_pgs_shd.constraint_error

207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When hr_api.unique_integrity_violated Then
209: -- Unique integrity has been violated
210: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
211: per_pgs_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
215: Raise;

Line 214: per_pgs_shd.g_api_dml := false; -- Unset the api dml status

210: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
211: per_pgs_shd.constraint_error
212: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
213: When Others Then
214: per_pgs_shd.g_api_dml := false; -- Unset the api dml status
215: Raise;
216: End dt_insert_dml;
217: --
218: -- ----------------------------------------------------------------------------

Line 222: (p_rec in out nocopy per_pgs_shd.g_rec_type

218: -- ----------------------------------------------------------------------------
219: -- |------------------------------< insert_dml >------------------------------|
220: -- ----------------------------------------------------------------------------
221: Procedure insert_dml
222: (p_rec in out nocopy per_pgs_shd.g_rec_type
223: ,p_effective_date in date
224: ,p_datetrack_mode in varchar2
225: ,p_validation_start_date in date
226: ,p_validation_end_date in date

Line 285: (p_rec in out nocopy per_pgs_shd.g_rec_type

281: --
282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure pre_insert
285: (p_rec in out nocopy per_pgs_shd.g_rec_type
286: ,p_effective_date in date
287: ,p_datetrack_mode in varchar2
288: ,p_validation_start_date in date
289: ,p_validation_end_date in date

Line 377: (p_rec in per_pgs_shd.g_rec_type

373: --
374: -- {End Of Comments}
375: -- ----------------------------------------------------------------------------
376: Procedure post_insert
377: (p_rec in per_pgs_shd.g_rec_type
378: ,p_effective_date in date
379: ,p_datetrack_mode in varchar2
380: ,p_validation_start_date in date
381: ,p_validation_end_date in date

Line 477: ,p_rec in per_pgs_shd.g_rec_type

473: -- ----------------------------------------------------------------------------
474: Procedure ins_lck
475: (p_effective_date in date
476: ,p_datetrack_mode in varchar2
477: ,p_rec in per_pgs_shd.g_rec_type
478: ,p_validation_start_date out nocopy date
479: ,p_validation_end_date out nocopy date
480: ) is
481: --

Line 517: ,p_rec in out nocopy per_pgs_shd.g_rec_type

513: -- |---------------------------------< ins >----------------------------------|
514: -- ----------------------------------------------------------------------------
515: Procedure ins
516: (p_effective_date in date
517: ,p_rec in out nocopy per_pgs_shd.g_rec_type
518: ) is
519: --
520: l_proc varchar2(72) := g_package||'ins';
521: l_datetrack_mode varchar2(30) := hr_api.g_insert;

Line 607: l_rec per_pgs_shd.g_rec_type;

603: ,p_effective_start_date out nocopy date
604: ,p_effective_end_date out nocopy date
605: ) is
606: --
607: l_rec per_pgs_shd.g_rec_type;
608: l_proc varchar2(72) := g_package||'ins';
609: --
610: Begin
611: hr_utility.set_location('Entering:'||l_proc, 5);

Line 617: per_pgs_shd.convert_args

613: -- Call conversion function to turn arguments into the
614: -- p_rec structure.
615: --
616: l_rec :=
617: per_pgs_shd.convert_args
618: (null
619: ,null
620: ,null
621: ,p_business_group_id