DBA Data[Home] [Help]

APPS.BEN_PBN_INS dependencies on BEN_PBN_SHD

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

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

68: t.creation_date
69: from ben_pl_bnf_f t
70: where t.pl_bnf_id = p_rec.pl_bnf_id
71: and t.effective_start_date =
72: ben_pbn_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_pl_bnf_f.created_by%TYPE;

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

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

248: l_last_updated_by,
249: l_last_update_login
250: );
251: --
252: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
253: hr_utility.set_location(' Leaving:'||l_proc, 15);
254: --
255: Exception
256: When hr_api.check_integrity_violated Then

Line 258: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status

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

Line 259: ben_pbn_shd.constraint_error

255: Exception
256: When hr_api.check_integrity_violated Then
257: -- A check constraint has been violated
258: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
259: ben_pbn_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated
263: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status

Line 263: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status

259: ben_pbn_shd.constraint_error
260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated
263: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
264: ben_pbn_shd.constraint_error
265: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
266: When Others Then
267: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status

Line 264: ben_pbn_shd.constraint_error

260: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
261: When hr_api.unique_integrity_violated Then
262: -- Unique integrity has been violated
263: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
264: ben_pbn_shd.constraint_error
265: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
266: When Others Then
267: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
268: Raise;

Line 267: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status

263: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
264: ben_pbn_shd.constraint_error
265: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
266: When Others Then
267: ben_pbn_shd.g_api_dml := false; -- Unset the api dml status
268: Raise;
269: End dt_insert_dml;
270: --
271: -- ----------------------------------------------------------------------------

Line 275: (p_rec in out nocopy ben_pbn_shd.g_rec_type,

271: -- ----------------------------------------------------------------------------
272: -- |------------------------------< insert_dml >------------------------------|
273: -- ----------------------------------------------------------------------------
274: Procedure insert_dml
275: (p_rec in out nocopy ben_pbn_shd.g_rec_type,
276: p_effective_date in date,
277: p_datetrack_mode in varchar2,
278: p_validation_start_date in date,
279: p_validation_end_date in date) is

Line 335: (p_rec in out nocopy ben_pbn_shd.g_rec_type,

331: --
332: -- {End Of Comments}
333: -- ----------------------------------------------------------------------------
334: Procedure pre_insert
335: (p_rec in out nocopy ben_pbn_shd.g_rec_type,
336: p_effective_date in date,
337: p_datetrack_mode in varchar2,
338: p_validation_start_date in date,
339: p_validation_end_date in date) is

Line 391: (p_rec in ben_pbn_shd.g_rec_type,

387: --
388: -- {End Of Comments}
389: -- ----------------------------------------------------------------------------
390: Procedure post_insert
391: (p_rec in ben_pbn_shd.g_rec_type,
392: p_effective_date in date,
393: p_datetrack_mode in varchar2,
394: p_validation_start_date in date,
395: p_validation_end_date in date) is

Line 522: p_rec in ben_pbn_shd.g_rec_type,

518: -- ----------------------------------------------------------------------------
519: Procedure ins_lck
520: (p_effective_date in date,
521: p_datetrack_mode in varchar2,
522: p_rec in ben_pbn_shd.g_rec_type,
523: p_validation_start_date out nocopy date,
524: p_validation_end_date out nocopy date) is
525: --
526: l_proc varchar2(72) := g_package||'ins_lck';

Line 563: p_rec in out nocopy ben_pbn_shd.g_rec_type,

559: -- |---------------------------------< ins >----------------------------------|
560: -- ----------------------------------------------------------------------------
561: Procedure ins
562: (
563: p_rec in out nocopy ben_pbn_shd.g_rec_type,
564: p_effective_date in date
565: ) is
566: --
567: l_proc varchar2(72) := g_package||'ins';

Line 682: l_rec ben_pbn_shd.g_rec_type;

678: p_per_in_ler_id in number default null,
679: p_effective_date in date
680: ) is
681: --
682: l_rec ben_pbn_shd.g_rec_type;
683: l_proc varchar2(72) := g_package||'ins';
684: --
685: Begin
686: hr_utility.set_location('Entering:'||l_proc, 5);

Line 692: ben_pbn_shd.convert_args

688: -- Call conversion function to turn arguments into the
689: -- p_rec structure.
690: --
691: l_rec :=
692: ben_pbn_shd.convert_args
693: (
694: null,
695: null,
696: null,