DBA Data[Home] [Help]

APPS.BEN_LDC_INS dependencies on BEN_LDC_SHD

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

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

68: t.creation_date
69: from ben_ler_chg_dpnt_cvg_f t
70: where t.ler_chg_dpnt_cvg_id = p_rec.ler_chg_dpnt_cvg_id
71: and t.effective_start_date =
72: ben_ldc_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_dpnt_cvg_f.created_by%TYPE;

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

Line 246: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status

242: l_last_updated_by,
243: l_last_update_login
244: );
245: --
246: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status
247: hr_utility.set_location(' Leaving:'||l_proc, 15);
248: --
249: Exception
250: When hr_api.check_integrity_violated Then

Line 252: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status

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

Line 253: ben_ldc_shd.constraint_error

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

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

253: ben_ldc_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When hr_api.unique_integrity_violated Then
256: -- Unique integrity has been violated
257: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status
258: ben_ldc_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status

Line 258: ben_ldc_shd.constraint_error

254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When hr_api.unique_integrity_violated Then
256: -- Unique integrity has been violated
257: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status
258: ben_ldc_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status
262: Raise;

Line 261: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status

257: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status
258: ben_ldc_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_ldc_shd.g_api_dml := false; -- Unset the api dml status
262: Raise;
263: End dt_insert_dml;
264: --
265: -- ----------------------------------------------------------------------------

Line 269: (p_rec in out nocopy ben_ldc_shd.g_rec_type,

265: -- ----------------------------------------------------------------------------
266: -- |------------------------------< insert_dml >------------------------------|
267: -- ----------------------------------------------------------------------------
268: Procedure insert_dml
269: (p_rec in out nocopy ben_ldc_shd.g_rec_type,
270: p_effective_date in date,
271: p_datetrack_mode in varchar2,
272: p_validation_start_date in date,
273: p_validation_end_date in date) is

Line 329: (p_rec in out nocopy ben_ldc_shd.g_rec_type,

325: --
326: -- {End Of Comments}
327: -- ----------------------------------------------------------------------------
328: Procedure pre_insert
329: (p_rec in out nocopy ben_ldc_shd.g_rec_type,
330: p_effective_date in date,
331: p_datetrack_mode in varchar2,
332: p_validation_start_date in date,
333: p_validation_end_date in date) is

Line 385: (p_rec in ben_ldc_shd.g_rec_type,

381: --
382: -- {End Of Comments}
383: -- ----------------------------------------------------------------------------
384: Procedure post_insert
385: (p_rec in ben_ldc_shd.g_rec_type,
386: p_effective_date in date,
387: p_datetrack_mode in varchar2,
388: p_validation_start_date in date,
389: p_validation_end_date in date) is

Line 513: p_rec in ben_ldc_shd.g_rec_type,

509: -- ----------------------------------------------------------------------------
510: Procedure ins_lck
511: (p_effective_date in date,
512: p_datetrack_mode in varchar2,
513: p_rec in ben_ldc_shd.g_rec_type,
514: p_validation_start_date out nocopy date,
515: p_validation_end_date out nocopy date) is
516: --
517: l_proc varchar2(72) := g_package||'ins_lck';

Line 572: p_rec in out nocopy ben_ldc_shd.g_rec_type,

568: -- |---------------------------------< ins >----------------------------------|
569: -- ----------------------------------------------------------------------------
570: Procedure ins
571: (
572: p_rec in out nocopy ben_ldc_shd.g_rec_type,
573: p_effective_date in date
574: ) is
575: --
576: l_proc varchar2(72) := g_package||'ins';

Line 687: l_rec ben_ldc_shd.g_rec_type;

683: p_object_version_number out nocopy number,
684: p_effective_date in date
685: ) is
686: --
687: l_rec ben_ldc_shd.g_rec_type;
688: l_proc varchar2(72) := g_package||'ins';
689: --
690: Begin
691: hr_utility.set_location('Entering:'||l_proc, 5);

Line 697: ben_ldc_shd.convert_args

693: -- Call conversion function to turn arguments into the
694: -- p_rec structure.
695: --
696: l_rec :=
697: ben_ldc_shd.convert_args
698: (
699: null,
700: null,
701: null,