DBA Data[Home] [Help]

APPS.BEN_DCE_UPD dependencies on BEN_DCE_SHD

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

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_update_dml
58: (p_rec in out nocopy ben_dce_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 81: ben_dce_shd.g_api_dml := true; -- Set the api dml status

77: (p_base_table_name => 'ben_dpnt_cvg_eligy_prfl_f',
78: p_base_key_column => 'dpnt_cvg_eligy_prfl_id',
79: p_base_key_value => p_rec.dpnt_cvg_eligy_prfl_id);
80: --
81: ben_dce_shd.g_api_dml := true; -- Set the api dml status
82: --
83: -- Update the ben_dpnt_cvg_eligy_prfl_f Row
84: --
85: update ben_dpnt_cvg_eligy_prfl_f

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

137: where dpnt_cvg_eligy_prfl_id = p_rec.dpnt_cvg_eligy_prfl_id
138: and effective_start_date = p_validation_start_date
139: and effective_end_date = p_validation_end_date;
140: --
141: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
142: --
143: -- Set the effective start and end dates
144: --
145: p_rec.effective_start_date := p_validation_start_date;

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

149: hr_utility.set_location(' Leaving:'||l_proc, 15);
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated
153: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
154: ben_dce_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated

Line 154: ben_dce_shd.constraint_error

150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated
153: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
154: ben_dce_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

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

154: ben_dce_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
159: ben_dce_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_dce_shd.g_api_dml := false; -- Unset the api dml status

Line 159: ben_dce_shd.constraint_error

155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
159: ben_dce_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
163: Raise;

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

158: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
159: ben_dce_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_dce_shd.g_api_dml := false; -- Unset the api dml status
163: Raise;
164: End dt_update_dml;
165: --
166: -- ----------------------------------------------------------------------------

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

194: --
195: -- {End Of Comments}
196: -- ----------------------------------------------------------------------------
197: Procedure update_dml
198: (p_rec in out nocopy ben_dce_shd.g_rec_type,
199: p_effective_date in date,
200: p_datetrack_mode in varchar2,
201: p_validation_start_date in date,
202: p_validation_end_date in date) is

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

258: --
259: -- {End Of Comments}
260: -- ----------------------------------------------------------------------------
261: Procedure dt_pre_update
262: (p_rec in out nocopy ben_dce_shd.g_rec_type,
263: p_effective_date in date,
264: p_datetrack_mode in varchar2,
265: p_validation_start_date in date,
266: p_validation_end_date in date) is

Line 278: ben_dce_shd.upd_effective_end_date

274: hr_utility.set_location(l_proc, 10);
275: --
276: -- Update the current effective end date
277: --
278: ben_dce_shd.upd_effective_end_date
279: (p_effective_date => p_effective_date,
280: p_base_key_value => p_rec.dpnt_cvg_eligy_prfl_id,
281: p_new_effective_end_date => (p_validation_start_date - 1),
282: p_validation_start_date => p_validation_start_date,

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

343: --
344: -- {End Of Comments}
345: -- ----------------------------------------------------------------------------
346: Procedure pre_update
347: (p_rec in out nocopy ben_dce_shd.g_rec_type,
348: p_effective_date in date,
349: p_datetrack_mode in varchar2,
350: p_validation_start_date in date,
351: p_validation_end_date in date) is

Line 403: (p_rec in ben_dce_shd.g_rec_type,

399: --
400: -- {End Of Comments}
401: -- ----------------------------------------------------------------------------
402: Procedure post_update
403: (p_rec in ben_dce_shd.g_rec_type,
404: p_effective_date in date,
405: p_datetrack_mode in varchar2,
406: p_validation_start_date in date,
407: p_validation_end_date in date) is

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

473: ,p_dpnt_pstl_flag =>p_rec.dpnt_pstl_flag
474: ,p_dpnt_cvrd_in_anthr_pl_flag =>p_rec.dpnt_cvrd_in_anthr_pl_flag
475: ,p_dpnt_dsgnt_crntly_enrld_flag =>p_rec.dpnt_dsgnt_crntly_enrld_flag
476: ,p_dpnt_crit_flag =>p_rec.dpnt_crit_flag
477: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
478: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name

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

474: ,p_dpnt_cvrd_in_anthr_pl_flag =>p_rec.dpnt_cvrd_in_anthr_pl_flag
475: ,p_dpnt_dsgnt_crntly_enrld_flag =>p_rec.dpnt_dsgnt_crntly_enrld_flag
476: ,p_dpnt_crit_flag =>p_rec.dpnt_crit_flag
477: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
478: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd

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

475: ,p_dpnt_dsgnt_crntly_enrld_flag =>p_rec.dpnt_dsgnt_crntly_enrld_flag
476: ,p_dpnt_crit_flag =>p_rec.dpnt_crit_flag
477: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
478: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc

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

476: ,p_dpnt_crit_flag =>p_rec.dpnt_crit_flag
477: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
478: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind

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

477: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
478: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl

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

478: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category

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

479: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1

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

480: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2

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

481: ,p_name_o =>ben_dce_shd.g_old_rec.name
482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3

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

482: ,p_dpnt_cvg_eligy_prfl_stat_c_o =>ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd
483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4

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

483: ,p_dce_desc_o =>ben_dce_shd.g_old_rec.dce_desc
484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5

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

484: -- ,p_military_status_rqmt_ind_o =>ben_dce_shd.g_old_rec.military_status_rqmt_ind
485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6

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

485: ,p_dpnt_cvg_elig_det_rl_o =>ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl
486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7

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

486: ,p_dce_attribute_category_o =>ben_dce_shd.g_old_rec.dce_attribute_category
487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8

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

487: ,p_dce_attribute1_o =>ben_dce_shd.g_old_rec.dce_attribute1
488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9

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

488: ,p_dce_attribute2_o =>ben_dce_shd.g_old_rec.dce_attribute2
489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10

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

489: ,p_dce_attribute3_o =>ben_dce_shd.g_old_rec.dce_attribute3
490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11

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

490: ,p_dce_attribute4_o =>ben_dce_shd.g_old_rec.dce_attribute4
491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12

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

491: ,p_dce_attribute5_o =>ben_dce_shd.g_old_rec.dce_attribute5
492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13

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

492: ,p_dce_attribute6_o =>ben_dce_shd.g_old_rec.dce_attribute6
493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14

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

493: ,p_dce_attribute7_o =>ben_dce_shd.g_old_rec.dce_attribute7
494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15

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

494: ,p_dce_attribute8_o =>ben_dce_shd.g_old_rec.dce_attribute8
495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16

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

495: ,p_dce_attribute9_o =>ben_dce_shd.g_old_rec.dce_attribute9
496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17

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

496: ,p_dce_attribute10_o =>ben_dce_shd.g_old_rec.dce_attribute10
497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18

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

497: ,p_dce_attribute11_o =>ben_dce_shd.g_old_rec.dce_attribute11
498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19

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

498: ,p_dce_attribute12_o =>ben_dce_shd.g_old_rec.dce_attribute12
499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20

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

499: ,p_dce_attribute13_o =>ben_dce_shd.g_old_rec.dce_attribute13
500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21

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

500: ,p_dce_attribute14_o =>ben_dce_shd.g_old_rec.dce_attribute14
501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22

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

501: ,p_dce_attribute15_o =>ben_dce_shd.g_old_rec.dce_attribute15
502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23

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

502: ,p_dce_attribute16_o =>ben_dce_shd.g_old_rec.dce_attribute16
503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24

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

503: ,p_dce_attribute17_o =>ben_dce_shd.g_old_rec.dce_attribute17
504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25

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

504: ,p_dce_attribute18_o =>ben_dce_shd.g_old_rec.dce_attribute18
505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26

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

505: ,p_dce_attribute19_o =>ben_dce_shd.g_old_rec.dce_attribute19
506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27

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

506: ,p_dce_attribute20_o =>ben_dce_shd.g_old_rec.dce_attribute20
507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28

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

507: ,p_dce_attribute21_o =>ben_dce_shd.g_old_rec.dce_attribute21
508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29

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

508: ,p_dce_attribute22_o =>ben_dce_shd.g_old_rec.dce_attribute22
509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30

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

509: ,p_dce_attribute23_o =>ben_dce_shd.g_old_rec.dce_attribute23
510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number

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

510: ,p_dce_attribute24_o =>ben_dce_shd.g_old_rec.dce_attribute24
511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag

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

511: ,p_dce_attribute25_o =>ben_dce_shd.g_old_rec.dce_attribute25
512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag

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

512: ,p_dce_attribute26_o =>ben_dce_shd.g_old_rec.dce_attribute26
513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag

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

513: ,p_dce_attribute27_o =>ben_dce_shd.g_old_rec.dce_attribute27
514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag

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

514: ,p_dce_attribute28_o =>ben_dce_shd.g_old_rec.dce_attribute28
515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag

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

515: ,p_dce_attribute29_o =>ben_dce_shd.g_old_rec.dce_attribute29
516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag

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

516: ,p_dce_attribute30_o =>ben_dce_shd.g_old_rec.dce_attribute30
517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag

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

517: ,p_object_version_number_o =>ben_dce_shd.g_old_rec.object_version_number
518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag

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

518: ,p_dpnt_rlshp_flag_o =>ben_dce_shd.g_old_rec.dpnt_rlshp_flag
519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
526: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag

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

519: ,p_dpnt_age_flag_o =>ben_dce_shd.g_old_rec.dpnt_age_flag
520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
526: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
527: ,p_dpnt_crit_flag_o =>ben_dce_shd.g_old_rec.dpnt_crit_flag

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

520: ,p_dpnt_stud_flag_o =>ben_dce_shd.g_old_rec.dpnt_stud_flag
521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
526: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
527: ,p_dpnt_crit_flag_o =>ben_dce_shd.g_old_rec.dpnt_crit_flag
528: );

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

521: ,p_dpnt_dsbld_flag_o =>ben_dce_shd.g_old_rec.dpnt_dsbld_flag
522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
526: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
527: ,p_dpnt_crit_flag_o =>ben_dce_shd.g_old_rec.dpnt_crit_flag
528: );
529: --

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

522: ,p_dpnt_mrtl_flag_o =>ben_dce_shd.g_old_rec.dpnt_mrtl_flag
523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
526: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
527: ,p_dpnt_crit_flag_o =>ben_dce_shd.g_old_rec.dpnt_crit_flag
528: );
529: --
530: exception

