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

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

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

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

Line 153: ben_dce_shd.constraint_error

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

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

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

Line 158: ben_dce_shd.constraint_error

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

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

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

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

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

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

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

Line 277: ben_dce_shd.upd_effective_end_date

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

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

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

Line 402: (p_rec in ben_dce_shd.g_rec_type,

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

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

471: ,p_dpnt_mltry_flag =>p_rec.dpnt_mltry_flag
472: ,p_dpnt_pstl_flag =>p_rec.dpnt_pstl_flag
473: ,p_dpnt_cvrd_in_anthr_pl_flag =>p_rec.dpnt_cvrd_in_anthr_pl_flag
474: ,p_dpnt_dsgnt_crntly_enrld_flag =>p_rec.dpnt_dsgnt_crntly_enrld_flag
475: ,p_effective_end_date_o =>ben_dce_shd.g_old_rec.effective_end_date
476: ,p_effective_start_date_o =>ben_dce_shd.g_old_rec.effective_start_date
477: ,p_business_group_id_o =>ben_dce_shd.g_old_rec.business_group_id
478: ,p_regn_id_o =>ben_dce_shd.g_old_rec.regn_id
479: ,p_name_o =>ben_dce_shd.g_old_rec.name

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Line 601: ben_dce_shd.g_old_rec.business_group_id;

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

Line 605: ben_dce_shd.g_old_rec.regn_id;

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

Line 609: ben_dce_shd.g_old_rec.name;

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

Line 613: ben_dce_shd.g_old_rec.dpnt_cvg_eligy_prfl_stat_cd;

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

Line 617: ben_dce_shd.g_old_rec.dce_desc;

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

Line 621: -- ben_dce_shd.g_old_rec.military_status_rqmt_ind;

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

Line 625: ben_dce_shd.g_old_rec.dpnt_cvg_elig_det_rl;

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

Line 629: ben_dce_shd.g_old_rec.dce_attribute_category;

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

Line 633: ben_dce_shd.g_old_rec.dce_attribute1;

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

Line 637: ben_dce_shd.g_old_rec.dce_attribute2;

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

Line 641: ben_dce_shd.g_old_rec.dce_attribute3;

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

Line 645: ben_dce_shd.g_old_rec.dce_attribute4;

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

Line 649: ben_dce_shd.g_old_rec.dce_attribute5;

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

Line 653: ben_dce_shd.g_old_rec.dce_attribute6;

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

Line 657: ben_dce_shd.g_old_rec.dce_attribute7;

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

Line 661: ben_dce_shd.g_old_rec.dce_attribute8;

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

Line 665: ben_dce_shd.g_old_rec.dce_attribute9;

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

Line 669: ben_dce_shd.g_old_rec.dce_attribute10;

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

Line 673: ben_dce_shd.g_old_rec.dce_attribute11;

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

Line 677: ben_dce_shd.g_old_rec.dce_attribute12;

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

Line 681: ben_dce_shd.g_old_rec.dce_attribute13;

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

Line 685: ben_dce_shd.g_old_rec.dce_attribute14;

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

Line 689: ben_dce_shd.g_old_rec.dce_attribute15;

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

Line 693: ben_dce_shd.g_old_rec.dce_attribute16;

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

Line 697: ben_dce_shd.g_old_rec.dce_attribute17;

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

Line 701: ben_dce_shd.g_old_rec.dce_attribute18;

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

Line 705: ben_dce_shd.g_old_rec.dce_attribute19;

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

Line 709: ben_dce_shd.g_old_rec.dce_attribute20;

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

Line 713: ben_dce_shd.g_old_rec.dce_attribute21;

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

Line 717: ben_dce_shd.g_old_rec.dce_attribute22;

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

Line 721: ben_dce_shd.g_old_rec.dce_attribute23;

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

Line 725: ben_dce_shd.g_old_rec.dce_attribute24;

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

Line 729: ben_dce_shd.g_old_rec.dce_attribute25;

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

Line 733: ben_dce_shd.g_old_rec.dce_attribute26;

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

Line 737: ben_dce_shd.g_old_rec.dce_attribute27;

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

Line 741: ben_dce_shd.g_old_rec.dce_attribute28;

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

Line 745: ben_dce_shd.g_old_rec.dce_attribute29;

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

Line 749: ben_dce_shd.g_old_rec.dce_attribute30;

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

Line 753: ben_dce_shd.g_old_rec.dpnt_rlshp_flag;

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

Line 757: ben_dce_shd.g_old_rec.dpnt_age_flag;

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

Line 761: ben_dce_shd.g_old_rec.dpnt_stud_flag;

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

Line 765: ben_dce_shd.g_old_rec.dpnt_dsbld_flag;

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

Line 769: ben_dce_shd.g_old_rec.dpnt_mrtl_flag;

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

Line 773: ben_dce_shd.g_old_rec.dpnt_mltry_flag;

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

Line 777: ben_dce_shd.g_old_rec.dpnt_pstl_flag;

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

Line 781: ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag;

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

Line 785: ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag;

781: ben_dce_shd.g_old_rec.dpnt_cvrd_in_anthr_pl_flag;
782: End If;
783: If (p_rec.dpnt_dsgnt_crntly_enrld_flag = hr_api.g_varchar2) then
784: p_rec.dpnt_dsgnt_crntly_enrld_flag :=
785: ben_dce_shd.g_old_rec.dpnt_dsgnt_crntly_enrld_flag;
786: End If;
787: --
788: hr_utility.set_location(' Leaving:'||l_proc, 10);
789: --

Line 797: p_rec in out nocopy ben_dce_shd.g_rec_type,

793: -- |---------------------------------< upd >----------------------------------|
794: -- ----------------------------------------------------------------------------
795: Procedure upd
796: (
797: p_rec in out nocopy ben_dce_shd.g_rec_type,
798: p_effective_date in date,
799: p_datetrack_mode in varchar2
800: ) is
801: --

Line 815: ben_dce_shd.lck

811: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
812: --
813: -- We must lock the row which we need to update.
814: --
815: ben_dce_shd.lck
816: (p_effective_date => p_effective_date,
817: p_datetrack_mode => p_datetrack_mode,
818: p_dpnt_cvg_eligy_prfl_id => p_rec.dpnt_cvg_eligy_prfl_id,
819: p_object_version_number => p_rec.object_version_number,

Line 925: l_rec ben_dce_shd.g_rec_type;

921: p_dpnt_cvrd_in_anthr_pl_flag in varchar2 default hr_api.g_varchar2,
922: p_dpnt_dsgnt_crntly_enrld_flag in varchar2 default hr_api.g_varchar2
923: ) is
924: --
925: l_rec ben_dce_shd.g_rec_type;
926: l_proc varchar2(72) := g_package||'upd';
927: --
928: Begin
929: hr_utility.set_location('Entering:'||l_proc, 5);

Line 935: ben_dce_shd.convert_args

931: -- Call conversion function to turn arguments into the
932: -- l_rec structure.
933: --
934: l_rec :=
935: ben_dce_shd.convert_args
936: (
937: p_dpnt_cvg_eligy_prfl_id,
938: null,
939: null,