DBA Data[Home] [Help]

APPS.BEN_APR_UPD dependencies on BEN_APR_SHD

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

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

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

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

153: where actl_prem_id = p_rec.actl_prem_id
154: and effective_start_date = p_validation_start_date
155: and effective_end_date = p_validation_end_date;
156: --
157: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
158: --
159: -- Set the effective start and end dates
160: --
161: p_rec.effective_start_date := p_validation_start_date;

Line 169: ben_apr_shd.g_api_dml := false; -- Unset the api dml status

165: hr_utility.set_location(' Leaving:'||l_proc, 15);
166: Exception
167: When hr_api.check_integrity_violated Then
168: -- A check constraint has been violated
169: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
170: ben_apr_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated

Line 170: ben_apr_shd.constraint_error

166: Exception
167: When hr_api.check_integrity_violated Then
168: -- A check constraint has been violated
169: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
170: ben_apr_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: ben_apr_shd.g_api_dml := false; -- Unset the api dml status

Line 174: ben_apr_shd.g_api_dml := false; -- Unset the api dml status

170: ben_apr_shd.constraint_error
171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
175: ben_apr_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: ben_apr_shd.g_api_dml := false; -- Unset the api dml status

Line 175: ben_apr_shd.constraint_error

171: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
172: When hr_api.unique_integrity_violated Then
173: -- Unique integrity has been violated
174: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
175: ben_apr_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;

Line 178: ben_apr_shd.g_api_dml := false; -- Unset the api dml status

174: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
175: ben_apr_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When Others Then
178: ben_apr_shd.g_api_dml := false; -- Unset the api dml status
179: Raise;
180: End dt_update_dml;
181: --
182: -- ----------------------------------------------------------------------------