Line 527: ,p_dpnt_crit_flag_o =>ben_dce_shd.g_old_rec.dpnt_crit_flag

523: ,p_dpnt_mltry_flag_o =>ben_dce_shd.g_old_rec.dpnt_mltry_flag
524: ,p_dpnt_pstl_flag_o =>ben_dce_shd.g_old_rec.dpnt_pstl_flag
525: ,p_dpnt_cvrd_in_anthr_pl_flag_o =>ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag
526: ,p_dpnt_dsgnt_crntly_enrld_fl_o =>ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag
527: ,p_dpnt_crit_flag_o =>ben_dce_shd.g_old_rec.dpnt_crit_flag
528: );
529: --
530: exception
531: --

Line 589: Procedure convert_defs(p_rec in out nocopy ben_dce_shd.g_rec_type) is

585: -- Internal Row Handler Use Only.
586: --
587: -- {End Of Comments}
588: -- ----------------------------------------------------------------------------
589: Procedure convert_defs(p_rec in out nocopy ben_dce_shd.g_rec_type) is
590: --
591: l_proc varchar2(72) := g_package||'convert_defs';
592: --
593: Begin

Line 604: ben_dce_shd.g_old_rec.business_group_id;

600: -- is being used then we must set to the 'current' argument value.
601: --
602: If (p_rec.business_group_id = hr_api.g_number) then
603: p_rec.business_group_id :=
604: ben_dce_shd.g_old_rec.business_group_id;
605: End If;
606: If (p_rec.regn_id = hr_api.g_number) then
607: p_rec.regn_id :=
608: ben_dce_shd.g_old_rec.regn_id;

