DBA Data[Home] [Help]

APPS.BEN_EPO_INS dependencies on BEN_EPO_SHD

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

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

68: t.creation_date
69: from ben_elig_per_opt_f t
70: where t.elig_per_opt_id = p_rec.elig_per_opt_id
71: and t.effective_start_date =
72: ben_epo_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_per_opt_f.created_by%TYPE;

Line 129: ben_epo_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_epo_shd.g_api_dml := true; -- Set the api dml status
130: --
131: -- Insert the row into: ben_elig_per_opt_f
132: --
133: hr_utility.set_location('Ins EPO:'||l_proc, 5);

Line 325: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

321: l_last_updated_by,
322: l_last_update_login
323: );
324: --
325: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
326: hr_utility.set_location(' Leaving:'||l_proc, 15);
327: --
328: Exception
329: When hr_api.check_integrity_violated Then

Line 331: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

327: --
328: Exception
329: When hr_api.check_integrity_violated Then
330: -- A check constraint has been violated
331: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
332: ben_epo_shd.constraint_error
333: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
334: When hr_api.unique_integrity_violated Then
335: -- Unique integrity has been violated

Line 332: ben_epo_shd.constraint_error

328: Exception
329: When hr_api.check_integrity_violated Then
330: -- A check constraint has been violated
331: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
332: ben_epo_shd.constraint_error
333: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
334: When hr_api.unique_integrity_violated Then
335: -- Unique integrity has been violated
336: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

Line 336: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

332: ben_epo_shd.constraint_error
333: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
334: When hr_api.unique_integrity_violated Then
335: -- Unique integrity has been violated
336: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
337: ben_epo_shd.constraint_error
338: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
339: When Others Then
340: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

Line 337: ben_epo_shd.constraint_error

333: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
334: When hr_api.unique_integrity_violated Then
335: -- Unique integrity has been violated
336: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
337: ben_epo_shd.constraint_error
338: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
339: When Others Then
340: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
341: Raise;

Line 340: ben_epo_shd.g_api_dml := false; -- Unset the api dml status

336: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
337: ben_epo_shd.constraint_error
338: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
339: When Others Then
340: ben_epo_shd.g_api_dml := false; -- Unset the api dml status
341: Raise;
342: End dt_insert_dml;
343: --
344: -- ----------------------------------------------------------------------------

Line 348: (p_rec in out nocopy ben_epo_shd.g_rec_type,

344: -- ----------------------------------------------------------------------------
345: -- |------------------------------< insert_dml >------------------------------|
346: -- ----------------------------------------------------------------------------
347: Procedure insert_dml
348: (p_rec in out nocopy ben_epo_shd.g_rec_type,
349: p_effective_date in date,
350: p_datetrack_mode in varchar2,
351: p_validation_start_date in date,
352: p_validation_end_date in date) is

Line 408: (p_rec in out nocopy ben_epo_shd.g_rec_type,

404: --
405: -- {End Of Comments}
406: -- ----------------------------------------------------------------------------
407: Procedure pre_insert
408: (p_rec in out nocopy ben_epo_shd.g_rec_type,
409: p_effective_date in date,
410: p_datetrack_mode in varchar2,
411: p_validation_start_date in date,
412: p_validation_end_date in date) is

Line 466: (p_rec in ben_epo_shd.g_rec_type,

462: --
463: -- {End Of Comments}
464: -- ----------------------------------------------------------------------------
465: Procedure post_insert
466: (p_rec in ben_epo_shd.g_rec_type,
467: p_effective_date in date,
468: p_datetrack_mode in varchar2,
469: p_validation_start_date in date,
470: p_validation_end_date in date) is

Line 633: p_rec in ben_epo_shd.g_rec_type,

629: -- ----------------------------------------------------------------------------
630: Procedure ins_lck
631: (p_effective_date in date,
632: p_datetrack_mode in varchar2,
633: p_rec in ben_epo_shd.g_rec_type,
634: p_validation_start_date out nocopy date,
635: p_validation_end_date out nocopy date) is
636: --
637: l_proc varchar2(72) := g_package||'ins_lck';

Line 674: (p_rec in out nocopy ben_epo_shd.g_rec_type

670: -- ----------------------------------------------------------------------------
671: -- |---------------------------------< ins >----------------------------------|
672: -- ----------------------------------------------------------------------------
673: Procedure ins
674: (p_rec in out nocopy ben_epo_shd.g_rec_type
675: ,p_effective_date in date
676: --
677: ,p_override_validation in boolean default false
678: )

Line 842: l_rec ben_epo_shd.g_rec_type;

838: p_override_validation in boolean default false
839: )
840: is
841: --
842: l_rec ben_epo_shd.g_rec_type;
843: l_proc varchar2(72) := g_package||'ins';
844: --
845: Begin
846: hr_utility.set_location('Entering:'||l_proc, 5);

Line 852: ben_epo_shd.convert_args

848: -- Call conversion function to turn arguments into the
849: -- p_rec structure.
850: --
851: l_rec :=
852: ben_epo_shd.convert_args
853: (
854: null,
855: p_elig_per_id,
856: null,