DBA Data[Home] [Help]

APPS.BEN_EPA_INS dependencies on BEN_EPA_SHD

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

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

68: t.creation_date
69: from ben_prtn_elig_f t
70: where t.prtn_elig_id = p_rec.prtn_elig_id
71: and t.effective_start_date =
72: ben_epa_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_prtn_elig_f.created_by%TYPE;

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

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

258: l_last_updated_by,
259: l_last_update_login
260: );
261: --
262: ben_epa_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_epa_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_epa_shd.g_api_dml := false; -- Unset the api dml status
269: ben_epa_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_epa_shd.constraint_error

265: Exception
266: When hr_api.check_integrity_violated Then
267: -- A check constraint has been violated
268: ben_epa_shd.g_api_dml := false; -- Unset the api dml status
269: ben_epa_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_epa_shd.g_api_dml := false; -- Unset the api dml status

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

269: ben_epa_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_epa_shd.g_api_dml := false; -- Unset the api dml status
274: ben_epa_shd.constraint_error
275: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
276: When Others Then
277: ben_epa_shd.g_api_dml := false; -- Unset the api dml status

Line 274: ben_epa_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_epa_shd.g_api_dml := false; -- Unset the api dml status
274: ben_epa_shd.constraint_error
275: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
276: When Others Then
277: ben_epa_shd.g_api_dml := false; -- Unset the api dml status
278: Raise;

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

273: ben_epa_shd.g_api_dml := false; -- Unset the api dml status
274: ben_epa_shd.constraint_error
275: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
276: When Others Then
277: ben_epa_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_epa_shd.g_rec_type,

281: -- ----------------------------------------------------------------------------
282: -- |------------------------------< insert_dml >------------------------------|
283: -- ----------------------------------------------------------------------------
284: Procedure insert_dml
285: (p_rec in out nocopy ben_epa_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_epa_shd.g_rec_type,

341: --
342: -- {End Of Comments}
343: -- ----------------------------------------------------------------------------
344: Procedure pre_insert
345: (p_rec in out nocopy ben_epa_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 398: (p_rec in ben_epa_shd.g_rec_type,

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

Line 533: p_rec in ben_epa_shd.g_rec_type,

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

Line 589: p_rec in out nocopy ben_epa_shd.g_rec_type,

585: -- |---------------------------------< ins >----------------------------------|
586: -- ----------------------------------------------------------------------------
587: Procedure ins
588: (
589: p_rec in out nocopy ben_epa_shd.g_rec_type,
590: p_effective_date in date
591: ) is
592: --
593: l_proc varchar2(72) := g_package||'ins';

Line 712: l_rec ben_epa_shd.g_rec_type;

708: p_object_version_number out nocopy number,
709: p_effective_date in date
710: ) is
711: --
712: l_rec ben_epa_shd.g_rec_type;
713: l_proc varchar2(72) := g_package||'ins';
714: --
715: Begin
716: hr_utility.set_location('Entering:'||l_proc, 5);

Line 722: ben_epa_shd.convert_args

718: -- Call conversion function to turn arguments into the
719: -- p_rec structure.
720: --
721: l_rec :=
722: ben_epa_shd.convert_args
723: (
724: null,
725: null,
726: null,