Line 608: ben_dce_shd.g_old_rec.regn_id;

604: ben_dce_shd.g_old_rec.business_group_id;
605: End If;
606: If (p_rec.regn_id = hr_api.g_number) then
607: p_rec.regn_id :=
608: ben_dce_shd.g_old_rec.regn_id;
609: End If;
610: If (p_rec.name = hr_api.g_varchar2) then
611: p_rec.name :=
612: ben_dce_shd.g_old_rec.name;

Line 612: ben_dce_shd.g_old_rec.name;

608: ben_dce_shd.g_old_rec.regn_id;
609: End If;
610: If (p_rec.name = hr_api.g_varchar2) then
611: p_rec.name :=
612: ben_dce_shd.g_old_rec.name;
613: End If;
614: If (p_rec.dpnt_cvg_eligy_prfl_stat_cd = hr_api.g_varchar2) then
615: p_rec.dpnt_cvg_eligy_prfl_stat_cd :=
616: ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd;

Line 616: ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd;

612: ben_dce_shd.g_old_rec.name;
613: End If;
614: If (p_rec.dpnt_cvg_eligy_prfl_stat_cd = hr_api.g_varchar2) then
615: p_rec.dpnt_cvg_eligy_prfl_stat_cd :=
616: ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd;
617: End If;
618: If (p_rec.dce_desc = hr_api.g_varchar2) then
619: p_rec.dce_desc :=
620: ben_dce_shd.g_old_rec.dce_desc;

Line 620: ben_dce_shd.g_old_rec.dce_desc;

616: ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd;
617: End If;
618: If (p_rec.dce_desc = hr_api.g_varchar2) then
619: p_rec.dce_desc :=
620: ben_dce_shd.g_old_rec.dce_desc;
621: End If;
622: -- If (p_rec.military_status_rqmt_ind = hr_api.g_varchar2) then
623: -- p_rec.military_status_rqmt_ind :=
624: -- ben_dce_shd.g_old_rec.military_status_rqmt_ind;

Line 624: -- ben_dce_shd.g_old_rec.military_status_rqmt_ind;

620: ben_dce_shd.g_old_rec.dce_desc;
621: End If;
622: -- If (p_rec.military_status_rqmt_ind = hr_api.g_varchar2) then
623: -- p_rec.military_status_rqmt_ind :=
624: -- ben_dce_shd.g_old_rec.military_status_rqmt_ind;
625: -- End If;
626: If (p_rec.dpnt_cvg_elig_det_rl = hr_api.g_number) then
627: p_rec.dpnt_cvg_elig_det_rl :=
628: ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl;

Line 628: ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl;

