DBA Data[Home] [Help]

APPS.BEN_LCT_INS dependencies on BEN_LCT_SHD

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

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

68: t.creation_date
69: from ben_ler_chg_ptip_enrt_f t
70: where t.ler_chg_ptip_enrt_id = p_rec.ler_chg_ptip_enrt_id
71: and t.effective_start_date =
72: ben_lct_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_chg_ptip_enrt_f.created_by%TYPE;

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

Line 242: ben_lct_shd.g_api_dml := false; -- Unset the api dml status

238: l_last_updated_by,
239: l_last_update_login
240: );
241: --
242: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
243: hr_utility.set_location(' Leaving:'||l_proc, 15);
244: --
245: Exception
246: When hr_api.check_integrity_violated Then

Line 248: ben_lct_shd.g_api_dml := false; -- Unset the api dml status

244: --
245: Exception
246: When hr_api.check_integrity_violated Then
247: -- A check constraint has been violated
248: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
249: ben_lct_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When hr_api.unique_integrity_violated Then
252: -- Unique integrity has been violated

Line 249: ben_lct_shd.constraint_error

245: Exception
246: When hr_api.check_integrity_violated Then
247: -- A check constraint has been violated
248: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
249: ben_lct_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When hr_api.unique_integrity_violated Then
252: -- Unique integrity has been violated
253: ben_lct_shd.g_api_dml := false; -- Unset the api dml status

Line 253: ben_lct_shd.g_api_dml := false; -- Unset the api dml status

249: ben_lct_shd.constraint_error
250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When hr_api.unique_integrity_violated Then
252: -- Unique integrity has been violated
253: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
254: ben_lct_shd.constraint_error
255: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
256: When Others Then
257: ben_lct_shd.g_api_dml := false; -- Unset the api dml status

Line 254: ben_lct_shd.constraint_error

250: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
251: When hr_api.unique_integrity_violated Then
252: -- Unique integrity has been violated
253: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
254: ben_lct_shd.constraint_error
255: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
256: When Others Then
257: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
258: Raise;

Line 257: ben_lct_shd.g_api_dml := false; -- Unset the api dml status

253: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
254: ben_lct_shd.constraint_error
255: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
256: When Others Then
257: ben_lct_shd.g_api_dml := false; -- Unset the api dml status
258: Raise;
259: End dt_insert_dml;
260: --
261: -- ----------------------------------------------------------------------------

Line 265: (p_rec in out nocopy ben_lct_shd.g_rec_type,

261: -- ----------------------------------------------------------------------------
262: -- |------------------------------< insert_dml >------------------------------|
263: -- ----------------------------------------------------------------------------
264: Procedure insert_dml
265: (p_rec in out nocopy ben_lct_shd.g_rec_type,
266: p_effective_date in date,
267: p_datetrack_mode in varchar2,
268: p_validation_start_date in date,
269: p_validation_end_date in date) is

Line 325: (p_rec in out nocopy ben_lct_shd.g_rec_type,

321: --
322: -- {End Of Comments}
323: -- ----------------------------------------------------------------------------
324: Procedure pre_insert
325: (p_rec in out nocopy ben_lct_shd.g_rec_type,
326: p_effective_date in date,
327: p_datetrack_mode in varchar2,
328: p_validation_start_date in date,
329: p_validation_end_date in date) is

Line 382: (p_rec in ben_lct_shd.g_rec_type,

378: --
379: -- {End Of Comments}
380: -- ----------------------------------------------------------------------------
381: Procedure post_insert
382: (p_rec in ben_lct_shd.g_rec_type,
383: p_effective_date in date,
384: p_datetrack_mode in varchar2,
385: p_validation_start_date in date,
386: p_validation_end_date in date) is

Line 508: p_rec in ben_lct_shd.g_rec_type,

504: -- ----------------------------------------------------------------------------
505: Procedure ins_lck
506: (p_effective_date in date,
507: p_datetrack_mode in varchar2,
508: p_rec in ben_lct_shd.g_rec_type,
509: p_validation_start_date out nocopy date,
510: p_validation_end_date out nocopy date) is
511: --
512: l_proc varchar2(72) := g_package||'ins_lck';

Line 552: p_rec in out nocopy ben_lct_shd.g_rec_type,

548: -- |---------------------------------< ins >----------------------------------|
549: -- ----------------------------------------------------------------------------
550: Procedure ins
551: (
552: p_rec in out nocopy ben_lct_shd.g_rec_type,
553: p_effective_date in date
554: ) is
555: --
556: l_proc varchar2(72) := g_package||'ins';

Line 665: l_rec ben_lct_shd.g_rec_type;

661: p_object_version_number out nocopy number,
662: p_effective_date in date
663: ) is
664: --
665: l_rec ben_lct_shd.g_rec_type;
666: l_proc varchar2(72) := g_package||'ins';
667: --
668: Begin
669: hr_utility.set_location('Entering:'||l_proc, 5);

Line 675: ben_lct_shd.convert_args

671: -- Call conversion function to turn arguments into the
672: -- p_rec structure.
673: --
674: l_rec :=
675: ben_lct_shd.convert_args
676: (
677: null,
678: null,
679: null,