DBA Data[Home] [Help]

APPS.BEN_DPNT_EDC_INS dependencies on BEN_DPNT_EDC_SHD

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

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_insert_dml
58: (p_rec in out nocopy ben_dpnt_edc_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 71: and t.effective_start_date = ben_dpnt_edc_shd.g_old_rec.effective_start_date

67: Select t.created_by,
68: t.creation_date
69: from ben_dpnt_eligy_crit_values_f t
70: where t.dpnt_eligy_crit_values_id = p_rec.dpnt_eligy_crit_values_id
71: and t.effective_start_date = ben_dpnt_edc_shd.g_old_rec.effective_start_date
72: and t.effective_end_date = (p_validation_start_date - 1);
73: --
74: l_proc varchar2(72) := g_package||'dt_insert_dml';
75: l_created_by ben_dpnt_eligy_crit_values_f.created_by%TYPE;

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

Line 254: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status

250: p_rec.date_value3,
251: p_rec.date_value4
252: );
253: --
254: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
255: hr_utility.set_location(' Leaving:'||l_proc, 15);
256: --
257: Exception
258: When hr_api.check_integrity_violated Then

Line 260: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status

256: --
257: Exception
258: When hr_api.check_integrity_violated Then
259: -- A check constraint has been violated
260: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
261: ben_dpnt_edc_shd.constraint_error
262: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
263: When hr_api.unique_integrity_violated Then
264: -- Unique integrity has been violated

Line 261: ben_dpnt_edc_shd.constraint_error

257: Exception
258: When hr_api.check_integrity_violated Then
259: -- A check constraint has been violated
260: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
261: ben_dpnt_edc_shd.constraint_error
262: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
263: When hr_api.unique_integrity_violated Then
264: -- Unique integrity has been violated
265: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status

Line 265: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status

261: ben_dpnt_edc_shd.constraint_error
262: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
263: When hr_api.unique_integrity_violated Then
264: -- Unique integrity has been violated
265: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
266: ben_dpnt_edc_shd.constraint_error
267: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
268: When Others Then
269: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status

Line 266: ben_dpnt_edc_shd.constraint_error

262: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
263: When hr_api.unique_integrity_violated Then
264: -- Unique integrity has been violated
265: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
266: ben_dpnt_edc_shd.constraint_error
267: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
268: When Others Then
269: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
270: Raise;

Line 269: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status

265: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
266: ben_dpnt_edc_shd.constraint_error
267: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
268: When Others Then
269: ben_dpnt_edc_shd.g_api_dml := false; -- Unset the api dml status
270: Raise;
271: End dt_insert_dml;
272: --
273: -- ----------------------------------------------------------------------------

Line 277: (p_rec in out nocopy ben_dpnt_edc_shd.g_rec_type,

273: -- ----------------------------------------------------------------------------
274: -- |------------------------------< insert_dml >------------------------------|
275: -- ----------------------------------------------------------------------------
276: Procedure insert_dml
277: (p_rec in out nocopy ben_dpnt_edc_shd.g_rec_type,
278: p_effective_date in date,
279: p_datetrack_mode in varchar2,
280: p_validation_start_date in date,
281: p_validation_end_date in date) is

Line 337: (p_rec in out nocopy ben_dpnt_edc_shd.g_rec_type,

333: --
334: -- {End Of Comments}
335: -- ----------------------------------------------------------------------------
336: Procedure pre_insert
337: (p_rec in out nocopy ben_dpnt_edc_shd.g_rec_type,
338: p_effective_date in date,
339: p_datetrack_mode in varchar2,
340: p_validation_start_date in date,
341: p_validation_end_date in date) is

Line 394: (p_rec in ben_dpnt_edc_shd.g_rec_type,

390: --
391: -- {End Of Comments}
392: -- ----------------------------------------------------------------------------
393: Procedure post_insert
394: (p_rec in ben_dpnt_edc_shd.g_rec_type,
395: p_effective_date in date,
396: p_datetrack_mode in varchar2,
397: p_validation_start_date in date,
398: p_validation_end_date in date) is

Line 525: p_rec in ben_dpnt_edc_shd.g_rec_type,

521: -- ----------------------------------------------------------------------------
522: Procedure ins_lck
523: (p_effective_date in date,
524: p_datetrack_mode in varchar2,
525: p_rec in ben_dpnt_edc_shd.g_rec_type,
526: p_validation_start_date out nocopy date,
527: p_validation_end_date out nocopy date) is
528: --
529: l_proc varchar2(72) := g_package||'ins_lck';

Line 569: p_rec in out nocopy ben_dpnt_edc_shd.g_rec_type,

565: -- |---------------------------------< ins >----------------------------------|
566: -- ----------------------------------------------------------------------------
567: Procedure ins
568: (
569: p_rec in out nocopy ben_dpnt_edc_shd.g_rec_type,
570: p_effective_date in date
571: ) is
572: --
573: l_proc varchar2(72) := g_package||'ins';

Line 687: l_rec ben_dpnt_edc_shd.g_rec_type;

683: ,p_date_value3 In Date default NULL
684: ,p_date_value4 In Date default NULL
685: ) is
686: --
687: l_rec ben_dpnt_edc_shd.g_rec_type;
688: l_proc varchar2(72) := g_package||'ins';
689: --
690:
691: Begin

Line 698: ben_dpnt_edc_shd.convert_args

694: -- Call conversion function to turn arguments into the
695: -- p_rec structure.
696: --
697: l_rec :=
698: ben_dpnt_edc_shd.convert_args
699: (
700: NULL,
701: p_dpnt_cvg_eligy_prfl_id,
702: p_eligy_criteria_dpnt_id,