DBA Data[Home] [Help]

APPS.BEN_ABR_INS dependencies on BEN_ABR_SHD

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

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

68: t.creation_date
69: from ben_acty_base_rt_f t
70: where t.acty_base_rt_id = p_rec.acty_base_rt_id
71: and t.effective_start_date =
72: ben_abr_shd.g_old_rec.effective_start_date
73: and t.effective_end_date = (p_validation_start_date - 1);
74:
75: --Added for Bug 6881417
76: cursor c_oipl is

Line 165: ben_abr_shd.g_api_dml := true; -- Set the api dml status

161: l_last_updated_by := fnd_global.user_id;
162: l_last_update_login := fnd_global.login_id;
163: End If;
164: --
165: ben_abr_shd.g_api_dml := true; -- Set the api dml status
166: --
167: -- Insert the row into: ben_acty_base_rt_f
168: --
169: hr_utility.set_location('total rate befr insert '||p_rec.TTL_COMP_LVL_FCTR_ID, 99);

Line 791: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

787: end if;
788:
789:
790: --
791: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
792: hr_utility.set_location(' Leaving:'||l_proc, 15);
793: --
794: Exception
795: When hr_api.check_integrity_violated Then

Line 797: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

793: --
794: Exception
795: When hr_api.check_integrity_violated Then
796: -- A check constraint has been violated
797: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
798: ben_abr_shd.constraint_error
799: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
800: When hr_api.unique_integrity_violated Then
801: -- Unique integrity has been violated

Line 798: ben_abr_shd.constraint_error

794: Exception
795: When hr_api.check_integrity_violated Then
796: -- A check constraint has been violated
797: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
798: ben_abr_shd.constraint_error
799: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
800: When hr_api.unique_integrity_violated Then
801: -- Unique integrity has been violated
802: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

Line 802: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

798: ben_abr_shd.constraint_error
799: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
800: When hr_api.unique_integrity_violated Then
801: -- Unique integrity has been violated
802: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
803: ben_abr_shd.constraint_error
804: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
805: When Others Then
806: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

Line 803: ben_abr_shd.constraint_error

799: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
800: When hr_api.unique_integrity_violated Then
801: -- Unique integrity has been violated
802: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
803: ben_abr_shd.constraint_error
804: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
805: When Others Then
806: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
807: Raise;

Line 806: ben_abr_shd.g_api_dml := false; -- Unset the api dml status

802: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
803: ben_abr_shd.constraint_error
804: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
805: When Others Then
806: ben_abr_shd.g_api_dml := false; -- Unset the api dml status
807: Raise;
808: End dt_insert_dml;
809: --
810: -- ----------------------------------------------------------------------------

Line 814: (p_rec in out nocopy ben_abr_shd.g_rec_type,

810: -- ----------------------------------------------------------------------------
811: -- |------------------------------< insert_dml >------------------------------|
812: -- ----------------------------------------------------------------------------
813: Procedure insert_dml
814: (p_rec in out nocopy ben_abr_shd.g_rec_type,
815: p_effective_date in date,
816: p_datetrack_mode in varchar2,
817: p_validation_start_date in date,
818: p_validation_end_date in date) is

Line 874: (p_rec in out nocopy ben_abr_shd.g_rec_type,

870: --
871: -- {End Of Comments}
872: -- ----------------------------------------------------------------------------
873: Procedure pre_insert
874: (p_rec in out nocopy ben_abr_shd.g_rec_type,
875: p_effective_date in date,
876: p_datetrack_mode in varchar2,
877: p_validation_start_date in date,
878: p_validation_end_date in date) is

Line 1017: (p_rec in ben_abr_shd.g_rec_type,

1013: --
1014: -- {End Of Comments}
1015: -- ----------------------------------------------------------------------------
1016: Procedure post_insert
1017: (p_rec in ben_abr_shd.g_rec_type,
1018: p_effective_date in date,
1019: p_datetrack_mode in varchar2,
1020: p_validation_start_date in date,
1021: p_validation_end_date in date) is

Line 1241: p_rec in ben_abr_shd.g_rec_type,

1237: -- ----------------------------------------------------------------------------
1238: Procedure ins_lck
1239: (p_effective_date in date,
1240: p_datetrack_mode in varchar2,
1241: p_rec in ben_abr_shd.g_rec_type,
1242: p_validation_start_date out nocopy date,
1243: p_validation_end_date out nocopy date) is
1244: --
1245: l_proc varchar2(72) := g_package||'ins_lck';

Line 1353: p_rec in out nocopy ben_abr_shd.g_rec_type,

1349: -- |---------------------------------< ins >----------------------------------|
1350: -- ----------------------------------------------------------------------------
1351: Procedure ins
1352: (
1353: p_rec in out nocopy ben_abr_shd.g_rec_type,
1354: p_effective_date in date
1355: ) is
1356: --
1357: l_proc varchar2(72) := g_package||'ins';

Line 1559: l_rec ben_abr_shd.g_rec_type;

1555: p_object_version_number out nocopy number,
1556: p_effective_date in date
1557: ) is
1558: --
1559: l_rec ben_abr_shd.g_rec_type;
1560: l_proc varchar2(72) := g_package||'ins';
1561: --
1562: Begin
1563: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1570: ben_abr_shd.convert_args

1566: -- Call conversion function to turn arguments into the
1567: -- p_rec structure.
1568: --
1569: l_rec :=
1570: ben_abr_shd.convert_args
1571: (
1572: null
1573: ,null
1574: ,null