DBA Data[Home] [Help]

APPS.BEN_BNB_INS dependencies on BEN_BNB_SHD

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

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

68: t.creation_date
69: from ben_bnfts_bal_f t
70: where t.bnfts_bal_id = p_rec.bnfts_bal_id
71: and t.effective_start_date =
72: ben_bnb_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_bnfts_bal_f.created_by%TYPE;

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

Line 230: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status

226: l_last_updated_by,
227: l_last_update_login
228: );
229: --
230: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status
231: hr_utility.set_location(' Leaving:'||l_proc, 15);
232: --
233: Exception
234: When hr_api.check_integrity_violated Then

Line 236: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status

232: --
233: Exception
234: When hr_api.check_integrity_violated Then
235: -- A check constraint has been violated
236: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status
237: ben_bnb_shd.constraint_error
238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.unique_integrity_violated Then
240: -- Unique integrity has been violated

Line 237: ben_bnb_shd.constraint_error

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

Line 241: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status

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

Line 242: ben_bnb_shd.constraint_error

238: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
239: When hr_api.unique_integrity_violated Then
240: -- Unique integrity has been violated
241: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status
242: ben_bnb_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When Others Then
245: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status
246: Raise;

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

241: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status
242: ben_bnb_shd.constraint_error
243: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
244: When Others Then
245: ben_bnb_shd.g_api_dml := false; -- Unset the api dml status
246: Raise;
247: End dt_insert_dml;
248: --
249: -- ----------------------------------------------------------------------------

Line 253: (p_rec in out nocopy ben_bnb_shd.g_rec_type,

249: -- ----------------------------------------------------------------------------
250: -- |------------------------------< insert_dml >------------------------------|
251: -- ----------------------------------------------------------------------------
252: Procedure insert_dml
253: (p_rec in out nocopy ben_bnb_shd.g_rec_type,
254: p_effective_date in date,
255: p_datetrack_mode in varchar2,
256: p_validation_start_date in date,
257: p_validation_end_date in date) is

Line 313: (p_rec in out nocopy ben_bnb_shd.g_rec_type,

309: --
310: -- {End Of Comments}
311: -- ----------------------------------------------------------------------------
312: Procedure pre_insert
313: (p_rec in out nocopy ben_bnb_shd.g_rec_type,
314: p_effective_date in date,
315: p_datetrack_mode in varchar2,
316: p_validation_start_date in date,
317: p_validation_end_date in date) is

Line 371: (p_rec in ben_bnb_shd.g_rec_type,

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

Line 491: p_rec in ben_bnb_shd.g_rec_type,

487: -- ----------------------------------------------------------------------------
488: Procedure ins_lck
489: (p_effective_date in date,
490: p_datetrack_mode in varchar2,
491: p_rec in ben_bnb_shd.g_rec_type,
492: p_validation_start_date out nocopy date,
493: p_validation_end_date out nocopy date) is
494: --
495: l_proc varchar2(72) := g_package||'ins_lck';

Line 529: p_rec in out nocopy ben_bnb_shd.g_rec_type,

525: -- |---------------------------------< ins >----------------------------------|
526: -- ----------------------------------------------------------------------------
527: Procedure ins
528: (
529: p_rec in out nocopy ben_bnb_shd.g_rec_type,
530: p_effective_date in date
531: ) is
532: --
533: l_proc varchar2(72) := g_package||'ins';

Line 636: l_rec ben_bnb_shd.g_rec_type;

632: p_object_version_number out nocopy number,
633: p_effective_date in date
634: ) is
635: --
636: l_rec ben_bnb_shd.g_rec_type;
637: l_proc varchar2(72) := g_package||'ins';
638: --
639: Begin
640: hr_utility.set_location('Entering:'||l_proc, 5);

Line 646: ben_bnb_shd.convert_args

642: -- Call conversion function to turn arguments into the
643: -- p_rec structure.
644: --
645: l_rec :=
646: ben_bnb_shd.convert_args
647: (
648: null,
649: null,
650: null,