DBA Data[Home] [Help]

APPS.BEN_BPR_INS dependencies on BEN_BPR_SHD

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

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

68: t.creation_date
69: from ben_bnft_pool_rlovr_rqmt_f t
70: where t.bnft_pool_rlovr_rqmt_id = p_rec.bnft_pool_rlovr_rqmt_id
71: and t.effective_start_date =
72: ben_bpr_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_pool_rlovr_rqmt_f.created_by%TYPE;

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

Line 262: ben_bpr_shd.g_api_dml := false; -- Unset the api dml status

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

Line 268: ben_bpr_shd.g_api_dml := false; -- Unset the api dml status

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

Line 269: ben_bpr_shd.constraint_error

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

Line 273: ben_bpr_shd.g_api_dml := false; -- Unset the api dml status

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

Line 274: ben_bpr_shd.constraint_error

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

Line 277: ben_bpr_shd.g_api_dml := false; -- Unset the api dml status

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

Line 285: (p_rec in out nocopy ben_bpr_shd.g_rec_type,

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

Line 345: (p_rec in out nocopy ben_bpr_shd.g_rec_type,

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

Line 400: (p_rec in ben_bpr_shd.g_rec_type,

396: --
397: -- {End Of Comments}
398: -- ----------------------------------------------------------------------------
399: Procedure post_insert
400: (p_rec in ben_bpr_shd.g_rec_type,
401: p_effective_date in date,
402: p_datetrack_mode in varchar2,
403: p_validation_start_date in date,
404: p_validation_end_date in date) is

Line 536: p_rec in ben_bpr_shd.g_rec_type,

532: -- ----------------------------------------------------------------------------
533: Procedure ins_lck
534: (p_effective_date in date,
535: p_datetrack_mode in varchar2,
536: p_rec in ben_bpr_shd.g_rec_type,
537: p_validation_start_date out nocopy date,
538: p_validation_end_date out nocopy date) is
539: --
540: l_proc varchar2(72) := g_package||'ins_lck';

Line 580: p_rec in out nocopy ben_bpr_shd.g_rec_type,

576: -- |---------------------------------< ins >----------------------------------|
577: -- ----------------------------------------------------------------------------
578: Procedure ins
579: (
580: p_rec in out nocopy ben_bpr_shd.g_rec_type,
581: p_effective_date in date
582: ) is
583: --
584: l_proc varchar2(72) := g_package||'ins';

Line 703: l_rec ben_bpr_shd.g_rec_type;

699: p_object_version_number out nocopy number,
700: p_effective_date in date
701: ) is
702: --
703: l_rec ben_bpr_shd.g_rec_type;
704: l_proc varchar2(72) := g_package||'ins';
705: --
706: Begin
707: hr_utility.set_location('Entering:'||l_proc, 5);

Line 713: ben_bpr_shd.convert_args

709: -- Call conversion function to turn arguments into the
710: -- p_rec structure.
711: --
712: l_rec :=
713: ben_bpr_shd.convert_args
714: (
715: null,
716: null,
717: null,