624: -- ben_dce_shd.g_old_rec.military_status_rqmt_ind;
625: -- End If;
626: If (p_rec.dpnt_cvg_elig_det_rl = hr_api.g_number) then
627: p_rec.dpnt_cvg_elig_det_rl :=
628: ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl;
629: End If;
630: If (p_rec.dce_attribute_category = hr_api.g_varchar2) then
631: p_rec.dce_attribute_category :=
632: ben_dce_shd.g_old_rec.dce_attribute_category;

Line 632: ben_dce_shd.g_old_rec.dce_attribute_category;

628: ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl;
629: End If;
630: If (p_rec.dce_attribute_category = hr_api.g_varchar2) then
631: p_rec.dce_attribute_category :=
632: ben_dce_shd.g_old_rec.dce_attribute_category;
633: End If;
634: If (p_rec.dce_attribute1 = hr_api.g_varchar2) then
635: p_rec.dce_attribute1 :=
636: ben_dce_shd.g_old_rec.dce_attribute1;

Line 636: ben_dce_shd.g_old_rec.dce_attribute1;

632: ben_dce_shd.g_old_rec.dce_attribute_category;
633: End If;
634: If (p_rec.dce_attribute1 = hr_api.g_varchar2) then
635: p_rec.dce_attribute1 :=
636: ben_dce_shd.g_old_rec.dce_attribute1;
637: End If;
638: If (p_rec.dce_attribute2 = hr_api.g_varchar2) then
639: p_rec.dce_attribute2 :=
640: ben_dce_shd.g_old_rec.dce_attribute2;

Line 640: ben_dce_shd.g_old_rec.dce_attribute2;

636: ben_dce_shd.g_old_rec.dce_attribute1;
637: End If;
638: If (p_rec.dce_attribute2 = hr_api.g_varchar2) then
639: p_rec.dce_attribute2 :=
640: ben_dce_shd.g_old_rec.dce_attribute2;
641: End If;
642: If (p_rec.dce_attribute3 = hr_api.g_varchar2) then
643: p_rec.dce_attribute3 :=
644: ben_dce_shd.g_old_rec.dce_attribute3;

Line 644: ben_dce_shd.g_old_rec.dce_attribute3;

640: ben_dce_shd.g_old_rec.dce_attribute2;
641: End If;
642: If (p_rec.dce_attribute3 = hr_api.g_varchar2) then
643: p_rec.dce_attribute3 :=
644: ben_dce_shd.g_old_rec.dce_attribute3;
645: End If;
646: If (p_rec.dce_attribute4 = hr_api.g_varchar2) then
647: p_rec.dce_attribute4 :=
648: ben_dce_shd.g_old_rec.dce_attribute4;

Line 648: ben_dce_shd.g_old_rec.dce_attribute4;

644: ben_dce_shd.g_old_rec.dce_attribute3;
645: End If;
646: If (p_rec.dce_attribute4 = hr_api.g_varchar2) then
647: p_rec.dce_attribute4 :=
648: ben_dce_shd.g_old_rec.dce_attribute4;
649: End If;
650: If (p_rec.dce_attribute5 = hr_api.g_varchar2) then
651: p_rec.dce_attribute5 :=
652: ben_dce_shd.g_old_rec.dce_attribute5;

Line 652: ben_dce_shd.g_old_rec.dce_attribute5;

648: ben_dce_shd.g_old_rec.dce_attribute4;
649: End If;
650: If (p_rec.dce_attribute5 = hr_api.g_varchar2) then
651: p_rec.dce_attribute5 :=
652: ben_dce_shd.g_old_rec.dce_attribute5;
653: End If;
654: If (p_rec.dce_attribute6 = hr_api.g_varchar2) then
655: p_rec.dce_attribute6 :=
656: ben_dce_shd.g_old_rec.dce_attribute6;

Line 656: ben_dce_shd.g_old_rec.dce_attribute6;

652: ben_dce_shd.g_old_rec.dce_attribute5;
653: End If;
654: If (p_rec.dce_attribute6 = hr_api.g_varchar2) then
655: p_rec.dce_attribute6 :=
656: ben_dce_shd.g_old_rec.dce_attribute6;
657: End If;
658: If (p_rec.dce_attribute7 = hr_api.g_varchar2) then
659: p_rec.dce_attribute7 :=
660: ben_dce_shd.g_old_rec.dce_attribute7;

Line 660: ben_dce_shd.g_old_rec.dce_attribute7;

656: ben_dce_shd.g_old_rec.dce_attribute6;
657: End If;
658: If (p_rec.dce_attribute7 = hr_api.g_varchar2) then
659: p_rec.dce_attribute7 :=
660: ben_dce_shd.g_old_rec.dce_attribute7;
661: End If;
662: If (p_rec.dce_attribute8 = hr_api.g_varchar2) then
663: p_rec.dce_attribute8 :=
664: ben_dce_shd.g_old_rec.dce_attribute8;

Line 664: ben_dce_shd.g_old_rec.dce_attribute8;

