DBA Data[Home] [Help]

APPS.BEN_LRE_INS dependencies on BEN_LRE_SHD

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

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_lre_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_lre_shd.g_old_rec.effective_start_date

68: t.creation_date
69: from ben_ler_rqrs_enrt_ctfn_f t
70: where t.ler_rqrs_enrt_ctfn_id = p_rec.ler_rqrs_enrt_ctfn_id
71: and t.effective_start_date =
72: ben_lre_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_ler_rqrs_enrt_ctfn_f.created_by%TYPE;

Line 129: ben_lre_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_lre_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_ler_rqrs_enrt_ctfn_f
132: --
133: insert into ben_ler_rqrs_enrt_ctfn_f

Line 234: ben_lre_shd.g_api_dml := false; -- Unset the api dml status

230: l_last_updated_by,
231: l_last_update_login
232: );
233: --
234: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
235: hr_utility.set_location(' Leaving:'||l_proc, 15);
236: --
237: Exception
238: When hr_api.check_integrity_violated Then

Line 240: ben_lre_shd.g_api_dml := false; -- Unset the api dml status

236: --
237: Exception
238: When hr_api.check_integrity_violated Then
239: -- A check constraint has been violated
240: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
241: ben_lre_shd.constraint_error
242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When hr_api.unique_integrity_violated Then
244: -- Unique integrity has been violated

Line 241: ben_lre_shd.constraint_error

237: Exception
238: When hr_api.check_integrity_violated Then
239: -- A check constraint has been violated
240: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
241: ben_lre_shd.constraint_error
242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When hr_api.unique_integrity_violated Then
244: -- Unique integrity has been violated
245: ben_lre_shd.g_api_dml := false; -- Unset the api dml status

Line 245: ben_lre_shd.g_api_dml := false; -- Unset the api dml status

241: ben_lre_shd.constraint_error
242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When hr_api.unique_integrity_violated Then
244: -- Unique integrity has been violated
245: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
246: ben_lre_shd.constraint_error
247: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
248: When Others Then
249: ben_lre_shd.g_api_dml := false; -- Unset the api dml status

Line 246: ben_lre_shd.constraint_error

242: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243: When hr_api.unique_integrity_violated Then
244: -- Unique integrity has been violated
245: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
246: ben_lre_shd.constraint_error
247: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
248: When Others Then
249: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
250: Raise;

Line 249: ben_lre_shd.g_api_dml := false; -- Unset the api dml status

245: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
246: ben_lre_shd.constraint_error
247: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
248: When Others Then
249: ben_lre_shd.g_api_dml := false; -- Unset the api dml status
250: Raise;
251: End dt_insert_dml;
252: --
253: -- ----------------------------------------------------------------------------

Line 257: (p_rec in out nocopy ben_lre_shd.g_rec_type,

253: -- ----------------------------------------------------------------------------
254: -- |------------------------------< insert_dml >------------------------------|
255: -- ----------------------------------------------------------------------------
256: Procedure insert_dml
257: (p_rec in out nocopy ben_lre_shd.g_rec_type,
258: p_effective_date in date,
259: p_datetrack_mode in varchar2,
260: p_validation_start_date in date,
261: p_validation_end_date in date) is

Line 317: (p_rec in out nocopy ben_lre_shd.g_rec_type,

313: --
314: -- {End Of Comments}
315: -- ----------------------------------------------------------------------------
316: Procedure pre_insert
317: (p_rec in out nocopy ben_lre_shd.g_rec_type,
318: p_effective_date in date,
319: p_datetrack_mode in varchar2,
320: p_validation_start_date in date,
321: p_validation_end_date in date) is

Line 373: (p_rec in ben_lre_shd.g_rec_type,

369: --
370: -- {End Of Comments}
371: -- ----------------------------------------------------------------------------
372: Procedure post_insert
373: (p_rec in ben_lre_shd.g_rec_type,
374: p_effective_date in date,
375: p_datetrack_mode in varchar2,
376: p_validation_start_date in date,
377: p_validation_end_date in date) is

Line 495: p_rec in ben_lre_shd.g_rec_type,

491: -- ----------------------------------------------------------------------------
492: Procedure ins_lck
493: (p_effective_date in date,
494: p_datetrack_mode in varchar2,
495: p_rec in ben_lre_shd.g_rec_type,
496: p_validation_start_date out nocopy date,
497: p_validation_end_date out nocopy date) is
498: --
499: l_proc varchar2(72) := g_package||'ins_lck';

Line 542: p_rec in out nocopy ben_lre_shd.g_rec_type,

538: -- |---------------------------------< ins >----------------------------------|
539: -- ----------------------------------------------------------------------------
540: Procedure ins
541: (
542: p_rec in out nocopy ben_lre_shd.g_rec_type,
543: p_effective_date in date
544: ) is
545: --
546: l_proc varchar2(72) := g_package||'ins';

Line 651: l_rec ben_lre_shd.g_rec_type;

647: p_object_version_number out nocopy number,
648: p_effective_date in date
649: ) is
650: --
651: l_rec ben_lre_shd.g_rec_type;
652: l_proc varchar2(72) := g_package||'ins';
653: --
654: Begin
655: hr_utility.set_location('Entering:'||l_proc, 5);

Line 661: ben_lre_shd.convert_args

657: -- Call conversion function to turn arguments into the
658: -- p_rec structure.
659: --
660: l_rec :=
661: ben_lre_shd.convert_args
662: (
663: null,
664: null,
665: null,