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 526: ben_pln_shd.g_api_dml := false; -- Unset the api dml status

522: ,p_rec.pl_yr_not_applcbl_flag
523: ,p_rec.use_csd_rsd_prccng_cd
524: );
525: --
526: ben_pln_shd.g_api_dml := false; -- Unset the api dml status
527: hr_utility.set_location(' Leaving:'||l_proc, 15);
528: --
529: Exception
530: When hr_api.check_integrity_violated Then

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

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

Line 533: ben_pln_shd.constraint_error

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

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

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

Line 538: ben_pln_shd.constraint_error

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

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

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

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

545: -- ----------------------------------------------------------------------------
546: -- |------------------------------< insert_dml >------------------------------|
547: -- ----------------------------------------------------------------------------
548: Procedure insert_dml
549: (p_rec in out nocopy ben_pln_shd.g_rec_type,
550: p_effective_date in date,
551: p_datetrack_mode in varchar2,
552: p_validation_start_date in date,
553: p_validation_end_date in date) is

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

605: --
606: -- {End Of Comments}
607: -- ----------------------------------------------------------------------------
608: Procedure pre_insert
609: (p_rec in out nocopy ben_pln_shd.g_rec_type,
610: p_effective_date in date,
611: p_datetrack_mode in varchar2,
612: p_validation_start_date in date,
613: p_validation_end_date in date) is

Line 708: (p_rec in ben_pln_shd.g_rec_type,

704: --
705: -- {End Of Comments}
706: -- ----------------------------------------------------------------------------
707: Procedure post_insert
708: (p_rec in ben_pln_shd.g_rec_type,
709: p_effective_date in date,
710: p_datetrack_mode in varchar2,
711: p_validation_start_date in date,
712: p_validation_end_date in date) is

Line 989: p_rec in ben_pln_shd.g_rec_type,

985: -- ----------------------------------------------------------------------------
986: Procedure ins_lck
987: (p_effective_date in date,
988: p_datetrack_mode in varchar2,
989: p_rec in ben_pln_shd.g_rec_type,
990: p_validation_start_date out nocopy date,
991: p_validation_end_date out nocopy date) is
992: --
993: l_proc varchar2(72) := g_package||'ins_lck';

Line 1107: p_rec in out nocopy ben_pln_shd.g_rec_type,

1103: -- |---------------------------------< ins >----------------------------------|
1104: -- ----------------------------------------------------------------------------
1105: Procedure ins
1106: (
1107: p_rec in out nocopy ben_pln_shd.g_rec_type,
1108: p_effective_date in date
1109: ) is
1110: --
1111: l_proc varchar2(72) := g_package||'ins';

Line 1365: l_rec ben_pln_shd.g_rec_type;

1361: p_use_csd_rsd_prccng_cd in varchar2
1362:
1363: ) is
1364: --
1365: l_rec ben_pln_shd.g_rec_type;
1366: l_proc varchar2(72) := g_package||'ins';
1367: --
1368: Begin
1369: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1375: ben_pln_shd.convert_args

1371: -- Call conversion function to turn arguments into the
1372: -- p_rec structure.
1373: --
1374: l_rec :=
1375: ben_pln_shd.convert_args
1376: (
1377: null
1378: ,null
1379: ,null