DBA Data[Home] [Help]

APPS.BEN_ESH_INS dependencies on BEN_ESH_SHD

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

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

68: t.creation_date
69: from ben_elig_schedd_hrs_prte_f t
70: where t.elig_schedd_hrs_prte_id = p_rec.elig_schedd_hrs_prte_id
71: and t.effective_start_date =
72: ben_esh_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_elig_schedd_hrs_prte_f.created_by%TYPE;

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

Line 246: ben_esh_shd.g_api_dml := false; -- Unset the api dml status

242: p_rec.criteria_score,
243: p_rec.criteria_weight
244: );
245: --
246: ben_esh_shd.g_api_dml := false; -- Unset the api dml status
247: hr_utility.set_location(' Leaving:'||l_proc, 15);
248: --
249: Exception
250: When hr_api.check_integrity_violated Then

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

248: --
249: Exception
250: When hr_api.check_integrity_violated Then
251: -- A check constraint has been violated
252: ben_esh_shd.g_api_dml := false; -- Unset the api dml status
253: ben_esh_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When hr_api.unique_integrity_violated Then
256: -- Unique integrity has been violated

Line 253: ben_esh_shd.constraint_error

249: Exception
250: When hr_api.check_integrity_violated Then
251: -- A check constraint has been violated
252: ben_esh_shd.g_api_dml := false; -- Unset the api dml status
253: ben_esh_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When hr_api.unique_integrity_violated Then
256: -- Unique integrity has been violated
257: ben_esh_shd.g_api_dml := false; -- Unset the api dml status

Line 257: ben_esh_shd.g_api_dml := false; -- Unset the api dml status

253: ben_esh_shd.constraint_error
254: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
255: When hr_api.unique_integrity_violated Then
256: -- Unique integrity has been violated
257: ben_esh_shd.g_api_dml := false; -- Unset the api dml status
258: ben_esh_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_esh_shd.g_api_dml := false; -- Unset the api dml status

Line 258: ben_esh_shd.constraint_error

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

Line 261: ben_esh_shd.g_api_dml := false; -- Unset the api dml status

257: ben_esh_shd.g_api_dml := false; -- Unset the api dml status
258: ben_esh_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_esh_shd.g_api_dml := false; -- Unset the api dml status
262: Raise;
263: End dt_insert_dml;
264: --
265: -- ----------------------------------------------------------------------------

Line 269: (p_rec in out nocopy ben_esh_shd.g_rec_type,

265: -- ----------------------------------------------------------------------------
266: -- |------------------------------< insert_dml >------------------------------|
267: -- ----------------------------------------------------------------------------
268: Procedure insert_dml
269: (p_rec in out nocopy ben_esh_shd.g_rec_type,
270: p_effective_date in date,
271: p_datetrack_mode in varchar2,
272: p_validation_start_date in date,
273: p_validation_end_date in date) is

Line 329: (p_rec in out nocopy ben_esh_shd.g_rec_type,

325: --
326: -- {End Of Comments}
327: -- ----------------------------------------------------------------------------
328: Procedure pre_insert
329: (p_rec in out nocopy ben_esh_shd.g_rec_type,
330: p_effective_date in date,
331: p_datetrack_mode in varchar2,
332: p_validation_start_date in date,
333: p_validation_end_date in date) is

Line 387: (p_rec in ben_esh_shd.g_rec_type,

383: --
384: -- {End Of Comments}
385: -- ----------------------------------------------------------------------------
386: Procedure post_insert
387: (p_rec in ben_esh_shd.g_rec_type,
388: p_effective_date in date,
389: p_datetrack_mode in varchar2,
390: p_validation_start_date in date,
391: p_validation_end_date in date) is

Line 515: p_rec in ben_esh_shd.g_rec_type,

511: -- ----------------------------------------------------------------------------
512: Procedure ins_lck
513: (p_effective_date in date,
514: p_datetrack_mode in varchar2,
515: p_rec in ben_esh_shd.g_rec_type,
516: p_validation_start_date out nocopy date,
517: p_validation_end_date out nocopy date) is
518: --
519: l_proc varchar2(72) := g_package||'ins_lck';

Line 556: p_rec in out nocopy ben_esh_shd.g_rec_type,

552: -- |---------------------------------< ins >----------------------------------|
553: -- ----------------------------------------------------------------------------
554: Procedure ins
555: (
556: p_rec in out nocopy ben_esh_shd.g_rec_type,
557: p_effective_date in date
558: ) is
559: --
560: l_proc varchar2(72) := g_package||'ins';

Line 671: l_rec ben_esh_shd.g_rec_type;

667: p_criteria_score in number default null,
668: p_criteria_weight in number default null
669: ) is
670: --
671: l_rec ben_esh_shd.g_rec_type;
672: l_proc varchar2(72) := g_package||'ins';
673: --
674: Begin
675: hr_utility.set_location('Entering:'||l_proc, 5);

Line 681: ben_esh_shd.convert_args

677: -- Call conversion function to turn arguments into the
678: -- p_rec structure.
679: --
680: l_rec :=
681: ben_esh_shd.convert_args
682: (
683: null,
684: null,
685: null,