DBA Data[Home] [Help]

APPS.BEN_BPL_INS dependencies on BEN_BPL_SHD

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

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

68: t.creation_date
69: from ben_bnft_prvdd_ldgr_f t
70: where t.bnft_prvdd_ldgr_id = p_rec.bnft_prvdd_ldgr_id
71: and t.effective_start_date =
72: ben_bpl_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_bnft_prvdd_ldgr_f.created_by%TYPE;

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

Line 264: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status

260: l_last_updated_by,
261: l_last_update_login
262: );
263: --
264: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
265: hr_utility.set_location(' Leaving:'||l_proc, 15);
266: --
267: Exception
268: When hr_api.check_integrity_violated Then

Line 270: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status

266: --
267: Exception
268: When hr_api.check_integrity_violated Then
269: -- A check constraint has been violated
270: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
271: ben_bpl_shd.constraint_error
272: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
273: When hr_api.unique_integrity_violated Then
274: -- Unique integrity has been violated

Line 271: ben_bpl_shd.constraint_error

267: Exception
268: When hr_api.check_integrity_violated Then
269: -- A check constraint has been violated
270: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
271: ben_bpl_shd.constraint_error
272: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
273: When hr_api.unique_integrity_violated Then
274: -- Unique integrity has been violated
275: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status

Line 275: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status

271: ben_bpl_shd.constraint_error
272: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
273: When hr_api.unique_integrity_violated Then
274: -- Unique integrity has been violated
275: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
276: ben_bpl_shd.constraint_error
277: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
278: When Others Then
279: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status

Line 276: ben_bpl_shd.constraint_error

272: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
273: When hr_api.unique_integrity_violated Then
274: -- Unique integrity has been violated
275: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
276: ben_bpl_shd.constraint_error
277: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
278: When Others Then
279: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
280: Raise;

Line 279: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status

275: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
276: ben_bpl_shd.constraint_error
277: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
278: When Others Then
279: ben_bpl_shd.g_api_dml := false; -- Unset the api dml status
280: Raise;
281: End dt_insert_dml;
282: --
283: -- ----------------------------------------------------------------------------

Line 287: (p_rec in out nocopy ben_bpl_shd.g_rec_type,

283: -- ----------------------------------------------------------------------------
284: -- |------------------------------< insert_dml >------------------------------|
285: -- ----------------------------------------------------------------------------
286: Procedure insert_dml
287: (p_rec in out nocopy ben_bpl_shd.g_rec_type,
288: p_effective_date in date,
289: p_datetrack_mode in varchar2,
290: p_validation_start_date in date,
291: p_validation_end_date in date) is

Line 347: (p_rec in out nocopy ben_bpl_shd.g_rec_type,

343: --
344: -- {End Of Comments}
345: -- ----------------------------------------------------------------------------
346: Procedure pre_insert
347: (p_rec in out nocopy ben_bpl_shd.g_rec_type,
348: p_effective_date in date,
349: p_datetrack_mode in varchar2,
350: p_validation_start_date in date,
351: p_validation_end_date in date) is

Line 404: (p_rec in ben_bpl_shd.g_rec_type,

400: --
401: -- {End Of Comments}
402: -- ----------------------------------------------------------------------------
403: Procedure post_insert
404: (p_rec in ben_bpl_shd.g_rec_type,
405: p_effective_date in date,
406: p_datetrack_mode in varchar2,
407: p_validation_start_date in date,
408: p_validation_end_date in date) is

Line 541: p_rec in ben_bpl_shd.g_rec_type,

537: -- ----------------------------------------------------------------------------
538: Procedure ins_lck
539: (p_effective_date in date,
540: p_datetrack_mode in varchar2,
541: p_rec in ben_bpl_shd.g_rec_type,
542: p_validation_start_date out nocopy date,
543: p_validation_end_date out nocopy date) is
544: --
545: l_proc varchar2(72) := g_package||'ins_lck';

Line 589: p_rec in out nocopy ben_bpl_shd.g_rec_type,

585: -- |---------------------------------< ins >----------------------------------|
586: -- ----------------------------------------------------------------------------
587: Procedure ins
588: (
589: p_rec in out nocopy ben_bpl_shd.g_rec_type,
590: p_effective_date in date
591: ) is
592: --
593: l_proc varchar2(72) := g_package||'ins';

Line 713: l_rec ben_bpl_shd.g_rec_type;

709: p_ann_cash_recd_val in number default null,
710: p_object_version_number out nocopy number
711: ) is
712: --
713: l_rec ben_bpl_shd.g_rec_type;
714: l_proc varchar2(72) := g_package||'ins';
715: --
716: Begin
717: hr_utility.set_location('Entering:'||l_proc, 5);

Line 723: ben_bpl_shd.convert_args

719: -- Call conversion function to turn arguments into the
720: -- p_rec structure.
721: --
722: l_rec :=
723: ben_bpl_shd.convert_args
724: (
725: null,
726: null,
727: null,