Line 214: (p_rec in out nocopy ben_apr_shd.g_rec_type,

210: --
211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213: Procedure update_dml
214: (p_rec in out nocopy ben_apr_shd.g_rec_type,
215: p_effective_date in date,
216: p_datetrack_mode in varchar2,
217: p_validation_start_date in date,
218: p_validation_end_date in date) is

Line 278: (p_rec in out nocopy ben_apr_shd.g_rec_type,

274: --
275: -- {End Of Comments}
276: -- ----------------------------------------------------------------------------
277: Procedure dt_pre_update
278: (p_rec in out nocopy ben_apr_shd.g_rec_type,
279: p_effective_date in date,
280: p_datetrack_mode in varchar2,
281: p_validation_start_date in date,
282: p_validation_end_date in date) is

Line 294: ben_apr_shd.upd_effective_end_date

290: hr_utility.set_location(l_proc, 10);
291: --
292: -- Update the current effective end date
293: --
294: ben_apr_shd.upd_effective_end_date
295: (p_effective_date => p_effective_date,
296: p_base_key_value => p_rec.actl_prem_id,
297: p_new_effective_end_date => (p_validation_start_date - 1),
298: p_validation_start_date => p_validation_start_date,

Line 363: (p_rec in out nocopy ben_apr_shd.g_rec_type,

359: --
360: -- {End Of Comments}
361: -- ----------------------------------------------------------------------------
362: Procedure pre_update
363: (p_rec in out nocopy ben_apr_shd.g_rec_type,
364: p_effective_date in date,
365: p_datetrack_mode in varchar2,
366: p_validation_start_date in date,
367: p_validation_end_date in date) is

Line 419: (p_rec in ben_apr_shd.g_rec_type,

415: --
416: -- {End Of Comments}
417: -- ----------------------------------------------------------------------------
418: Procedure post_update
419: (p_rec in ben_apr_shd.g_rec_type,
420: p_effective_date in date,
421: p_datetrack_mode in varchar2,
422: p_validation_start_date in date,
423: p_validation_end_date in date) is

Line 509: ,p_effective_start_date_o =>ben_apr_shd.g_old_rec.effective_start_date

505: ,p_effective_date =>p_effective_date
506: ,p_datetrack_mode =>p_datetrack_mode
507: ,p_validation_start_date =>p_validation_start_date
508: ,p_validation_end_date =>p_validation_end_date
509: ,p_effective_start_date_o =>ben_apr_shd.g_old_rec.effective_start_date
510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date
511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom

Line 510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date

506: ,p_datetrack_mode =>p_datetrack_mode
507: ,p_validation_start_date =>p_validation_start_date
508: ,p_validation_end_date =>p_validation_end_date
509: ,p_effective_start_date_o =>ben_apr_shd.g_old_rec.effective_start_date
510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date
511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd

Line 511: ,p_name_o =>ben_apr_shd.g_old_rec.name

507: ,p_validation_start_date =>p_validation_start_date
508: ,p_validation_end_date =>p_validation_end_date
509: ,p_effective_start_date_o =>ben_apr_shd.g_old_rec.effective_start_date
510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date
511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd

Line 512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd

508: ,p_validation_end_date =>p_validation_end_date
509: ,p_effective_start_date_o =>ben_apr_shd.g_old_rec.effective_start_date
510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date
511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val

Line 513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom

509: ,p_effective_start_date_o =>ben_apr_shd.g_old_rec.effective_start_date
510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date
511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd

Line 514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd

510: ,p_effective_end_date_o =>ben_apr_shd.g_old_rec.effective_end_date
511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd

Line 515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd

511: ,p_name_o =>ben_apr_shd.g_old_rec.name
512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd

Line 516: ,p_val_o =>ben_apr_shd.g_old_rec.val

512: ,p_acty_ref_perd_cd_o =>ben_apr_shd.g_old_rec.acty_ref_perd_cd
513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl

Line 517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd

513: ,p_uom_o =>ben_apr_shd.g_old_rec.uom
514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl

Line 518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd

514: ,p_rt_typ_cd_o =>ben_apr_shd.g_old_rec.rt_typ_cd
515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd

Line 519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd

515: ,p_bnft_rt_typ_cd_o =>ben_apr_shd.g_old_rec.bnft_rt_typ_cd
516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd

Line 520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl

516: ,p_val_o =>ben_apr_shd.g_old_rec.val
517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd

Line 521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl

517: ,p_mlt_cd_o =>ben_apr_shd.g_old_rec.mlt_cd
518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd

Line 522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd

518: ,p_prdct_cd_o =>ben_apr_shd.g_old_rec.prdct_cd
519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val

Line 523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd

519: ,p_rndg_cd_o =>ben_apr_shd.g_old_rec.rndg_cd
520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom

Line 524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd

520: ,p_rndg_rl_o =>ben_apr_shd.g_old_rec.rndg_rl
521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag

Line 525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd

521: ,p_val_calc_rl_o =>ben_apr_shd.g_old_rec.val_calc_rl
522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd

Line 526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val

522: ,p_prem_asnmt_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_cd
523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val

Line 527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom

523: ,p_prem_asnmt_lvl_cd_o =>ben_apr_shd.g_old_rec.prem_asnmt_lvl_cd
524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl

Line 528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag

524: ,p_actl_prem_typ_cd_o =>ben_apr_shd.g_old_rec.actl_prem_typ_cd
525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val

Line 529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd

525: ,p_prem_pyr_cd_o =>ben_apr_shd.g_old_rec.prem_pyr_cd
526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl

Line 530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val

526: ,p_cr_lkbk_val_o =>ben_apr_shd.g_old_rec.cr_lkbk_val
527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id

Line 531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl

527: ,p_cr_lkbk_uom_o =>ben_apr_shd.g_old_rec.cr_lkbk_uom
528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id

Line 532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val

528: ,p_cr_lkbk_crnt_py_only_flag_o =>ben_apr_shd.g_old_rec.cr_lkbk_crnt_py_only_flag
529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id

Line 533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl

529: ,p_prsptv_r_rtsptv_cd_o =>ben_apr_shd.g_old_rec.prsptv_r_rtsptv_cd
530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id

Line 534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id

530: ,p_upr_lmt_val_o =>ben_apr_shd.g_old_rec.upr_lmt_val
531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id

Line 535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id

531: ,p_upr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.upr_lmt_calc_rl
532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id

Line 536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id

532: ,p_lwr_lmt_val_o =>ben_apr_shd.g_old_rec.lwr_lmt_val
533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd

Line 537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id

533: ,p_lwr_lmt_calc_rl_o =>ben_apr_shd.g_old_rec.lwr_lmt_calc_rl
534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl

Line 538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id

534: ,p_cost_allocation_keyflex_id_o =>ben_apr_shd.g_old_rec.cost_allocation_keyflex_id
535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num

Line 539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id

535: ,p_organization_id_o =>ben_apr_shd.g_old_rec.organization_id
536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl

Line 540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd

536: ,p_oipl_id_o =>ben_apr_shd.g_old_rec.oipl_id
537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category

Line 541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl

537: ,p_pl_id_o =>ben_apr_shd.g_old_rec.pl_id
538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1

Line 542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num

538: ,p_comp_lvl_fctr_id_o =>ben_apr_shd.g_old_rec.comp_lvl_fctr_id
539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2

Line 543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl

539: ,p_business_group_id_o =>ben_apr_shd.g_old_rec.business_group_id
540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3

Line 544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category

540: ,p_prtl_mo_det_mthd_cd_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd
541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4

Line 545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1

541: ,p_prtl_mo_det_mthd_rl_o => ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl
542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5

Line 546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2

542: ,p_wsh_rl_dy_mo_num_o => ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num
543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6

Line 547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3

543: ,p_vrbl_rt_add_on_calc_rl_o =>ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl
544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7

Line 548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4

544: ,p_apr_attribute_category_o =>ben_apr_shd.g_old_rec.apr_attribute_category
545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8

Line 549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5

545: ,p_apr_attribute1_o =>ben_apr_shd.g_old_rec.apr_attribute1
546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9

Line 550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6

546: ,p_apr_attribute2_o =>ben_apr_shd.g_old_rec.apr_attribute2
547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10

Line 551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7

547: ,p_apr_attribute3_o =>ben_apr_shd.g_old_rec.apr_attribute3
548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11

Line 552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8

548: ,p_apr_attribute4_o =>ben_apr_shd.g_old_rec.apr_attribute4
549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12

Line 553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9

549: ,p_apr_attribute5_o =>ben_apr_shd.g_old_rec.apr_attribute5
550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13

Line 554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10

550: ,p_apr_attribute6_o =>ben_apr_shd.g_old_rec.apr_attribute6
551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14

Line 555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11

551: ,p_apr_attribute7_o =>ben_apr_shd.g_old_rec.apr_attribute7
552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15

Line 556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12

552: ,p_apr_attribute8_o =>ben_apr_shd.g_old_rec.apr_attribute8
553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16

Line 557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13

553: ,p_apr_attribute9_o =>ben_apr_shd.g_old_rec.apr_attribute9
554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17

Line 558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14

554: ,p_apr_attribute10_o =>ben_apr_shd.g_old_rec.apr_attribute10
555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18

Line 559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15

555: ,p_apr_attribute11_o =>ben_apr_shd.g_old_rec.apr_attribute11
556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19

Line 560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16

556: ,p_apr_attribute12_o =>ben_apr_shd.g_old_rec.apr_attribute12
557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20

Line 561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17

557: ,p_apr_attribute13_o =>ben_apr_shd.g_old_rec.apr_attribute13
558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21

Line 562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18

558: ,p_apr_attribute14_o =>ben_apr_shd.g_old_rec.apr_attribute14
559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22

Line 563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19

559: ,p_apr_attribute15_o =>ben_apr_shd.g_old_rec.apr_attribute15
560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23

Line 564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20

560: ,p_apr_attribute16_o =>ben_apr_shd.g_old_rec.apr_attribute16
561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24

Line 565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21

561: ,p_apr_attribute17_o =>ben_apr_shd.g_old_rec.apr_attribute17
562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25

Line 566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22

562: ,p_apr_attribute18_o =>ben_apr_shd.g_old_rec.apr_attribute18
563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26

Line 567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23

563: ,p_apr_attribute19_o =>ben_apr_shd.g_old_rec.apr_attribute19
564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27

Line 568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24

564: ,p_apr_attribute20_o =>ben_apr_shd.g_old_rec.apr_attribute20
565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28

Line 569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25

565: ,p_apr_attribute21_o =>ben_apr_shd.g_old_rec.apr_attribute21
566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29

Line 570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26

566: ,p_apr_attribute22_o =>ben_apr_shd.g_old_rec.apr_attribute22
567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29
574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30

Line 571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27

567: ,p_apr_attribute23_o =>ben_apr_shd.g_old_rec.apr_attribute23
568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29
574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30
575: ,p_object_version_number_o =>ben_apr_shd.g_old_rec.object_version_number

Line 572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28

568: ,p_apr_attribute24_o =>ben_apr_shd.g_old_rec.apr_attribute24
569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29
574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30
575: ,p_object_version_number_o =>ben_apr_shd.g_old_rec.object_version_number
576: );

Line 573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29

569: ,p_apr_attribute25_o =>ben_apr_shd.g_old_rec.apr_attribute25
570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29
574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30
575: ,p_object_version_number_o =>ben_apr_shd.g_old_rec.object_version_number
576: );
577: --

Line 574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30

570: ,p_apr_attribute26_o =>ben_apr_shd.g_old_rec.apr_attribute26
571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29
574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30
575: ,p_object_version_number_o =>ben_apr_shd.g_old_rec.object_version_number
576: );
577: --
578: exception

Line 575: ,p_object_version_number_o =>ben_apr_shd.g_old_rec.object_version_number

571: ,p_apr_attribute27_o =>ben_apr_shd.g_old_rec.apr_attribute27
572: ,p_apr_attribute28_o =>ben_apr_shd.g_old_rec.apr_attribute28
573: ,p_apr_attribute29_o =>ben_apr_shd.g_old_rec.apr_attribute29
574: ,p_apr_attribute30_o =>ben_apr_shd.g_old_rec.apr_attribute30
575: ,p_object_version_number_o =>ben_apr_shd.g_old_rec.object_version_number
576: );
577: --
578: exception
579: --

Line 637: Procedure convert_defs(p_rec in out nocopy ben_apr_shd.g_rec_type) is

633: -- Internal Row Handler Use Only.
634: --
635: -- {End Of Comments}
636: -- ----------------------------------------------------------------------------
637: Procedure convert_defs(p_rec in out nocopy ben_apr_shd.g_rec_type) is
638: --
639: l_proc varchar2(72) := g_package||'convert_defs';
640: --
641: Begin

Line 652: ben_apr_shd.g_old_rec.name;

648: -- is being used then we must set to the 'current' argument value.
649: --
650: If (p_rec.name = hr_api.g_varchar2) then
651: p_rec.name :=
652: ben_apr_shd.g_old_rec.name;
653: End If;
654: If (p_rec.acty_ref_perd_cd = hr_api.g_varchar2) then
655: p_rec.acty_ref_perd_cd :=
656: ben_apr_shd.g_old_rec.acty_ref_perd_cd;

Line 656: ben_apr_shd.g_old_rec.acty_ref_perd_cd;

652: ben_apr_shd.g_old_rec.name;
653: End If;
654: If (p_rec.acty_ref_perd_cd = hr_api.g_varchar2) then
655: p_rec.acty_ref_perd_cd :=
656: ben_apr_shd.g_old_rec.acty_ref_perd_cd;
657: End If;
658: If (p_rec.uom = hr_api.g_varchar2) then
659: p_rec.uom :=
660: ben_apr_shd.g_old_rec.uom;

Line 660: ben_apr_shd.g_old_rec.uom;

656: ben_apr_shd.g_old_rec.acty_ref_perd_cd;
657: End If;
658: If (p_rec.uom = hr_api.g_varchar2) then
659: p_rec.uom :=
660: ben_apr_shd.g_old_rec.uom;
661: End If;
662: If (p_rec.rt_typ_cd = hr_api.g_varchar2) then
663: p_rec.rt_typ_cd :=
664: ben_apr_shd.g_old_rec.rt_typ_cd;

Line 664: ben_apr_shd.g_old_rec.rt_typ_cd;

660: ben_apr_shd.g_old_rec.uom;
661: End If;
662: If (p_rec.rt_typ_cd = hr_api.g_varchar2) then
663: p_rec.rt_typ_cd :=
664: ben_apr_shd.g_old_rec.rt_typ_cd;
665: End If;
666: If (p_rec.bnft_rt_typ_cd = hr_api.g_varchar2) then
667: p_rec.bnft_rt_typ_cd :=
668: ben_apr_shd.g_old_rec.bnft_rt_typ_cd;

Line 668: ben_apr_shd.g_old_rec.bnft_rt_typ_cd;

664: ben_apr_shd.g_old_rec.rt_typ_cd;
665: End If;
666: If (p_rec.bnft_rt_typ_cd = hr_api.g_varchar2) then
667: p_rec.bnft_rt_typ_cd :=
668: ben_apr_shd.g_old_rec.bnft_rt_typ_cd;
669: End If;
670: If (p_rec.val = hr_api.g_number) then
671: p_rec.val :=
672: ben_apr_shd.g_old_rec.val;

Line 672: ben_apr_shd.g_old_rec.val;

668: ben_apr_shd.g_old_rec.bnft_rt_typ_cd;
669: End If;
670: If (p_rec.val = hr_api.g_number) then
671: p_rec.val :=
672: ben_apr_shd.g_old_rec.val;
673: End If;
674: If (p_rec.mlt_cd = hr_api.g_varchar2) then
675: p_rec.mlt_cd :=
676: ben_apr_shd.g_old_rec.mlt_cd;

Line 676: ben_apr_shd.g_old_rec.mlt_cd;

672: ben_apr_shd.g_old_rec.val;
673: End If;
674: If (p_rec.mlt_cd = hr_api.g_varchar2) then
675: p_rec.mlt_cd :=
676: ben_apr_shd.g_old_rec.mlt_cd;
677: End If;
678: If (p_rec.prdct_cd = hr_api.g_varchar2) then
679: p_rec.prdct_cd :=
680: ben_apr_shd.g_old_rec.prdct_cd;

Line 680: ben_apr_shd.g_old_rec.prdct_cd;

676: ben_apr_shd.g_old_rec.mlt_cd;
677: End If;
678: If (p_rec.prdct_cd = hr_api.g_varchar2) then
679: p_rec.prdct_cd :=
680: ben_apr_shd.g_old_rec.prdct_cd;
681: End If;
682: If (p_rec.rndg_cd = hr_api.g_varchar2) then
683: p_rec.rndg_cd :=
684: ben_apr_shd.g_old_rec.rndg_cd;

Line 684: ben_apr_shd.g_old_rec.rndg_cd;

680: ben_apr_shd.g_old_rec.prdct_cd;
681: End If;
682: If (p_rec.rndg_cd = hr_api.g_varchar2) then
683: p_rec.rndg_cd :=
684: ben_apr_shd.g_old_rec.rndg_cd;
685: End If;
686: If (p_rec.rndg_rl = hr_api.g_number) then
687: p_rec.rndg_rl :=
688: ben_apr_shd.g_old_rec.rndg_rl;

Line 688: ben_apr_shd.g_old_rec.rndg_rl;

684: ben_apr_shd.g_old_rec.rndg_cd;
685: End If;
686: If (p_rec.rndg_rl = hr_api.g_number) then
687: p_rec.rndg_rl :=
688: ben_apr_shd.g_old_rec.rndg_rl;
689: End If;
690: If (p_rec.comp_lvl_fctr_id = hr_api.g_number) then
691: p_rec.comp_lvl_fctr_id :=
692: ben_apr_shd.g_old_rec.comp_lvl_fctr_id;

Line 692: ben_apr_shd.g_old_rec.comp_lvl_fctr_id;

688: ben_apr_shd.g_old_rec.rndg_rl;
689: End If;
690: If (p_rec.comp_lvl_fctr_id = hr_api.g_number) then
691: p_rec.comp_lvl_fctr_id :=
692: ben_apr_shd.g_old_rec.comp_lvl_fctr_id;
693: End If;
694: If (p_rec.organization_id = hr_api.g_number) then
695: p_rec.organization_id :=
696: ben_apr_shd.g_old_rec.organization_id;

Line 696: ben_apr_shd.g_old_rec.organization_id;

692: ben_apr_shd.g_old_rec.comp_lvl_fctr_id;
693: End If;
694: If (p_rec.organization_id = hr_api.g_number) then
695: p_rec.organization_id :=
696: ben_apr_shd.g_old_rec.organization_id;
697: End If;
698: If (p_rec.business_group_id = hr_api.g_number) then
699: p_rec.business_group_id :=
700: ben_apr_shd.g_old_rec.business_group_id;

Line 700: ben_apr_shd.g_old_rec.business_group_id;

696: ben_apr_shd.g_old_rec.organization_id;
697: End If;
698: If (p_rec.business_group_id = hr_api.g_number) then
699: p_rec.business_group_id :=
700: ben_apr_shd.g_old_rec.business_group_id;
701: End If;
702: If (p_rec.val_calc_rl = hr_api.g_number) then
703: p_rec.val_calc_rl :=
704: ben_apr_shd.g_old_rec.val_calc_rl;

Line 704: ben_apr_shd.g_old_rec.val_calc_rl;

700: ben_apr_shd.g_old_rec.business_group_id;
701: End If;
702: If (p_rec.val_calc_rl = hr_api.g_number) then
703: p_rec.val_calc_rl :=
704: ben_apr_shd.g_old_rec.val_calc_rl;
705: End If;
706: If (p_rec.prtl_mo_det_mthd_cd = hr_api.g_varchar2) then
707: p_rec.prtl_mo_det_mthd_cd :=
708: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd;

Line 708: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd;

704: ben_apr_shd.g_old_rec.val_calc_rl;
705: End If;
706: If (p_rec.prtl_mo_det_mthd_cd = hr_api.g_varchar2) then
707: p_rec.prtl_mo_det_mthd_cd :=
708: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd;
709: End If;
710: If (p_rec.prtl_mo_det_mthd_rl = hr_api.g_number) then
711: p_rec.prtl_mo_det_mthd_rl :=
712: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl;

Line 712: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl;

708: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_cd;
709: End If;
710: If (p_rec.prtl_mo_det_mthd_rl = hr_api.g_number) then
711: p_rec.prtl_mo_det_mthd_rl :=
712: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl;
713: End If;
714: If (p_rec.wsh_rl_dy_mo_num = hr_api.g_number) then
715: p_rec.wsh_rl_dy_mo_num :=
716: ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num;

Line 716: ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num;

712: ben_apr_shd.g_old_rec.prtl_mo_det_mthd_rl;
713: End If;
714: If (p_rec.wsh_rl_dy_mo_num = hr_api.g_number) then
715: p_rec.wsh_rl_dy_mo_num :=
716: ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num;
717: End If;
718: If (p_rec.vrbl_rt_add_on_calc_rl = hr_api.g_number) then
719: p_rec.vrbl_rt_add_on_calc_rl :=
720: ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl;

Line 720: ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl;

716: ben_apr_shd.g_old_rec.wsh_rl_dy_mo_num;
717: End If;
718: If (p_rec.vrbl_rt_add_on_calc_rl = hr_api.g_number) then
719: p_rec.vrbl_rt_add_on_calc_rl :=
720: ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl;
721: End If;
722: If (p_rec.apr_attribute_category = hr_api.g_varchar2) then
723: p_rec.apr_attribute_category :=
724: ben_apr_shd.g_old_rec.apr_attribute_category;

Line 724: ben_apr_shd.g_old_rec.apr_attribute_category;

720: ben_apr_shd.g_old_rec.vrbl_rt_add_on_calc_rl;
721: End If;
722: If (p_rec.apr_attribute_category = hr_api.g_varchar2) then
723: p_rec.apr_attribute_category :=
724: ben_apr_shd.g_old_rec.apr_attribute_category;
725: End If;
726: If (p_rec.apr_attribute1 = hr_api.g_varchar2) then
727: p_rec.apr_attribute1 :=
728: ben_apr_shd.g_old_rec.apr_attribute1;

Line 728: ben_apr_shd.g_old_rec.apr_attribute1;

724: ben_apr_shd.g_old_rec.apr_attribute_category;
725: End If;
726: If (p_rec.apr_attribute1 = hr_api.g_varchar2) then
727: p_rec.apr_attribute1 :=
728: ben_apr_shd.g_old_rec.apr_attribute1;
729: End If;
730: If (p_rec.apr_attribute2 = hr_api.g_varchar2) then
731: p_rec.apr_attribute2 :=
732: ben_apr_shd.g_old_rec.apr_attribute2;

Line 732: ben_apr_shd.g_old_rec.apr_attribute2;

728: ben_apr_shd.g_old_rec.apr_attribute1;
729: End If;
730: If (p_rec.apr_attribute2 = hr_api.g_varchar2) then
731: p_rec.apr_attribute2 :=
732: ben_apr_shd.g_old_rec.apr_attribute2;
733: End If;
734: If (p_rec.apr_attribute3 = hr_api.g_varchar2) then
735: p_rec.apr_attribute3 :=
736: ben_apr_shd.g_old_rec.apr_attribute3;

Line 736: ben_apr_shd.g_old_rec.apr_attribute3;

732: ben_apr_shd.g_old_rec.apr_attribute2;
733: End If;
734: If (p_rec.apr_attribute3 = hr_api.g_varchar2) then
735: p_rec.apr_attribute3 :=
736: ben_apr_shd.g_old_rec.apr_attribute3;
737: End If;
738: If (p_rec.apr_attribute4 = hr_api.g_varchar2) then
739: p_rec.apr_attribute4 :=
740: ben_apr_shd.g_old_rec.apr_attribute4;

Line 740: ben_apr_shd.g_old_rec.apr_attribute4;

736: ben_apr_shd.g_old_rec.apr_attribute3;
737: End If;
738: If (p_rec.apr_attribute4 = hr_api.g_varchar2) then
739: p_rec.apr_attribute4 :=
740: ben_apr_shd.g_old_rec.apr_attribute4;
741: End If;
742: If (p_rec.apr_attribute5 = hr_api.g_varchar2) then
743: p_rec.apr_attribute5 :=
744: ben_apr_shd.g_old_rec.apr_attribute5;

Line 744: ben_apr_shd.g_old_rec.apr_attribute5;

740: ben_apr_shd.g_old_rec.apr_attribute4;
741: End If;
742: If (p_rec.apr_attribute5 = hr_api.g_varchar2) then
743: p_rec.apr_attribute5 :=
744: ben_apr_shd.g_old_rec.apr_attribute5;
745: End If;
746: If (p_rec.apr_attribute6 = hr_api.g_varchar2) then
747: p_rec.apr_attribute6 :=
748: ben_apr_shd.g_old_rec.apr_attribute6;

Line 748: ben_apr_shd.g_old_rec.apr_attribute6;

744: ben_apr_shd.g_old_rec.apr_attribute5;
745: End If;
746: If (p_rec.apr_attribute6 = hr_api.g_varchar2) then
747: p_rec.apr_attribute6 :=
748: ben_apr_shd.g_old_rec.apr_attribute6;
749: End If;
750: If (p_rec.apr_attribute7 = hr_api.g_varchar2) then
751: p_rec.apr_attribute7 :=
752: ben_apr_shd.g_old_rec.apr_attribute7;

Line 752: ben_apr_shd.g_old_rec.apr_attribute7;

748: ben_apr_shd.g_old_rec.apr_attribute6;
749: End If;
750: If (p_rec.apr_attribute7 = hr_api.g_varchar2) then
751: p_rec.apr_attribute7 :=
752: ben_apr_shd.g_old_rec.apr_attribute7;
753: End If;
754: If (p_rec.apr_attribute8 = hr_api.g_varchar2) then
755: p_rec.apr_attribute8 :=
756: ben_apr_shd.g_old_rec.apr_attribute8;

Line 756: ben_apr_shd.g_old_rec.apr_attribute8;

752: ben_apr_shd.g_old_rec.apr_attribute7;
753: End If;
754: If (p_rec.apr_attribute8 = hr_api.g_varchar2) then
755: p_rec.apr_attribute8 :=
756: ben_apr_shd.g_old_rec.apr_attribute8;
757: End If;
758: If (p_rec.apr_attribute9 = hr_api.g_varchar2) then
759: p_rec.apr_attribute9 :=
760: ben_apr_shd.g_old_rec.apr_attribute9;

Line 760: ben_apr_shd.g_old_rec.apr_attribute9;

756: ben_apr_shd.g_old_rec.apr_attribute8;
757: End If;
758: If (p_rec.apr_attribute9 = hr_api.g_varchar2) then
759: p_rec.apr_attribute9 :=
760: ben_apr_shd.g_old_rec.apr_attribute9;
761: End If;
762: If (p_rec.apr_attribute10 = hr_api.g_varchar2) then
763: p_rec.apr_attribute10 :=
764: ben_apr_shd.g_old_rec.apr_attribute10;

Line 764: ben_apr_shd.g_old_rec.apr_attribute10;

760: ben_apr_shd.g_old_rec.apr_attribute9;
761: End If;
762: If (p_rec.apr_attribute10 = hr_api.g_varchar2) then
763: p_rec.apr_attribute10 :=
764: ben_apr_shd.g_old_rec.apr_attribute10;
765: End If;
766: If (p_rec.apr_attribute11 = hr_api.g_varchar2) then
767: p_rec.apr_attribute11 :=
768: ben_apr_shd.g_old_rec.apr_attribute11;

Line 768: ben_apr_shd.g_old_rec.apr_attribute11;

764: ben_apr_shd.g_old_rec.apr_attribute10;
765: End If;
766: If (p_rec.apr_attribute11 = hr_api.g_varchar2) then
767: p_rec.apr_attribute11 :=
768: ben_apr_shd.g_old_rec.apr_attribute11;
769: End If;
770: If (p_rec.apr_attribute12 = hr_api.g_varchar2) then
771: p_rec.apr_attribute12 :=
772: ben_apr_shd.g_old_rec.apr_attribute12;

Line 772: ben_apr_shd.g_old_rec.apr_attribute12;

768: ben_apr_shd.g_old_rec.apr_attribute11;
769: End If;
770: If (p_rec.apr_attribute12 = hr_api.g_varchar2) then
771: p_rec.apr_attribute12 :=
772: ben_apr_shd.g_old_rec.apr_attribute12;
773: End If;
774: If (p_rec.apr_attribute13 = hr_api.g_varchar2) then
775: p_rec.apr_attribute13 :=
776: ben_apr_shd.g_old_rec.apr_attribute13;

Line 776: ben_apr_shd.g_old_rec.apr_attribute13;

772: ben_apr_shd.g_old_rec.apr_attribute12;
773: End If;
774: If (p_rec.apr_attribute13 = hr_api.g_varchar2) then
775: p_rec.apr_attribute13 :=
776: ben_apr_shd.g_old_rec.apr_attribute13;
777: End If;
778: If (p_rec.apr_attribute14 = hr_api.g_varchar2) then
779: p_rec.apr_attribute14 :=
780: ben_apr_shd.g_old_rec.apr_attribute14;

Line 780: ben_apr_shd.g_old_rec.apr_attribute14;

776: ben_apr_shd.g_old_rec.apr_attribute13;
777: End If;
778: If (p_rec.apr_attribute14 = hr_api.g_varchar2) then
779: p_rec.apr_attribute14 :=
780: ben_apr_shd.g_old_rec.apr_attribute14;
781: End If;
782: If (p_rec.apr_attribute15 = hr_api.g_varchar2) then
783: p_rec.apr_attribute15 :=
784: ben_apr_shd.g_old_rec.apr_attribute15;

Line 784: ben_apr_shd.g_old_rec.apr_attribute15;

780: ben_apr_shd.g_old_rec.apr_attribute14;
781: End If;
782: If (p_rec.apr_attribute15 = hr_api.g_varchar2) then
783: p_rec.apr_attribute15 :=
784: ben_apr_shd.g_old_rec.apr_attribute15;
785: End If;
786: If (p_rec.apr_attribute16 = hr_api.g_varchar2) then
787: p_rec.apr_attribute16 :=
788: ben_apr_shd.g_old_rec.apr_attribute16;

Line 788: ben_apr_shd.g_old_rec.apr_attribute16;

784: ben_apr_shd.g_old_rec.apr_attribute15;
785: End If;
786: If (p_rec.apr_attribute16 = hr_api.g_varchar2) then
787: p_rec.apr_attribute16 :=
788: ben_apr_shd.g_old_rec.apr_attribute16;
789: End If;
790: If (p_rec.apr_attribute17 = hr_api.g_varchar2) then
791: p_rec.apr_attribute17 :=
792: ben_apr_shd.g_old_rec.apr_attribute17;

Line 792: ben_apr_shd.g_old_rec.apr_attribute17;

788: ben_apr_shd.g_old_rec.apr_attribute16;
789: End If;
790: If (p_rec.apr_attribute17 = hr_api.g_varchar2) then
791: p_rec.apr_attribute17 :=
792: ben_apr_shd.g_old_rec.apr_attribute17;
793: End If;
794: If (p_rec.apr_attribute18 = hr_api.g_varchar2) then
795: p_rec.apr_attribute18 :=
796: ben_apr_shd.g_old_rec.apr_attribute18;

Line 796: ben_apr_shd.g_old_rec.apr_attribute18;

792: ben_apr_shd.g_old_rec.apr_attribute17;
793: End If;
794: If (p_rec.apr_attribute18 = hr_api.g_varchar2) then
795: p_rec.apr_attribute18 :=
796: ben_apr_shd.g_old_rec.apr_attribute18;
797: End If;
798: If (p_rec.apr_attribute19 = hr_api.g_varchar2) then
799: p_rec.apr_attribute19 :=
800: ben_apr_shd.g_old_rec.apr_attribute19;

Line 800: ben_apr_shd.g_old_rec.apr_attribute19;

796: ben_apr_shd.g_old_rec.apr_attribute18;
797: End If;
798: If (p_rec.apr_attribute19 = hr_api.g_varchar2) then
799: p_rec.apr_attribute19 :=
800: ben_apr_shd.g_old_rec.apr_attribute19;
801: End If;
802: If (p_rec.apr_attribute20 = hr_api.g_varchar2) then
803: p_rec.apr_attribute20 :=
804: ben_apr_shd.g_old_rec.apr_attribute20;

Line 804: ben_apr_shd.g_old_rec.apr_attribute20;

800: ben_apr_shd.g_old_rec.apr_attribute19;
801: End If;
802: If (p_rec.apr_attribute20 = hr_api.g_varchar2) then
803: p_rec.apr_attribute20 :=
804: ben_apr_shd.g_old_rec.apr_attribute20;
805: End If;
806: If (p_rec.apr_attribute21 = hr_api.g_varchar2) then
807: p_rec.apr_attribute21 :=
808: ben_apr_shd.g_old_rec.apr_attribute21;

Line 808: ben_apr_shd.g_old_rec.apr_attribute21;

804: ben_apr_shd.g_old_rec.apr_attribute20;
805: End If;
806: If (p_rec.apr_attribute21 = hr_api.g_varchar2) then
807: p_rec.apr_attribute21 :=
808: ben_apr_shd.g_old_rec.apr_attribute21;
809: End If;
810: If (p_rec.apr_attribute22 = hr_api.g_varchar2) then
811: p_rec.apr_attribute22 :=
812: ben_apr_shd.g_old_rec.apr_attribute22;

Line 812: ben_apr_shd.g_old_rec.apr_attribute22;

808: ben_apr_shd.g_old_rec.apr_attribute21;
809: End If;
810: If (p_rec.apr_attribute22 = hr_api.g_varchar2) then
811: p_rec.apr_attribute22 :=
812: ben_apr_shd.g_old_rec.apr_attribute22;
813: End If;
814: If (p_rec.apr_attribute23 = hr_api.g_varchar2) then
815: p_rec.apr_attribute23 :=
816: ben_apr_shd.g_old_rec.apr_attribute23;

Line 816: ben_apr_shd.g_old_rec.apr_attribute23;

812: ben_apr_shd.g_old_rec.apr_attribute22;
813: End If;
814: If (p_rec.apr_attribute23 = hr_api.g_varchar2) then
815: p_rec.apr_attribute23 :=
816: ben_apr_shd.g_old_rec.apr_attribute23;
817: End If;
818: If (p_rec.apr_attribute24 = hr_api.g_varchar2) then
819: p_rec.apr_attribute24 :=
820: ben_apr_shd.g_old_rec.apr_attribute24;

Line 820: ben_apr_shd.g_old_rec.apr_attribute24;

816: ben_apr_shd.g_old_rec.apr_attribute23;
817: End If;
818: If (p_rec.apr_attribute24 = hr_api.g_varchar2) then
819: p_rec.apr_attribute24 :=
820: ben_apr_shd.g_old_rec.apr_attribute24;
821: End If;
822: If (p_rec.apr_attribute25 = hr_api.g_varchar2) then
823: p_rec.apr_attribute25 :=
824: ben_apr_shd.g_old_rec.apr_attribute25;

Line 824: ben_apr_shd.g_old_rec.apr_attribute25;

820: ben_apr_shd.g_old_rec.apr_attribute24;
821: End If;
822: If (p_rec.apr_attribute25 = hr_api.g_varchar2) then
823: p_rec.apr_attribute25 :=
824: ben_apr_shd.g_old_rec.apr_attribute25;
825: End If;
826: If (p_rec.apr_attribute26 = hr_api.g_varchar2) then
827: p_rec.apr_attribute26 :=
828: ben_apr_shd.g_old_rec.apr_attribute26;

Line 828: ben_apr_shd.g_old_rec.apr_attribute26;

824: ben_apr_shd.g_old_rec.apr_attribute25;
825: End If;
826: If (p_rec.apr_attribute26 = hr_api.g_varchar2) then
827: p_rec.apr_attribute26 :=
828: ben_apr_shd.g_old_rec.apr_attribute26;
829: End If;
830: If (p_rec.apr_attribute27 = hr_api.g_varchar2) then
831: p_rec.apr_attribute27 :=
832: ben_apr_shd.g_old_rec.apr_attribute27;

Line 832: ben_apr_shd.g_old_rec.apr_attribute27;

828: ben_apr_shd.g_old_rec.apr_attribute26;
829: End If;
830: If (p_rec.apr_attribute27 = hr_api.g_varchar2) then
831: p_rec.apr_attribute27 :=
832: ben_apr_shd.g_old_rec.apr_attribute27;
833: End If;
834: If (p_rec.apr_attribute28 = hr_api.g_varchar2) then
835: p_rec.apr_attribute28 :=
836: ben_apr_shd.g_old_rec.apr_attribute28;

Line 836: ben_apr_shd.g_old_rec.apr_attribute28;

832: ben_apr_shd.g_old_rec.apr_attribute27;
833: End If;
834: If (p_rec.apr_attribute28 = hr_api.g_varchar2) then
835: p_rec.apr_attribute28 :=
836: ben_apr_shd.g_old_rec.apr_attribute28;
837: End If;
838: If (p_rec.apr_attribute29 = hr_api.g_varchar2) then
839: p_rec.apr_attribute29 :=
840: ben_apr_shd.g_old_rec.apr_attribute29;

Line 840: ben_apr_shd.g_old_rec.apr_attribute29;

836: ben_apr_shd.g_old_rec.apr_attribute28;
837: End If;
838: If (p_rec.apr_attribute29 = hr_api.g_varchar2) then
839: p_rec.apr_attribute29 :=
840: ben_apr_shd.g_old_rec.apr_attribute29;
841: End If;
842: If (p_rec.apr_attribute30 = hr_api.g_varchar2) then
843: p_rec.apr_attribute30 :=
844: ben_apr_shd.g_old_rec.apr_attribute30;

Line 844: ben_apr_shd.g_old_rec.apr_attribute30;

840: ben_apr_shd.g_old_rec.apr_attribute29;
841: End If;
842: If (p_rec.apr_attribute30 = hr_api.g_varchar2) then
843: p_rec.apr_attribute30 :=
844: ben_apr_shd.g_old_rec.apr_attribute30;
845: End If;
846:
847: --
848: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 857: p_rec in out nocopy ben_apr_shd.g_rec_type,

853: -- |---------------------------------< upd >----------------------------------|
854: -- ----------------------------------------------------------------------------
855: Procedure upd
856: (
857: p_rec in out nocopy ben_apr_shd.g_rec_type,
858: p_effective_date in date,
859: p_datetrack_mode in varchar2
860: ) is
861: --

Line 875: ben_apr_shd.lck

871: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
872: --
873: -- We must lock the row which we need to update.
874: --
875: ben_apr_shd.lck
876: (p_effective_date => p_effective_date,
877: p_datetrack_mode => p_datetrack_mode,
878: p_actl_prem_id => p_rec.actl_prem_id,
879: p_object_version_number => p_rec.object_version_number,

Line 1002: l_rec ben_apr_shd.g_rec_type;

998: p_effective_date in date,
999: p_datetrack_mode in varchar2
1000: ) is
1001: --
1002: l_rec ben_apr_shd.g_rec_type;
1003: l_proc varchar2(72) := g_package||'upd';
1004: --
1005: Begin
1006: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1012: ben_apr_shd.convert_args

1008: -- Call conversion function to turn arguments into the
1009: -- l_rec structure.
1010: --
1011: l_rec :=
1012: ben_apr_shd.convert_args
1013: (
1014: p_actl_prem_id,
1015: null,
1016: null,