660: ben_dce_shd.g_old_rec.dce_attribute7;
661: End If;
662: If (p_rec.dce_attribute8 = hr_api.g_varchar2) then
663: p_rec.dce_attribute8 :=
664: ben_dce_shd.g_old_rec.dce_attribute8;
665: End If;
666: If (p_rec.dce_attribute9 = hr_api.g_varchar2) then
667: p_rec.dce_attribute9 :=
668: ben_dce_shd.g_old_rec.dce_attribute9;

Line 668: ben_dce_shd.g_old_rec.dce_attribute9;

664: ben_dce_shd.g_old_rec.dce_attribute8;
665: End If;
666: If (p_rec.dce_attribute9 = hr_api.g_varchar2) then
667: p_rec.dce_attribute9 :=
668: ben_dce_shd.g_old_rec.dce_attribute9;
669: End If;
670: If (p_rec.dce_attribute10 = hr_api.g_varchar2) then
671: p_rec.dce_attribute10 :=
672: ben_dce_shd.g_old_rec.dce_attribute10;

Line 672: ben_dce_shd.g_old_rec.dce_attribute10;

668: ben_dce_shd.g_old_rec.dce_attribute9;
669: End If;
670: If (p_rec.dce_attribute10 = hr_api.g_varchar2) then
671: p_rec.dce_attribute10 :=
672: ben_dce_shd.g_old_rec.dce_attribute10;
673: End If;
674: If (p_rec.dce_attribute11 = hr_api.g_varchar2) then
675: p_rec.dce_attribute11 :=
676: ben_dce_shd.g_old_rec.dce_attribute11;

Line 676: ben_dce_shd.g_old_rec.dce_attribute11;

672: ben_dce_shd.g_old_rec.dce_attribute10;
673: End If;
674: If (p_rec.dce_attribute11 = hr_api.g_varchar2) then
675: p_rec.dce_attribute11 :=
676: ben_dce_shd.g_old_rec.dce_attribute11;
677: End If;
678: If (p_rec.dce_attribute12 = hr_api.g_varchar2) then
679: p_rec.dce_attribute12 :=
680: ben_dce_shd.g_old_rec.dce_attribute12;

Line 680: ben_dce_shd.g_old_rec.dce_attribute12;

676: ben_dce_shd.g_old_rec.dce_attribute11;
677: End If;
678: If (p_rec.dce_attribute12 = hr_api.g_varchar2) then
679: p_rec.dce_attribute12 :=
680: ben_dce_shd.g_old_rec.dce_attribute12;
681: End If;
682: If (p_rec.dce_attribute13 = hr_api.g_varchar2) then
683: p_rec.dce_attribute13 :=
684: ben_dce_shd.g_old_rec.dce_attribute13;

Line 684: ben_dce_shd.g_old_rec.dce_attribute13;

680: ben_dce_shd.g_old_rec.dce_attribute12;
681: End If;
682: If (p_rec.dce_attribute13 = hr_api.g_varchar2) then
683: p_rec.dce_attribute13 :=
684: ben_dce_shd.g_old_rec.dce_attribute13;
685: End If;
686: If (p_rec.dce_attribute14 = hr_api.g_varchar2) then
687: p_rec.dce_attribute14 :=
688: ben_dce_shd.g_old_rec.dce_attribute14;

Line 688: ben_dce_shd.g_old_rec.dce_attribute14;

684: ben_dce_shd.g_old_rec.dce_attribute13;
685: End If;
686: If (p_rec.dce_attribute14 = hr_api.g_varchar2) then
687: p_rec.dce_attribute14 :=
688: ben_dce_shd.g_old_rec.dce_attribute14;
689: End If;
690: If (p_rec.dce_attribute15 = hr_api.g_varchar2) then
691: p_rec.dce_attribute15 :=
692: ben_dce_shd.g_old_rec.dce_attribute15;

Line 692: ben_dce_shd.g_old_rec.dce_attribute15;

688: ben_dce_shd.g_old_rec.dce_attribute14;
689: End If;
690: If (p_rec.dce_attribute15 = hr_api.g_varchar2) then
691: p_rec.dce_attribute15 :=
692: ben_dce_shd.g_old_rec.dce_attribute15;
693: End If;
694: If (p_rec.dce_attribute16 = hr_api.g_varchar2) then
695: p_rec.dce_attribute16 :=
696: ben_dce_shd.g_old_rec.dce_attribute16;

Line 696: ben_dce_shd.g_old_rec.dce_attribute16;

692: ben_dce_shd.g_old_rec.dce_attribute15;
693: End If;
694: If (p_rec.dce_attribute16 = hr_api.g_varchar2) then
695: p_rec.dce_attribute16 :=
696: ben_dce_shd.g_old_rec.dce_attribute16;
697: End If;
698: If (p_rec.dce_attribute17 = hr_api.g_varchar2) then
699: p_rec.dce_attribute17 :=
700: ben_dce_shd.g_old_rec.dce_attribute17;

Line 700: ben_dce_shd.g_old_rec.dce_attribute17;

