DBA Data[Home] [Help]

APPS.BEN_PEO_INS dependencies on BEN_PEO_SHD

Line 58: (p_rec in out nocopy ben_peo_shd.g_rec_type,

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_peo_shd.g_rec_type,
59: p_effective_date in date,
60: p_datetrack_mode in varchar2,
61: p_validation_start_date in date,
62: p_validation_end_date in date) is

Line 72: ben_peo_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_elig_to_prte_rsn_f t
70: where t.elig_to_prte_rsn_id = p_rec.elig_to_prte_rsn_id
71: and t.effective_start_date =
72: ben_peo_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);
74: --
75: l_proc varchar2(72) := g_package||'dt_insert_dml';
76: l_created_by ben_elig_to_prte_rsn_f.created_by%TYPE;

Line 129: ben_peo_shd.g_api_dml := true; -- Set the api dml status

125: l_last_updated_by := fnd_global.user_id;
126: l_last_update_login := fnd_global.login_id;
127: End If;
128: --
129: ben_peo_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_elig_to_prte_rsn_f
132: --
133: insert into ben_elig_to_prte_rsn_f

Line 272: ben_peo_shd.g_api_dml := false; -- Unset the api dml status

268: l_last_updated_by,
269: l_last_update_login
270: );
271: --
272: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
273: hr_utility.set_location(' Leaving:'||l_proc, 15);
274: --
275: Exception
276: When hr_api.check_integrity_violated Then

Line 278: ben_peo_shd.g_api_dml := false; -- Unset the api dml status

274: --
275: Exception
276: When hr_api.check_integrity_violated Then
277: -- A check constraint has been violated
278: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
279: ben_peo_shd.constraint_error
280: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
281: When hr_api.unique_integrity_violated Then
282: -- Unique integrity has been violated

Line 279: ben_peo_shd.constraint_error

275: Exception
276: When hr_api.check_integrity_violated Then
277: -- A check constraint has been violated
278: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
279: ben_peo_shd.constraint_error
280: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
281: When hr_api.unique_integrity_violated Then
282: -- Unique integrity has been violated
283: ben_peo_shd.g_api_dml := false; -- Unset the api dml status

Line 283: ben_peo_shd.g_api_dml := false; -- Unset the api dml status

279: ben_peo_shd.constraint_error
280: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
281: When hr_api.unique_integrity_violated Then
282: -- Unique integrity has been violated
283: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
284: ben_peo_shd.constraint_error
285: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
286: When Others Then
287: ben_peo_shd.g_api_dml := false; -- Unset the api dml status

Line 284: ben_peo_shd.constraint_error

280: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
281: When hr_api.unique_integrity_violated Then
282: -- Unique integrity has been violated
283: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
284: ben_peo_shd.constraint_error
285: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
286: When Others Then
287: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
288: Raise;

Line 287: ben_peo_shd.g_api_dml := false; -- Unset the api dml status

283: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
284: ben_peo_shd.constraint_error
285: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
286: When Others Then
287: ben_peo_shd.g_api_dml := false; -- Unset the api dml status
288: Raise;
289: End dt_insert_dml;
290: --
291: -- ----------------------------------------------------------------------------

Line 295: (p_rec in out nocopy ben_peo_shd.g_rec_type,

291: -- ----------------------------------------------------------------------------
292: -- |------------------------------< insert_dml >------------------------------|
293: -- ----------------------------------------------------------------------------
294: Procedure insert_dml
295: (p_rec in out nocopy ben_peo_shd.g_rec_type,
296: p_effective_date in date,
297: p_datetrack_mode in varchar2,
298: p_validation_start_date in date,
299: p_validation_end_date in date) is

Line 355: (p_rec in out nocopy ben_peo_shd.g_rec_type,

351: --
352: -- {End Of Comments}
353: -- ----------------------------------------------------------------------------
354: Procedure pre_insert
355: (p_rec in out nocopy ben_peo_shd.g_rec_type,
356: p_effective_date in date,
357: p_datetrack_mode in varchar2,
358: p_validation_start_date in date,
359: p_validation_end_date in date) is

Line 410: (p_rec in ben_peo_shd.g_rec_type,

406: --
407: -- {End Of Comments}
408: -- ----------------------------------------------------------------------------
409: Procedure post_insert
410: (p_rec in ben_peo_shd.g_rec_type,
411: p_effective_date in date,
412: p_datetrack_mode in varchar2,
413: p_validation_start_date in date,
414: p_validation_end_date in date) is

Line 549: p_rec in ben_peo_shd.g_rec_type,

545: -- ----------------------------------------------------------------------------
546: Procedure ins_lck
547: (p_effective_date in date,
548: p_datetrack_mode in varchar2,
549: p_rec in ben_peo_shd.g_rec_type,
550: p_validation_start_date out nocopy date,
551: p_validation_end_date out nocopy date) is
552: --
553: l_proc varchar2(72) := g_package||'ins_lck';

Line 605: p_rec in out nocopy ben_peo_shd.g_rec_type,

601: -- |---------------------------------< ins >----------------------------------|
602: -- ----------------------------------------------------------------------------
603: Procedure ins
604: (
605: p_rec in out nocopy ben_peo_shd.g_rec_type,
606: p_effective_date in date
607: ) is
608: --
609: l_proc varchar2(72) := g_package||'ins';

Line 733: l_rec ben_peo_shd.g_rec_type;

729: p_object_version_number out nocopy number,
730: p_effective_date in date
731: ) is
732: --
733: l_rec ben_peo_shd.g_rec_type;
734: l_proc varchar2(72) := g_package||'ins';
735: --
736: Begin
737: hr_utility.set_location('Entering:'||l_proc, 5);

Line 743: ben_peo_shd.convert_args

739: -- Call conversion function to turn arguments into the
740: -- p_rec structure.
741: --
742: l_rec :=
743: ben_peo_shd.convert_args
744: (
745: null,
746: null,
747: null,