DBA Data[Home] [Help]

APPS.BEN_PLN_INS dependencies on BEN_PLN_SHD

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

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

68: t.creation_date
69: from ben_pl_f t
70: where t.pl_id = p_rec.pl_id
71: and t.effective_start_date =
72: ben_pln_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_pl_f.created_by%TYPE;

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

Line 530: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

526: ,p_rec.all_inelig
527: ,p_rec.bnf_exl_participant_flag
528: );
529: --
530: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
531: hr_utility.set_location(' Leaving:'||l_proc, 15);
532: --
533: Exception
534: When hr_api.check_integrity_violated Then

Line 536: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

532: --
533: Exception
534: When hr_api.check_integrity_violated Then
535: -- A check constraint has been violated
536: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
537: ben_pln_shd.constraint_error
538: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
539: When hr_api.unique_integrity_violated Then
540: -- Unique integrity has been violated

Line 537: ben_pln_shd.constraint_error

533: Exception
534: When hr_api.check_integrity_violated Then
535: -- A check constraint has been violated
536: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
537: ben_pln_shd.constraint_error
538: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
539: When hr_api.unique_integrity_violated Then
540: -- Unique integrity has been violated
541: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

Line 541: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

537: ben_pln_shd.constraint_error
538: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
539: When hr_api.unique_integrity_violated Then
540: -- Unique integrity has been violated
541: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
542: ben_pln_shd.constraint_error
543: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
544: When Others Then
545: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

Line 542: ben_pln_shd.constraint_error

538: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
539: When hr_api.unique_integrity_violated Then
540: -- Unique integrity has been violated
541: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
542: ben_pln_shd.constraint_error
543: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
544: When Others Then
545: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
546: Raise;

Line 545: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

541: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
542: ben_pln_shd.constraint_error
543: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
544: When Others Then
545: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
546: Raise;
547: End dt_insert_dml;
548: --
549: -- ----------------------------------------------------------------------------

Line 553: (p_rec in out nocopy ben_pln_shd.g_rec_type,

549: -- ----------------------------------------------------------------------------
550: -- |------------------------------< insert_dml >------------------------------|
551: -- ----------------------------------------------------------------------------
552: Procedure insert_dml
553: (p_rec in out nocopy ben_pln_shd.g_rec_type,
554: p_effective_date in date,
555: p_datetrack_mode in varchar2,
556: p_validation_start_date in date,
557: p_validation_end_date in date) is

Line 613: (p_rec in out nocopy ben_pln_shd.g_rec_type,

609: --
610: -- {End Of Comments}
611: -- ----------------------------------------------------------------------------
612: Procedure pre_insert
613: (p_rec in out nocopy ben_pln_shd.g_rec_type,
614: p_effective_date in date,
615: p_datetrack_mode in varchar2,
616: p_validation_start_date in date,
617: p_validation_end_date in date) is

Line 712: (p_rec in ben_pln_shd.g_rec_type,

708: --
709: -- {End Of Comments}
710: -- ----------------------------------------------------------------------------
711: Procedure post_insert
712: (p_rec in ben_pln_shd.g_rec_type,
713: p_effective_date in date,
714: p_datetrack_mode in varchar2,
715: p_validation_start_date in date,
716: p_validation_end_date in date) is

Line 994: p_rec in ben_pln_shd.g_rec_type,

990: -- ----------------------------------------------------------------------------
991: Procedure ins_lck
992: (p_effective_date in date,
993: p_datetrack_mode in varchar2,
994: p_rec in ben_pln_shd.g_rec_type,
995: p_validation_start_date out nocopy date,
996: p_validation_end_date out nocopy date) is
997: --
998: l_proc varchar2(72) := g_package||'ins_lck';

Line 1112: p_rec in out nocopy ben_pln_shd.g_rec_type,

1108: -- |---------------------------------< ins >----------------------------------|
1109: -- ----------------------------------------------------------------------------
1110: Procedure ins
1111: (
1112: p_rec in out nocopy ben_pln_shd.g_rec_type,
1113: p_effective_date in date
1114: ) is
1115: --
1116: l_proc varchar2(72) := g_package||'ins';

Line 1370: l_rec ben_pln_shd.g_rec_type;

1366: p_use_csd_rsd_prccng_cd in varchar2,
1367: p_all_inelig in varchar2
1368: ) is
1369: --
1370: l_rec ben_pln_shd.g_rec_type;
1371: l_proc varchar2(72) := g_package||'ins';
1372: --
1373: Begin
1374: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1380: ben_pln_shd.convert_args

1376: -- Call conversion function to turn arguments into the
1377: -- p_rec structure.
1378: --
1379: l_rec :=
1380: ben_pln_shd.convert_args
1381: (
1382: null
1383: ,null
1384: ,null