DBA Data[Home] [Help]

APPS.BEN_XCT_DEL dependencies on BEN_XCT_SHD

Line 87: Procedure delete_dml(p_rec in ben_xct_shd.g_rec_type) is

83: -- Internal Row Handler Use Only.
84: --
85: -- {End Of Comments}
86: -- ----------------------------------------------------------------------------
87: Procedure delete_dml(p_rec in ben_xct_shd.g_rec_type) is
88: --
89: l_proc varchar2(72) := g_package||'delete_dml';
90: --
91: Begin

Line 94: ben_xct_shd.g_api_dml := true; -- Set the api dml status

90: --
91: Begin
92: hr_utility.set_location('Entering:'||l_proc, 5);
93: --
94: ben_xct_shd.g_api_dml := true; -- Set the api dml status
95: --
96: -- Delete the ben_ext_crit_typ row.
97: --
98: delete from ben_ext_crit_typ

Line 101: ben_xct_shd.g_api_dml := false; -- Unset the api dml status

97: --
98: delete from ben_ext_crit_typ
99: where ext_crit_typ_id = p_rec.ext_crit_typ_id;
100: --
101: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
102: --
103: hr_utility.set_location(' Leaving:'||l_proc, 10);
104: --
105: Exception

Line 108: ben_xct_shd.g_api_dml := false; -- Unset the api dml status

104: --
105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated
108: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
109: ben_xct_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: ben_xct_shd.g_api_dml := false; -- Unset the api dml status

Line 109: ben_xct_shd.constraint_error

105: Exception
106: When hr_api.child_integrity_violated then
107: -- Child integrity has been violated
108: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
109: ben_xct_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
113: Raise;

Line 112: ben_xct_shd.g_api_dml := false; -- Unset the api dml status

108: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
109: ben_xct_shd.constraint_error
110: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
111: When Others Then
112: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
113: Raise;
114: End delete_dml;
115: --
116: -- ----------------------------------------------------------------------------

Line 148: Procedure pre_delete(p_rec in ben_xct_shd.g_rec_type) is

144: -- Internal Row Handler Use Only.
145: --
146: -- {End Of Comments}
147: -- ----------------------------------------------------------------------------
148: Procedure pre_delete(p_rec in ben_xct_shd.g_rec_type) is
149: --
150: l_proc varchar2(72) := g_package||'pre_delete';
151: --
152: Begin

Line 191: p_effective_date in date,p_rec in ben_xct_shd.g_rec_type) is

187: --
188: -- {End Of Comments}
189: -- ----------------------------------------------------------------------------
190: Procedure post_delete(
191: p_effective_date in date,p_rec in ben_xct_shd.g_rec_type) is
192: --
193: l_proc varchar2(72) := g_package||'post_delete';
194: --
195: Begin

Line 210: ,p_crit_typ_cd_o =>ben_xct_shd.g_old_rec.crit_typ_cd

206: --
207: ben_xct_rkd.after_delete
208: (
209: p_ext_crit_typ_id =>p_rec.ext_crit_typ_id
210: ,p_crit_typ_cd_o =>ben_xct_shd.g_old_rec.crit_typ_cd
211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id
212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id
213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code
214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number

Line 211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id

207: ben_xct_rkd.after_delete
208: (
209: p_ext_crit_typ_id =>p_rec.ext_crit_typ_id
210: ,p_crit_typ_cd_o =>ben_xct_shd.g_old_rec.crit_typ_cd
211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id
212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id
213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code
214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number
215: ,p_excld_flag_o =>ben_xct_shd.g_old_rec.excld_flag

Line 212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id

208: (
209: p_ext_crit_typ_id =>p_rec.ext_crit_typ_id
210: ,p_crit_typ_cd_o =>ben_xct_shd.g_old_rec.crit_typ_cd
211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id
212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id
213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code
214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number
215: ,p_excld_flag_o =>ben_xct_shd.g_old_rec.excld_flag
216: );

Line 213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code

209: p_ext_crit_typ_id =>p_rec.ext_crit_typ_id
210: ,p_crit_typ_cd_o =>ben_xct_shd.g_old_rec.crit_typ_cd
211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id
212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id
213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code
214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number
215: ,p_excld_flag_o =>ben_xct_shd.g_old_rec.excld_flag
216: );
217: --

Line 214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number

210: ,p_crit_typ_cd_o =>ben_xct_shd.g_old_rec.crit_typ_cd
211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id
212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id
213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code
214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number
215: ,p_excld_flag_o =>ben_xct_shd.g_old_rec.excld_flag
216: );
217: --
218: exception

Line 215: ,p_excld_flag_o =>ben_xct_shd.g_old_rec.excld_flag

211: ,p_ext_crit_prfl_id_o =>ben_xct_shd.g_old_rec.ext_crit_prfl_id
212: ,p_business_group_id_o =>ben_xct_shd.g_old_rec.business_group_id
213: ,p_legislation_code_o =>ben_xct_shd.g_old_rec.legislation_code
214: ,p_object_version_number_o =>ben_xct_shd.g_old_rec.object_version_number
215: ,p_excld_flag_o =>ben_xct_shd.g_old_rec.excld_flag
216: );
217: --
218: exception
219: --

Line 240: p_rec in ben_xct_shd.g_rec_type

236: -- ----------------------------------------------------------------------------
237: Procedure del
238: (
239: p_effective_date in date,
240: p_rec in ben_xct_shd.g_rec_type
241: ) is
242: --
243: l_proc varchar2(72) := g_package||'del';
244: --

Line 250: ben_xct_shd.lck

246: hr_utility.set_location('Entering:'||l_proc, 5);
247: --
248: -- We must lock the row which we need to delete.
249: --
250: ben_xct_shd.lck
251: (
252: p_rec.ext_crit_typ_id,
253: p_rec.object_version_number
254: );

Line 286: l_rec ben_xct_shd.g_rec_type;

282: p_legislation_code in varchar2 default null,
283: p_object_version_number in number
284: ) is
285: --
286: l_rec ben_xct_shd.g_rec_type;
287: l_proc varchar2(72) := g_package||'del';
288: --
289: Begin
290: hr_utility.set_location('Entering:'||l_proc, 5);