DBA Data[Home] [Help]

APPS.BEN_PCM_INS dependencies on BEN_PCM_SHD

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

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

68: t.creation_date
69: from ben_per_cm_f t
70: where t.per_cm_id = p_rec.per_cm_id
71: and t.effective_start_date =
72: ben_pcm_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_per_cm_f.created_by%TYPE;

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

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

242: l_last_updated_by,
243: l_last_update_login
244: );
245: --
246: ben_pcm_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_pcm_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_pcm_shd.g_api_dml := false; -- Unset the api dml status
253: ben_pcm_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_pcm_shd.constraint_error

249: Exception
250: When hr_api.check_integrity_violated Then
251: -- A check constraint has been violated
252: ben_pcm_shd.g_api_dml := false; -- Unset the api dml status
253: ben_pcm_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_pcm_shd.g_api_dml := false; -- Unset the api dml status

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

253: ben_pcm_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_pcm_shd.g_api_dml := false; -- Unset the api dml status
258: ben_pcm_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_pcm_shd.g_api_dml := false; -- Unset the api dml status

Line 258: ben_pcm_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_pcm_shd.g_api_dml := false; -- Unset the api dml status
258: ben_pcm_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_pcm_shd.g_api_dml := false; -- Unset the api dml status
262: Raise;

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

257: ben_pcm_shd.g_api_dml := false; -- Unset the api dml status
258: ben_pcm_shd.constraint_error
259: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
260: When Others Then
261: ben_pcm_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_pcm_shd.g_rec_type,

265: -- ----------------------------------------------------------------------------
266: -- |------------------------------< insert_dml >------------------------------|
267: -- ----------------------------------------------------------------------------
268: Procedure insert_dml
269: (p_rec in out nocopy ben_pcm_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_pcm_shd.g_rec_type,

325: --
326: -- {End Of Comments}
327: -- ----------------------------------------------------------------------------
328: Procedure pre_insert
329: (p_rec in out nocopy ben_pcm_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 386: (p_rec in ben_pcm_shd.g_rec_type,

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

Line 514: p_rec in ben_pcm_shd.g_rec_type,

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

Line 558: p_rec in out nocopy ben_pcm_shd.g_rec_type,

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

Line 673: l_rec ben_pcm_shd.g_rec_type;

669: p_object_version_number out nocopy number,
670: p_effective_date in date
671: ) is
672: --
673: l_rec ben_pcm_shd.g_rec_type;
674: l_proc varchar2(72) := g_package||'ins';
675: --
676: Begin
677: hr_utility.set_location('Entering:'||l_proc, 5);

Line 683: ben_pcm_shd.convert_args

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