696: ben_dce_shd.g_old_rec.dce_attribute16;
697: End If;
698: If (p_rec.dce_attribute17 = hr_api.g_varchar2) then
699: p_rec.dce_attribute17 :=
700: ben_dce_shd.g_old_rec.dce_attribute17;
701: End If;
702: If (p_rec.dce_attribute18 = hr_api.g_varchar2) then
703: p_rec.dce_attribute18 :=
704: ben_dce_shd.g_old_rec.dce_attribute18;

Line 704: ben_dce_shd.g_old_rec.dce_attribute18;

700: ben_dce_shd.g_old_rec.dce_attribute17;
701: End If;
702: If (p_rec.dce_attribute18 = hr_api.g_varchar2) then
703: p_rec.dce_attribute18 :=
704: ben_dce_shd.g_old_rec.dce_attribute18;
705: End If;
706: If (p_rec.dce_attribute19 = hr_api.g_varchar2) then
707: p_rec.dce_attribute19 :=
708: ben_dce_shd.g_old_rec.dce_attribute19;

Line 708: ben_dce_shd.g_old_rec.dce_attribute19;

704: ben_dce_shd.g_old_rec.dce_attribute18;
705: End If;
706: If (p_rec.dce_attribute19 = hr_api.g_varchar2) then
707: p_rec.dce_attribute19 :=
708: ben_dce_shd.g_old_rec.dce_attribute19;
709: End If;
710: If (p_rec.dce_attribute20 = hr_api.g_varchar2) then
711: p_rec.dce_attribute20 :=
712: ben_dce_shd.g_old_rec.dce_attribute20;

Line 712: ben_dce_shd.g_old_rec.dce_attribute20;

708: ben_dce_shd.g_old_rec.dce_attribute19;
709: End If;
710: If (p_rec.dce_attribute20 = hr_api.g_varchar2) then
711: p_rec.dce_attribute20 :=
712: ben_dce_shd.g_old_rec.dce_attribute20;
713: End If;
714: If (p_rec.dce_attribute21 = hr_api.g_varchar2) then
715: p_rec.dce_attribute21 :=
716: ben_dce_shd.g_old_rec.dce_attribute21;

Line 716: ben_dce_shd.g_old_rec.dce_attribute21;

712: ben_dce_shd.g_old_rec.dce_attribute20;
713: End If;
714: If (p_rec.dce_attribute21 = hr_api.g_varchar2) then
715: p_rec.dce_attribute21 :=
716: ben_dce_shd.g_old_rec.dce_attribute21;
717: End If;
718: If (p_rec.dce_attribute22 = hr_api.g_varchar2) then
719: p_rec.dce_attribute22 :=
720: ben_dce_shd.g_old_rec.dce_attribute22;

Line 720: ben_dce_shd.g_old_rec.dce_attribute22;

716: ben_dce_shd.g_old_rec.dce_attribute21;
717: End If;
718: If (p_rec.dce_attribute22 = hr_api.g_varchar2) then
719: p_rec.dce_attribute22 :=
720: ben_dce_shd.g_old_rec.dce_attribute22;
721: End If;
722: If (p_rec.dce_attribute23 = hr_api.g_varchar2) then
723: p_rec.dce_attribute23 :=
724: ben_dce_shd.g_old_rec.dce_attribute23;

Line 724: ben_dce_shd.g_old_rec.dce_attribute23;

720: ben_dce_shd.g_old_rec.dce_attribute22;
721: End If;
722: If (p_rec.dce_attribute23 = hr_api.g_varchar2) then
723: p_rec.dce_attribute23 :=
724: ben_dce_shd.g_old_rec.dce_attribute23;
725: End If;
726: If (p_rec.dce_attribute24 = hr_api.g_varchar2) then
727: p_rec.dce_attribute24 :=
728: ben_dce_shd.g_old_rec.dce_attribute24;

Line 728: ben_dce_shd.g_old_rec.dce_attribute24;

724: ben_dce_shd.g_old_rec.dce_attribute23;
725: End If;
726: If (p_rec.dce_attribute24 = hr_api.g_varchar2) then
727: p_rec.dce_attribute24 :=
728: ben_dce_shd.g_old_rec.dce_attribute24;
729: End If;
730: If (p_rec.dce_attribute25 = hr_api.g_varchar2) then
731: p_rec.dce_attribute25 :=
732: ben_dce_shd.g_old_rec.dce_attribute25;

Line 732: ben_dce_shd.g_old_rec.dce_attribute25;

728: ben_dce_shd.g_old_rec.dce_attribute24;
729: End If;
730: If (p_rec.dce_attribute25 = hr_api.g_varchar2) then
731: p_rec.dce_attribute25 :=
732: ben_dce_shd.g_old_rec.dce_attribute25;
733: End If;
734: If (p_rec.dce_attribute26 = hr_api.g_varchar2) then
735: p_rec.dce_attribute26 :=
736: ben_dce_shd.g_old_rec.dce_attribute26;

Line 736: ben_dce_shd.g_old_rec.dce_attribute26;

