DBA Data[Home] [Help]

APPS.BEN_DCE_DEL dependencies on BEN_DCE_SHD

Line 54: (p_rec in out nocopy ben_dce_shd.g_rec_type,

50: --
51: -- {End Of Comments}
52: -- ----------------------------------------------------------------------------
53: Procedure dt_delete_dml
54: (p_rec in out nocopy ben_dce_shd.g_rec_type,
55: p_effective_date in date,
56: p_datetrack_mode in varchar2,
57: p_validation_start_date in date,
58: p_validation_end_date in date) is

Line 66: ben_dce_shd.g_api_dml := true; -- Set the api dml status

62: Begin
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: If (p_datetrack_mode = 'DELETE_NEXT_CHANGE') then
65: hr_utility.set_location(l_proc, 10);
66: ben_dce_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Delete the where the effective start date is equal
69: -- to the validation end date.
70: --

Line 75: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

71: delete from ben_dpnt_cvg_eligy_prfl_f
72: where dpnt_cvg_eligy_prfl_id = p_rec.dpnt_cvg_eligy_prfl_id
73: and effective_start_date = p_validation_start_date;
74: --
75: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
76: Else
77: hr_utility.set_location(l_proc, 15);
78: ben_dce_shd.g_api_dml := true; -- Set the api dml status
79: --

Line 78: ben_dce_shd.g_api_dml := true; -- Set the api dml status

74: --
75: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
76: Else
77: hr_utility.set_location(l_proc, 15);
78: ben_dce_shd.g_api_dml := true; -- Set the api dml status
79: --
80: -- Delete the row(s) where the effective start date is greater than
81: -- or equal to the validation start date.
82: --

Line 87: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

83: delete from ben_dpnt_cvg_eligy_prfl_f
84: where dpnt_cvg_eligy_prfl_id = p_rec.dpnt_cvg_eligy_prfl_id
85: and effective_start_date >= p_validation_start_date;
86: --
87: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
88: End If;
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 20);
91: --

Line 94: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

90: hr_utility.set_location(' Leaving:'||l_proc, 20);
91: --
92: Exception
93: When Others Then
94: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
95: Raise;
96: End dt_delete_dml;
97: --
98: -- ----------------------------------------------------------------------------

