DBA Data[Home] [Help]

APPS.BEN_VPF_INS dependencies on BEN_VPF_SHD

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

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

68: t.creation_date
69: from ben_vrbl_rt_prfl_f t
70: where t.vrbl_rt_prfl_id = p_rec.vrbl_rt_prfl_id
71: and t.effective_start_date =
72: ben_vpf_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_vrbl_rt_prfl_f.created_by%TYPE;

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

Line 409: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status

405: p_rec.rt_qua_in_gr_flag,
406: p_rec.rt_perf_rtng_flag,
407: p_rec.rt_elig_prfl_flag);
408: --
409: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
410: hr_utility.set_location(' Leaving:'||l_proc, 15);
411: --
412: Exception
413: When hr_api.check_integrity_violated Then

Line 415: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status

411: --
412: Exception
413: When hr_api.check_integrity_violated Then
414: -- A check constraint has been violated
415: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
416: ben_vpf_shd.constraint_error
417: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
418: When hr_api.unique_integrity_violated Then
419: -- Unique integrity has been violated

Line 416: ben_vpf_shd.constraint_error

412: Exception
413: When hr_api.check_integrity_violated Then
414: -- A check constraint has been violated
415: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
416: ben_vpf_shd.constraint_error
417: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
418: When hr_api.unique_integrity_violated Then
419: -- Unique integrity has been violated
420: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status

Line 420: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status

416: ben_vpf_shd.constraint_error
417: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
418: When hr_api.unique_integrity_violated Then
419: -- Unique integrity has been violated
420: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
421: ben_vpf_shd.constraint_error
422: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
423: When Others Then
424: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status

Line 421: ben_vpf_shd.constraint_error

417: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
418: When hr_api.unique_integrity_violated Then
419: -- Unique integrity has been violated
420: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
421: ben_vpf_shd.constraint_error
422: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
423: When Others Then
424: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
425: Raise;

Line 424: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status

420: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
421: ben_vpf_shd.constraint_error
422: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
423: When Others Then
424: ben_vpf_shd.g_api_dml := false; -- Unset the api dml status
425: Raise;
426: End dt_insert_dml;
427: --
428: -- ----------------------------------------------------------------------------

Line 432: (p_rec in out nocopy ben_vpf_shd.g_rec_type,

428: -- ----------------------------------------------------------------------------
429: -- |------------------------------< insert_dml >------------------------------|
430: -- ----------------------------------------------------------------------------
431: Procedure insert_dml
432: (p_rec in out nocopy ben_vpf_shd.g_rec_type,
433: p_effective_date in date,
434: p_datetrack_mode in varchar2,
435: p_validation_start_date in date,
436: p_validation_end_date in date) is

Line 492: (p_rec in out nocopy ben_vpf_shd.g_rec_type,

488: --
489: -- {End Of Comments}
490: -- ----------------------------------------------------------------------------
491: Procedure pre_insert
492: (p_rec in out nocopy ben_vpf_shd.g_rec_type,
493: p_effective_date in date,
494: p_datetrack_mode in varchar2,
495: p_validation_start_date in date,
496: p_validation_end_date in date) is

Line 545: (p_rec in ben_vpf_shd.g_rec_type,

541: --
542: -- {End Of Comments}
543: -- ----------------------------------------------------------------------------
544: Procedure post_insert
545: (p_rec in ben_vpf_shd.g_rec_type,
546: p_effective_date in date,
547: p_datetrack_mode in varchar2,
548: p_validation_start_date in date,
549: p_validation_end_date in date) is

Line 753: p_rec in ben_vpf_shd.g_rec_type,

749: -- ----------------------------------------------------------------------------
750: Procedure ins_lck
751: (p_effective_date in date,
752: p_datetrack_mode in varchar2,
753: p_rec in ben_vpf_shd.g_rec_type,
754: p_validation_start_date out nocopy date,
755: p_validation_end_date out nocopy date) is
756: --
757: l_proc varchar2(72) := g_package||'ins_lck';

Line 797: p_rec in out nocopy ben_vpf_shd.g_rec_type,

793: -- |---------------------------------< ins >----------------------------------|
794: -- ----------------------------------------------------------------------------
795: Procedure ins
796: (
797: p_rec in out nocopy ben_vpf_shd.g_rec_type,
798: p_effective_date in date
799: ) is
800: --
801: l_proc varchar2(72) := g_package||'ins';

Line 995: l_rec ben_vpf_shd.g_rec_type;

991: p_rt_elig_prfl_flag in varchar2 default null
992: ) is
993:
994: --
995: l_rec ben_vpf_shd.g_rec_type;
996: l_proc varchar2(72) := g_package||'ins';
997: --
998: Begin
999: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1005: ben_vpf_shd.convert_args

1001: -- Call conversion function to turn arguments into the
1002: -- p_rec structure.
1003: --
1004: l_rec :=
1005: ben_vpf_shd.convert_args
1006: (
1007: null,
1008: null,
1009: null,