732: ben_dce_shd.g_old_rec.dce_attribute25;
733: End If;
734: If (p_rec.dce_attribute26 = hr_api.g_varchar2) then
735: p_rec.dce_attribute26 :=
736: ben_dce_shd.g_old_rec.dce_attribute26;
737: End If;
738: If (p_rec.dce_attribute27 = hr_api.g_varchar2) then
739: p_rec.dce_attribute27 :=
740: ben_dce_shd.g_old_rec.dce_attribute27;

Line 740: ben_dce_shd.g_old_rec.dce_attribute27;

736: ben_dce_shd.g_old_rec.dce_attribute26;
737: End If;
738: If (p_rec.dce_attribute27 = hr_api.g_varchar2) then
739: p_rec.dce_attribute27 :=
740: ben_dce_shd.g_old_rec.dce_attribute27;
741: End If;
742: If (p_rec.dce_attribute28 = hr_api.g_varchar2) then
743: p_rec.dce_attribute28 :=
744: ben_dce_shd.g_old_rec.dce_attribute28;

Line 744: ben_dce_shd.g_old_rec.dce_attribute28;

740: ben_dce_shd.g_old_rec.dce_attribute27;
741: End If;
742: If (p_rec.dce_attribute28 = hr_api.g_varchar2) then
743: p_rec.dce_attribute28 :=
744: ben_dce_shd.g_old_rec.dce_attribute28;
745: End If;
746: If (p_rec.dce_attribute29 = hr_api.g_varchar2) then
747: p_rec.dce_attribute29 :=
748: ben_dce_shd.g_old_rec.dce_attribute29;

Line 748: ben_dce_shd.g_old_rec.dce_attribute29;

744: ben_dce_shd.g_old_rec.dce_attribute28;
745: End If;
746: If (p_rec.dce_attribute29 = hr_api.g_varchar2) then
747: p_rec.dce_attribute29 :=
748: ben_dce_shd.g_old_rec.dce_attribute29;
749: End If;
750: If (p_rec.dce_attribute30 = hr_api.g_varchar2) then
751: p_rec.dce_attribute30 :=
752: ben_dce_shd.g_old_rec.dce_attribute30;

Line 752: ben_dce_shd.g_old_rec.dce_attribute30;

748: ben_dce_shd.g_old_rec.dce_attribute29;
749: End If;
750: If (p_rec.dce_attribute30 = hr_api.g_varchar2) then
751: p_rec.dce_attribute30 :=
752: ben_dce_shd.g_old_rec.dce_attribute30;
753: End If;
754: If (p_rec.dpnt_rlshp_flag = hr_api.g_varchar2) then
755: p_rec.dpnt_rlshp_flag :=
756: ben_dce_shd.g_old_rec.dpnt_rlshp_flag;

Line 756: ben_dce_shd.g_old_rec.dpnt_rlshp_flag;

752: ben_dce_shd.g_old_rec.dce_attribute30;
753: End If;
754: If (p_rec.dpnt_rlshp_flag = hr_api.g_varchar2) then
755: p_rec.dpnt_rlshp_flag :=
756: ben_dce_shd.g_old_rec.dpnt_rlshp_flag;
757: End If;
758: If (p_rec.dpnt_age_flag = hr_api.g_varchar2) then
759: p_rec.dpnt_age_flag :=
760: ben_dce_shd.g_old_rec.dpnt_age_flag;

Line 760: ben_dce_shd.g_old_rec.dpnt_age_flag;

756: ben_dce_shd.g_old_rec.dpnt_rlshp_flag;
757: End If;
758: If (p_rec.dpnt_age_flag = hr_api.g_varchar2) then
759: p_rec.dpnt_age_flag :=
760: ben_dce_shd.g_old_rec.dpnt_age_flag;
761: End If;
762: If (p_rec.dpnt_stud_flag = hr_api.g_varchar2) then
763: p_rec.dpnt_stud_flag :=
764: ben_dce_shd.g_old_rec.dpnt_stud_flag;

Line 764: ben_dce_shd.g_old_rec.dpnt_stud_flag;

760: ben_dce_shd.g_old_rec.dpnt_age_flag;
761: End If;
762: If (p_rec.dpnt_stud_flag = hr_api.g_varchar2) then
763: p_rec.dpnt_stud_flag :=
764: ben_dce_shd.g_old_rec.dpnt_stud_flag;
765: End If;
766: If (p_rec.dpnt_dsbld_flag = hr_api.g_varchar2) then
767: p_rec.dpnt_dsbld_flag :=
768: ben_dce_shd.g_old_rec.dpnt_dsbld_flag;

Line 768: ben_dce_shd.g_old_rec.dpnt_dsbld_flag;

764: ben_dce_shd.g_old_rec.dpnt_stud_flag;
765: End If;
766: If (p_rec.dpnt_dsbld_flag = hr_api.g_varchar2) then
767: p_rec.dpnt_dsbld_flag :=
768: ben_dce_shd.g_old_rec.dpnt_dsbld_flag;
769: End If;
770: If (p_rec.dpnt_mrtl_flag = hr_api.g_varchar2) then
771: p_rec.dpnt_mrtl_flag :=
772: ben_dce_shd.g_old_rec.dpnt_mrtl_flag;