Line 102: (p_rec in out nocopy ben_dce_shd.g_rec_type,

98: -- ----------------------------------------------------------------------------
99: -- |------------------------------< delete_dml >------------------------------|
100: -- ----------------------------------------------------------------------------
101: Procedure delete_dml
102: (p_rec in out nocopy ben_dce_shd.g_rec_type,
103: p_effective_date in date,
104: p_datetrack_mode in varchar2,
105: p_validation_start_date in date,
106: p_validation_end_date in date) is

Line 156: (p_rec in out nocopy ben_dce_shd.g_rec_type,

152: --
153: -- {End Of Comments}
154: -- ----------------------------------------------------------------------------
155: Procedure dt_pre_delete
156: (p_rec in out nocopy ben_dce_shd.g_rec_type,
157: p_effective_date in date,
158: p_datetrack_mode in varchar2,
159: p_validation_start_date in date,
160: p_validation_end_date in date) is

Line 169: p_rec.effective_start_date := ben_dce_shd.g_old_rec.effective_start_date;

165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: If (p_datetrack_mode <> 'ZAP') then
168: --
169: p_rec.effective_start_date := ben_dce_shd.g_old_rec.effective_start_date;
170: --
171: If (p_datetrack_mode = 'DELETE') then
172: p_rec.effective_end_date := p_validation_start_date - 1;
173: Else

Line 179: ben_dce_shd.upd_effective_end_date

175: End If;
176: --
177: -- Update the current effective end date record
178: --
179: ben_dce_shd.upd_effective_end_date
180: (p_effective_date => p_effective_date,
181: p_base_key_value => p_rec.dpnt_cvg_eligy_prfl_id,
182: p_new_effective_end_date => p_rec.effective_end_date,
183: p_validation_start_date => p_validation_start_date,

Line 227: (p_rec in out nocopy ben_dce_shd.g_rec_type,

223: --
224: -- {End Of Comments}
225: -- ----------------------------------------------------------------------------
226: Procedure pre_delete
227: (p_rec in out nocopy ben_dce_shd.g_rec_type,
228: p_effective_date in date,
229: p_datetrack_mode in varchar2,
230: p_validation_start_date in date,
231: p_validation_end_date in date) is

Line 285: (p_rec in ben_dce_shd.g_rec_type,

281: --
282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure post_delete
285: (p_rec in ben_dce_shd.g_rec_type,
286: p_effective_date in date,
287: p_datetrack_mode in varchar2,
288: p_validation_start_date in date,
289: p_validation_end_date in date) is

Line 309: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date

305: ,p_validation_start_date =>p_validation_start_date
306: ,p_validation_end_date =>p_validation_end_date
307: ,p_effective_start_date =>p_rec.effective_start_date
308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name

Line 310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date

306: ,p_validation_end_date =>p_validation_end_date
307: ,p_effective_start_date =>p_rec.effective_start_date
308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd

Line 311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id

307: ,p_effective_start_date =>p_rec.effective_start_date
308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc

Line 312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id

308: ,p_effective_end_date =>p_rec.effective_end_date
309: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind

Line 313: ,p_name_o =>ben_dce_shd.g_old_rec.name

309: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl

Line 314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd

310: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category

Line 315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc

311: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1

Line 316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind

312: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2

Line 317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl

313: ,p_name_o =>ben_dce_shd.g_old_rec.name
314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3

Line 318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category

314: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4

Line 319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1

315: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5

Line 320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2

316: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6

Line 321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3

317: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7

Line 322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4

318: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8

Line 323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5

319: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9

Line 324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6

320: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10

Line 325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7

321: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11

Line 326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8

322: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12

Line 327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9

323: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13

Line 328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10

324: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14

Line 329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11

325: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15

Line 330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12

326: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16

Line 331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13

327: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17

Line 332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14

328: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18

Line 333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15

329: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19

Line 334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16

330: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20

Line 335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17

331: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21

Line 336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18

332: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22

Line 337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19

333: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23

Line 338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20

334: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24

Line 339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21

335: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25

Line 340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22

336: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26

Line 341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23

337: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27

Line 342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24

338: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28

Line 343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25

339: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29

Line 344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26

340: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30

Line 345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27

341: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number

Line 346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28

342: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag

Line 347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29

343: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag

Line 348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30

344: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag

Line 349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number

345: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag

Line 350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag

346: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag

Line 351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag

347: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag

Line 352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag

348: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag

Line 353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag

349: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag

Line 354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag

350: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
358: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag

Line 355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag

351: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
358: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
359: );

Line 356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag

352: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
358: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
359: );
360: --

Line 357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag

353: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
358: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
359: );
360: --
361: exception

Line 358: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag

354: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
355: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
356: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
357: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
358: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
359: );
360: --
361: exception
362: --

Line 382: p_rec in out nocopy ben_dce_shd.g_rec_type,

378: -- |---------------------------------< del >----------------------------------|
379: -- ----------------------------------------------------------------------------
380: Procedure del
381: (
382: p_rec in out nocopy ben_dce_shd.g_rec_type,
383: p_effective_date in date,
384: p_datetrack_mode in varchar2
385: ) is
386: --

Line 400: ben_dce_shd.lck

396: dt_api.validate_dt_del_mode(p_datetrack_mode => p_datetrack_mode);
397: --
398: -- We must lock the row which we need to delete.
399: --
400: ben_dce_shd.lck
401: (p_effective_date => p_effective_date,
402: p_datetrack_mode => p_datetrack_mode,
403: p_dpnt_cvg_eligy_prfl_id => p_rec.dpnt_cvg_eligy_prfl_id,
404: p_object_version_number => p_rec.object_version_number,

Line 458: l_rec ben_dce_shd.g_rec_type;

454: p_effective_date in date,
455: p_datetrack_mode in varchar2
456: ) is
457: --
458: l_rec ben_dce_shd.g_rec_type;
459: l_proc varchar2(72) := g_package||'del';
460: --
461: Begin
462: hr_utility.set_location('Entering:'||l_proc, 5);