Line 772: ben_dce_shd.g_old_rec.dpnt_mrtl_flag;

768: ben_dce_shd.g_old_rec.dpnt_dsbld_flag;
769: End If;
770: If (p_rec.dpnt_mrtl_flag = hr_api.g_varchar2) then
771: p_rec.dpnt_mrtl_flag :=
772: ben_dce_shd.g_old_rec.dpnt_mrtl_flag;
773: End If;
774: If (p_rec.dpnt_mltry_flag = hr_api.g_varchar2) then
775: p_rec.dpnt_mltry_flag :=
776: ben_dce_shd.g_old_rec.dpnt_mltry_flag;

Line 776: ben_dce_shd.g_old_rec.dpnt_mltry_flag;

772: ben_dce_shd.g_old_rec.dpnt_mrtl_flag;
773: End If;
774: If (p_rec.dpnt_mltry_flag = hr_api.g_varchar2) then
775: p_rec.dpnt_mltry_flag :=
776: ben_dce_shd.g_old_rec.dpnt_mltry_flag;
777: End If;
778: If (p_rec.dpnt_pstl_flag = hr_api.g_varchar2) then
779: p_rec.dpnt_pstl_flag :=
780: ben_dce_shd.g_old_rec.dpnt_pstl_flag;

Line 780: ben_dce_shd.g_old_rec.dpnt_pstl_flag;

776: ben_dce_shd.g_old_rec.dpnt_mltry_flag;
777: End If;
778: If (p_rec.dpnt_pstl_flag = hr_api.g_varchar2) then
779: p_rec.dpnt_pstl_flag :=
780: ben_dce_shd.g_old_rec.dpnt_pstl_flag;
781: End If;
782: If (p_rec.dpnt_cvrd_in_anthr_pl_flag = hr_api.g_varchar2) then
783: p_rec.dpnt_cvrd_in_anthr_pl_flag :=
784: ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag;

Line 784: ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag;

780: ben_dce_shd.g_old_rec.dpnt_pstl_flag;
781: End If;
782: If (p_rec.dpnt_cvrd_in_anthr_pl_flag = hr_api.g_varchar2) then
783: p_rec.dpnt_cvrd_in_anthr_pl_flag :=
784: ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag;
785: End If;
786: If (p_rec.dpnt_dsgnt_crntly_enrld_flag = hr_api.g_varchar2) then
787: p_rec.dpnt_dsgnt_crntly_enrld_flag :=
788: ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag;

Line 788: ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag;

784: ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag;
785: End If;
786: If (p_rec.dpnt_dsgnt_crntly_enrld_flag = hr_api.g_varchar2) then
787: p_rec.dpnt_dsgnt_crntly_enrld_flag :=
788: ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag;
789: End If;
790: If (p_rec.dpnt_crit_flag = hr_api.g_varchar2) then
791: p_rec.dpnt_crit_flag :=
792: ben_dce_shd.g_old_rec.dpnt_crit_flag;

Line 792: ben_dce_shd.g_old_rec.dpnt_crit_flag;

788: ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag;
789: End If;
790: If (p_rec.dpnt_crit_flag = hr_api.g_varchar2) then
791: p_rec.dpnt_crit_flag :=
792: ben_dce_shd.g_old_rec.dpnt_crit_flag;
793: End If;
794: --
795: hr_utility.set_location(' Leaving:'||l_proc, 10);
796: --

Line 804: p_rec in out nocopy ben_dce_shd.g_rec_type,

800: -- |---------------------------------< upd >----------------------------------|
801: -- ----------------------------------------------------------------------------
802: Procedure upd
803: (
804: p_rec in out nocopy ben_dce_shd.g_rec_type,
805: p_effective_date in date,
806: p_datetrack_mode in varchar2
807: ) is
808: --

Line 822: ben_dce_shd.lck

818: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
819: --
820: -- We must lock the row which we need to update.
821: --
822: ben_dce_shd.lck
823: (p_effective_date => p_effective_date,
824: p_datetrack_mode => p_datetrack_mode,
825: p_dpnt_cvg_eligy_prfl_id => p_rec.dpnt_cvg_eligy_prfl_id,
826: p_object_version_number => p_rec.object_version_number,

Line 933: l_rec ben_dce_shd.g_rec_type;

929: p_dpnt_dsgnt_crntly_enrld_flag in varchar2 default hr_api.g_varchar2,
930: p_dpnt_crit_flag in varchar2 default hr_api.g_varchar2
931: ) is
932: --
933: l_rec ben_dce_shd.g_rec_type;
934: l_proc varchar2(72) := g_package||'upd';
935: --
936: Begin
937: hr_utility.set_location('Entering:'||l_proc, 5);

Line 943: ben_dce_shd.convert_args

939: -- Call conversion function to turn arguments into the
940: -- l_rec structure.
941: --
942: l_rec :=
943: ben_dce_shd.convert_args
944: (
945: p_dpnt_cvg_eligy_prfl_id,
946: null,
947: null,