DBA Data[Home] [Help]

APPS.BEN_LPR_UPD dependencies on BEN_LPR_SHD

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

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

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

Line 137: ben_lpr_shd.g_api_dml := false; -- Unset the api dml status

133: where ler_chg_plip_enrt_id = p_rec.ler_chg_plip_enrt_id
134: and effective_start_date = p_validation_start_date
135: and effective_end_date = p_validation_end_date;
136: --
137: ben_lpr_shd.g_api_dml := false; -- Unset the api dml status
138: --
139: -- Set the effective start and end dates
140: --
141: p_rec.effective_start_date := p_validation_start_date;

Line 149: ben_lpr_shd.g_api_dml := false; -- Unset the api dml status

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

Line 150: ben_lpr_shd.constraint_error

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

Line 154: ben_lpr_shd.g_api_dml := false; -- Unset the api dml status

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

Line 155: ben_lpr_shd.constraint_error

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

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

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

Line 194: (p_rec in out nocopy ben_lpr_shd.g_rec_type,

190: --
191: -- {End Of Comments}
192: -- ----------------------------------------------------------------------------
193: Procedure update_dml
194: (p_rec in out nocopy ben_lpr_shd.g_rec_type,
195: p_effective_date in date,
196: p_datetrack_mode in varchar2,
197: p_validation_start_date in date,
198: p_validation_end_date in date) is

Line 258: (p_rec in out nocopy ben_lpr_shd.g_rec_type,

254: --
255: -- {End Of Comments}
256: -- ----------------------------------------------------------------------------
257: Procedure dt_pre_update
258: (p_rec in out nocopy ben_lpr_shd.g_rec_type,
259: p_effective_date in date,
260: p_datetrack_mode in varchar2,
261: p_validation_start_date in date,
262: p_validation_end_date in date) is

Line 274: ben_lpr_shd.upd_effective_end_date

270: hr_utility.set_location(l_proc, 10);
271: --
272: -- Update the current effective end date
273: --
274: ben_lpr_shd.upd_effective_end_date
275: (p_effective_date => p_effective_date,
276: p_base_key_value => p_rec.ler_chg_plip_enrt_id,
277: p_new_effective_end_date => (p_validation_start_date - 1),
278: p_validation_start_date => p_validation_start_date,

Line 343: (p_rec in out nocopy ben_lpr_shd.g_rec_type,

339: --
340: -- {End Of Comments}
341: -- ----------------------------------------------------------------------------
342: Procedure pre_update
343: (p_rec in out nocopy ben_lpr_shd.g_rec_type,
344: p_effective_date in date,
345: p_datetrack_mode in varchar2,
346: p_validation_start_date in date,
347: p_validation_end_date in date) is

Line 399: (p_rec in ben_lpr_shd.g_rec_type,

395: --
396: -- {End Of Comments}
397: -- ----------------------------------------------------------------------------
398: Procedure post_update
399: (p_rec in ben_lpr_shd.g_rec_type,
400: p_effective_date in date,
401: p_datetrack_mode in varchar2,
402: p_validation_start_date in date,
403: p_validation_end_date in date) is

Line 469: ,p_effective_start_date_o =>ben_lpr_shd.g_old_rec.effective_start_date

465: ,p_effective_date =>p_effective_date
466: ,p_datetrack_mode =>p_datetrack_mode
467: ,p_validation_start_date =>p_validation_start_date
468: ,p_validation_end_date =>p_validation_end_date
469: ,p_effective_start_date_o =>ben_lpr_shd.g_old_rec.effective_start_date
470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date
471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id

Line 470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date

466: ,p_datetrack_mode =>p_datetrack_mode
467: ,p_validation_start_date =>p_validation_start_date
468: ,p_validation_end_date =>p_validation_end_date
469: ,p_effective_start_date_o =>ben_lpr_shd.g_old_rec.effective_start_date
470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date
471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id

Line 471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id

467: ,p_validation_start_date =>p_validation_start_date
468: ,p_validation_end_date =>p_validation_end_date
469: ,p_effective_start_date_o =>ben_lpr_shd.g_old_rec.effective_start_date
470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date
471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd

Line 472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl

468: ,p_validation_end_date =>p_validation_end_date
469: ,p_effective_start_date_o =>ben_lpr_shd.g_old_rec.effective_start_date
470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date
471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag

Line 473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id

469: ,p_effective_start_date_o =>ben_lpr_shd.g_old_rec.effective_start_date
470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date
471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag

Line 474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id

470: ,p_effective_end_date_o =>ben_lpr_shd.g_old_rec.effective_end_date
471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl

Line 475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd

471: ,p_business_group_id_o =>ben_lpr_shd.g_old_rec.business_group_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl

Line 476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag

472: ,p_auto_enrt_mthd_rl_o =>ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd

Line 477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag

473: ,p_plip_id_o =>ben_lpr_shd.g_old_rec.plip_id
474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd

Line 478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl

474: ,p_ler_id_o =>ben_lpr_shd.g_old_rec.ler_id
475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag

Line 479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl

475: ,p_tco_chg_enrt_cd_o =>ben_lpr_shd.g_old_rec.tco_chg_enrt_cd
476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd

Line 480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd

476: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag
477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category

Line 481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd

477: ,p_dflt_flag_o =>ben_lpr_shd.g_old_rec.dflt_flag
478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1

Line 482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag

478: ,p_dflt_enrt_rl_o =>ben_lpr_shd.g_old_rec.dflt_enrt_rl
479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2

Line 483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd

479: ,p_enrt_rl_o =>ben_lpr_shd.g_old_rec.enrt_rl
480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3

Line 484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category

480: ,p_dflt_enrt_cd_o =>ben_lpr_shd.g_old_rec.dflt_enrt_cd
481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4

Line 485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1

481: ,p_enrt_mthd_cd_o =>ben_lpr_shd.g_old_rec.enrt_mthd_cd
482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5

Line 486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2

482: ,p_stl_elig_cant_chg_flag_o =>ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag
483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6

Line 487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3

483: ,p_enrt_cd_o =>ben_lpr_shd.g_old_rec.enrt_cd
484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7

Line 488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4

484: ,p_lpr_attribute_category_o =>ben_lpr_shd.g_old_rec.lpr_attribute_category
485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8

Line 489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5

485: ,p_lpr_attribute1_o =>ben_lpr_shd.g_old_rec.lpr_attribute1
486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9

Line 490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6

486: ,p_lpr_attribute2_o =>ben_lpr_shd.g_old_rec.lpr_attribute2
487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10

Line 491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7

487: ,p_lpr_attribute3_o =>ben_lpr_shd.g_old_rec.lpr_attribute3
488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11

Line 492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8

488: ,p_lpr_attribute4_o =>ben_lpr_shd.g_old_rec.lpr_attribute4
489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12

Line 493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9

489: ,p_lpr_attribute5_o =>ben_lpr_shd.g_old_rec.lpr_attribute5
490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13

Line 494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10

490: ,p_lpr_attribute6_o =>ben_lpr_shd.g_old_rec.lpr_attribute6
491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14

Line 495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11

491: ,p_lpr_attribute7_o =>ben_lpr_shd.g_old_rec.lpr_attribute7
492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15

Line 496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12

492: ,p_lpr_attribute8_o =>ben_lpr_shd.g_old_rec.lpr_attribute8
493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16

Line 497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13

493: ,p_lpr_attribute9_o =>ben_lpr_shd.g_old_rec.lpr_attribute9
494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17

Line 498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14

494: ,p_lpr_attribute10_o =>ben_lpr_shd.g_old_rec.lpr_attribute10
495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18

Line 499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15

495: ,p_lpr_attribute11_o =>ben_lpr_shd.g_old_rec.lpr_attribute11
496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19

Line 500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16

496: ,p_lpr_attribute12_o =>ben_lpr_shd.g_old_rec.lpr_attribute12
497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20

Line 501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17

497: ,p_lpr_attribute13_o =>ben_lpr_shd.g_old_rec.lpr_attribute13
498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21

Line 502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18

498: ,p_lpr_attribute14_o =>ben_lpr_shd.g_old_rec.lpr_attribute14
499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22

Line 503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19

499: ,p_lpr_attribute15_o =>ben_lpr_shd.g_old_rec.lpr_attribute15
500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23

Line 504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20

500: ,p_lpr_attribute16_o =>ben_lpr_shd.g_old_rec.lpr_attribute16
501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24

Line 505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21

501: ,p_lpr_attribute17_o =>ben_lpr_shd.g_old_rec.lpr_attribute17
502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25

Line 506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22

502: ,p_lpr_attribute18_o =>ben_lpr_shd.g_old_rec.lpr_attribute18
503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26

Line 507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23

503: ,p_lpr_attribute19_o =>ben_lpr_shd.g_old_rec.lpr_attribute19
504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27

Line 508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24

504: ,p_lpr_attribute20_o =>ben_lpr_shd.g_old_rec.lpr_attribute20
505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28

Line 509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25

505: ,p_lpr_attribute21_o =>ben_lpr_shd.g_old_rec.lpr_attribute21
506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29

Line 510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26

506: ,p_lpr_attribute22_o =>ben_lpr_shd.g_old_rec.lpr_attribute22
507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29
514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30

Line 511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27

507: ,p_lpr_attribute23_o =>ben_lpr_shd.g_old_rec.lpr_attribute23
508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29
514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30
515: ,p_object_version_number_o =>ben_lpr_shd.g_old_rec.object_version_number

Line 512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28

508: ,p_lpr_attribute24_o =>ben_lpr_shd.g_old_rec.lpr_attribute24
509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29
514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30
515: ,p_object_version_number_o =>ben_lpr_shd.g_old_rec.object_version_number
516: );

Line 513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29

509: ,p_lpr_attribute25_o =>ben_lpr_shd.g_old_rec.lpr_attribute25
510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29
514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30
515: ,p_object_version_number_o =>ben_lpr_shd.g_old_rec.object_version_number
516: );
517: --

Line 514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30

510: ,p_lpr_attribute26_o =>ben_lpr_shd.g_old_rec.lpr_attribute26
511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29
514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30
515: ,p_object_version_number_o =>ben_lpr_shd.g_old_rec.object_version_number
516: );
517: --
518: exception

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

511: ,p_lpr_attribute27_o =>ben_lpr_shd.g_old_rec.lpr_attribute27
512: ,p_lpr_attribute28_o =>ben_lpr_shd.g_old_rec.lpr_attribute28
513: ,p_lpr_attribute29_o =>ben_lpr_shd.g_old_rec.lpr_attribute29
514: ,p_lpr_attribute30_o =>ben_lpr_shd.g_old_rec.lpr_attribute30
515: ,p_object_version_number_o =>ben_lpr_shd.g_old_rec.object_version_number
516: );
517: --
518: exception
519: --

Line 577: Procedure convert_defs(p_rec in out nocopy ben_lpr_shd.g_rec_type) is

573: -- Internal Row Handler Use Only.
574: --
575: -- {End Of Comments}
576: -- ----------------------------------------------------------------------------
577: Procedure convert_defs(p_rec in out nocopy ben_lpr_shd.g_rec_type) is
578: --
579: l_proc varchar2(72) := g_package||'convert_defs';
580: --
581: Begin

Line 592: ben_lpr_shd.g_old_rec.business_group_id;

588: -- is being used then we must set to the 'current' argument value.
589: --
590: If (p_rec.business_group_id = hr_api.g_number) then
591: p_rec.business_group_id :=
592: ben_lpr_shd.g_old_rec.business_group_id;
593: End If;
594: If (p_rec.auto_enrt_mthd_rl = hr_api.g_number) then
595: p_rec.auto_enrt_mthd_rl :=
596: ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl;

Line 596: ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl;

592: ben_lpr_shd.g_old_rec.business_group_id;
593: End If;
594: If (p_rec.auto_enrt_mthd_rl = hr_api.g_number) then
595: p_rec.auto_enrt_mthd_rl :=
596: ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl;
597: End If;
598: If (p_rec.plip_id = hr_api.g_number) then
599: p_rec.plip_id :=
600: ben_lpr_shd.g_old_rec.plip_id;

Line 600: ben_lpr_shd.g_old_rec.plip_id;

596: ben_lpr_shd.g_old_rec.auto_enrt_mthd_rl;
597: End If;
598: If (p_rec.plip_id = hr_api.g_number) then
599: p_rec.plip_id :=
600: ben_lpr_shd.g_old_rec.plip_id;
601: End If;
602: If (p_rec.ler_id = hr_api.g_number) then
603: p_rec.ler_id :=
604: ben_lpr_shd.g_old_rec.ler_id;

Line 604: ben_lpr_shd.g_old_rec.ler_id;

600: ben_lpr_shd.g_old_rec.plip_id;
601: End If;
602: If (p_rec.ler_id = hr_api.g_number) then
603: p_rec.ler_id :=
604: ben_lpr_shd.g_old_rec.ler_id;
605: End If;
606: If (p_rec.tco_chg_enrt_cd = hr_api.g_varchar2) then
607: p_rec.tco_chg_enrt_cd :=
608: ben_lpr_shd.g_old_rec.tco_chg_enrt_cd;

Line 608: ben_lpr_shd.g_old_rec.tco_chg_enrt_cd;

604: ben_lpr_shd.g_old_rec.ler_id;
605: End If;
606: If (p_rec.tco_chg_enrt_cd = hr_api.g_varchar2) then
607: p_rec.tco_chg_enrt_cd :=
608: ben_lpr_shd.g_old_rec.tco_chg_enrt_cd;
609: End If;
610: If (p_rec.crnt_enrt_prclds_chg_flag = hr_api.g_varchar2) then
611: p_rec.crnt_enrt_prclds_chg_flag :=
612: ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag;

Line 612: ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag;

608: ben_lpr_shd.g_old_rec.tco_chg_enrt_cd;
609: End If;
610: If (p_rec.crnt_enrt_prclds_chg_flag = hr_api.g_varchar2) then
611: p_rec.crnt_enrt_prclds_chg_flag :=
612: ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag;
613: End If;
614: If (p_rec.dflt_flag = hr_api.g_varchar2) then
615: p_rec.dflt_flag :=
616: ben_lpr_shd.g_old_rec.dflt_flag;

Line 616: ben_lpr_shd.g_old_rec.dflt_flag;

612: ben_lpr_shd.g_old_rec.crnt_enrt_prclds_chg_flag;
613: End If;
614: If (p_rec.dflt_flag = hr_api.g_varchar2) then
615: p_rec.dflt_flag :=
616: ben_lpr_shd.g_old_rec.dflt_flag;
617: End If;
618: If (p_rec.dflt_enrt_rl = hr_api.g_number) then
619: p_rec.dflt_enrt_rl :=
620: ben_lpr_shd.g_old_rec.dflt_enrt_rl;

Line 620: ben_lpr_shd.g_old_rec.dflt_enrt_rl;

616: ben_lpr_shd.g_old_rec.dflt_flag;
617: End If;
618: If (p_rec.dflt_enrt_rl = hr_api.g_number) then
619: p_rec.dflt_enrt_rl :=
620: ben_lpr_shd.g_old_rec.dflt_enrt_rl;
621: End If;
622: If (p_rec.enrt_rl = hr_api.g_number) then
623: p_rec.enrt_rl :=
624: ben_lpr_shd.g_old_rec.enrt_rl;

Line 624: ben_lpr_shd.g_old_rec.enrt_rl;

620: ben_lpr_shd.g_old_rec.dflt_enrt_rl;
621: End If;
622: If (p_rec.enrt_rl = hr_api.g_number) then
623: p_rec.enrt_rl :=
624: ben_lpr_shd.g_old_rec.enrt_rl;
625: End If;
626: If (p_rec.dflt_enrt_cd = hr_api.g_varchar2) then
627: p_rec.dflt_enrt_cd :=
628: ben_lpr_shd.g_old_rec.dflt_enrt_cd;

Line 628: ben_lpr_shd.g_old_rec.dflt_enrt_cd;

624: ben_lpr_shd.g_old_rec.enrt_rl;
625: End If;
626: If (p_rec.dflt_enrt_cd = hr_api.g_varchar2) then
627: p_rec.dflt_enrt_cd :=
628: ben_lpr_shd.g_old_rec.dflt_enrt_cd;
629: End If;
630: If (p_rec.enrt_mthd_cd = hr_api.g_varchar2) then
631: p_rec.enrt_mthd_cd :=
632: ben_lpr_shd.g_old_rec.enrt_mthd_cd;

Line 632: ben_lpr_shd.g_old_rec.enrt_mthd_cd;

628: ben_lpr_shd.g_old_rec.dflt_enrt_cd;
629: End If;
630: If (p_rec.enrt_mthd_cd = hr_api.g_varchar2) then
631: p_rec.enrt_mthd_cd :=
632: ben_lpr_shd.g_old_rec.enrt_mthd_cd;
633: End If;
634: If (p_rec.stl_elig_cant_chg_flag = hr_api.g_varchar2) then
635: p_rec.stl_elig_cant_chg_flag :=
636: ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag;

Line 636: ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag;

632: ben_lpr_shd.g_old_rec.enrt_mthd_cd;
633: End If;
634: If (p_rec.stl_elig_cant_chg_flag = hr_api.g_varchar2) then
635: p_rec.stl_elig_cant_chg_flag :=
636: ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag;
637: End If;
638: If (p_rec.enrt_cd = hr_api.g_varchar2) then
639: p_rec.enrt_cd :=
640: ben_lpr_shd.g_old_rec.enrt_cd;

Line 640: ben_lpr_shd.g_old_rec.enrt_cd;

636: ben_lpr_shd.g_old_rec.stl_elig_cant_chg_flag;
637: End If;
638: If (p_rec.enrt_cd = hr_api.g_varchar2) then
639: p_rec.enrt_cd :=
640: ben_lpr_shd.g_old_rec.enrt_cd;
641: End If;
642: If (p_rec.lpr_attribute_category = hr_api.g_varchar2) then
643: p_rec.lpr_attribute_category :=
644: ben_lpr_shd.g_old_rec.lpr_attribute_category;

Line 644: ben_lpr_shd.g_old_rec.lpr_attribute_category;

640: ben_lpr_shd.g_old_rec.enrt_cd;
641: End If;
642: If (p_rec.lpr_attribute_category = hr_api.g_varchar2) then
643: p_rec.lpr_attribute_category :=
644: ben_lpr_shd.g_old_rec.lpr_attribute_category;
645: End If;
646: If (p_rec.lpr_attribute1 = hr_api.g_varchar2) then
647: p_rec.lpr_attribute1 :=
648: ben_lpr_shd.g_old_rec.lpr_attribute1;

Line 648: ben_lpr_shd.g_old_rec.lpr_attribute1;

644: ben_lpr_shd.g_old_rec.lpr_attribute_category;
645: End If;
646: If (p_rec.lpr_attribute1 = hr_api.g_varchar2) then
647: p_rec.lpr_attribute1 :=
648: ben_lpr_shd.g_old_rec.lpr_attribute1;
649: End If;
650: If (p_rec.lpr_attribute2 = hr_api.g_varchar2) then
651: p_rec.lpr_attribute2 :=
652: ben_lpr_shd.g_old_rec.lpr_attribute2;

Line 652: ben_lpr_shd.g_old_rec.lpr_attribute2;

648: ben_lpr_shd.g_old_rec.lpr_attribute1;
649: End If;
650: If (p_rec.lpr_attribute2 = hr_api.g_varchar2) then
651: p_rec.lpr_attribute2 :=
652: ben_lpr_shd.g_old_rec.lpr_attribute2;
653: End If;
654: If (p_rec.lpr_attribute3 = hr_api.g_varchar2) then
655: p_rec.lpr_attribute3 :=
656: ben_lpr_shd.g_old_rec.lpr_attribute3;

Line 656: ben_lpr_shd.g_old_rec.lpr_attribute3;

652: ben_lpr_shd.g_old_rec.lpr_attribute2;
653: End If;
654: If (p_rec.lpr_attribute3 = hr_api.g_varchar2) then
655: p_rec.lpr_attribute3 :=
656: ben_lpr_shd.g_old_rec.lpr_attribute3;
657: End If;
658: If (p_rec.lpr_attribute4 = hr_api.g_varchar2) then
659: p_rec.lpr_attribute4 :=
660: ben_lpr_shd.g_old_rec.lpr_attribute4;

Line 660: ben_lpr_shd.g_old_rec.lpr_attribute4;

656: ben_lpr_shd.g_old_rec.lpr_attribute3;
657: End If;
658: If (p_rec.lpr_attribute4 = hr_api.g_varchar2) then
659: p_rec.lpr_attribute4 :=
660: ben_lpr_shd.g_old_rec.lpr_attribute4;
661: End If;
662: If (p_rec.lpr_attribute5 = hr_api.g_varchar2) then
663: p_rec.lpr_attribute5 :=
664: ben_lpr_shd.g_old_rec.lpr_attribute5;

Line 664: ben_lpr_shd.g_old_rec.lpr_attribute5;

660: ben_lpr_shd.g_old_rec.lpr_attribute4;
661: End If;
662: If (p_rec.lpr_attribute5 = hr_api.g_varchar2) then
663: p_rec.lpr_attribute5 :=
664: ben_lpr_shd.g_old_rec.lpr_attribute5;
665: End If;
666: If (p_rec.lpr_attribute6 = hr_api.g_varchar2) then
667: p_rec.lpr_attribute6 :=
668: ben_lpr_shd.g_old_rec.lpr_attribute6;

Line 668: ben_lpr_shd.g_old_rec.lpr_attribute6;

664: ben_lpr_shd.g_old_rec.lpr_attribute5;
665: End If;
666: If (p_rec.lpr_attribute6 = hr_api.g_varchar2) then
667: p_rec.lpr_attribute6 :=
668: ben_lpr_shd.g_old_rec.lpr_attribute6;
669: End If;
670: If (p_rec.lpr_attribute7 = hr_api.g_varchar2) then
671: p_rec.lpr_attribute7 :=
672: ben_lpr_shd.g_old_rec.lpr_attribute7;

Line 672: ben_lpr_shd.g_old_rec.lpr_attribute7;

668: ben_lpr_shd.g_old_rec.lpr_attribute6;
669: End If;
670: If (p_rec.lpr_attribute7 = hr_api.g_varchar2) then
671: p_rec.lpr_attribute7 :=
672: ben_lpr_shd.g_old_rec.lpr_attribute7;
673: End If;
674: If (p_rec.lpr_attribute8 = hr_api.g_varchar2) then
675: p_rec.lpr_attribute8 :=
676: ben_lpr_shd.g_old_rec.lpr_attribute8;

Line 676: ben_lpr_shd.g_old_rec.lpr_attribute8;

672: ben_lpr_shd.g_old_rec.lpr_attribute7;
673: End If;
674: If (p_rec.lpr_attribute8 = hr_api.g_varchar2) then
675: p_rec.lpr_attribute8 :=
676: ben_lpr_shd.g_old_rec.lpr_attribute8;
677: End If;
678: If (p_rec.lpr_attribute9 = hr_api.g_varchar2) then
679: p_rec.lpr_attribute9 :=
680: ben_lpr_shd.g_old_rec.lpr_attribute9;

Line 680: ben_lpr_shd.g_old_rec.lpr_attribute9;

676: ben_lpr_shd.g_old_rec.lpr_attribute8;
677: End If;
678: If (p_rec.lpr_attribute9 = hr_api.g_varchar2) then
679: p_rec.lpr_attribute9 :=
680: ben_lpr_shd.g_old_rec.lpr_attribute9;
681: End If;
682: If (p_rec.lpr_attribute10 = hr_api.g_varchar2) then
683: p_rec.lpr_attribute10 :=
684: ben_lpr_shd.g_old_rec.lpr_attribute10;

Line 684: ben_lpr_shd.g_old_rec.lpr_attribute10;

680: ben_lpr_shd.g_old_rec.lpr_attribute9;
681: End If;
682: If (p_rec.lpr_attribute10 = hr_api.g_varchar2) then
683: p_rec.lpr_attribute10 :=
684: ben_lpr_shd.g_old_rec.lpr_attribute10;
685: End If;
686: If (p_rec.lpr_attribute11 = hr_api.g_varchar2) then
687: p_rec.lpr_attribute11 :=
688: ben_lpr_shd.g_old_rec.lpr_attribute11;

Line 688: ben_lpr_shd.g_old_rec.lpr_attribute11;

684: ben_lpr_shd.g_old_rec.lpr_attribute10;
685: End If;
686: If (p_rec.lpr_attribute11 = hr_api.g_varchar2) then
687: p_rec.lpr_attribute11 :=
688: ben_lpr_shd.g_old_rec.lpr_attribute11;
689: End If;
690: If (p_rec.lpr_attribute12 = hr_api.g_varchar2) then
691: p_rec.lpr_attribute12 :=
692: ben_lpr_shd.g_old_rec.lpr_attribute12;

Line 692: ben_lpr_shd.g_old_rec.lpr_attribute12;

688: ben_lpr_shd.g_old_rec.lpr_attribute11;
689: End If;
690: If (p_rec.lpr_attribute12 = hr_api.g_varchar2) then
691: p_rec.lpr_attribute12 :=
692: ben_lpr_shd.g_old_rec.lpr_attribute12;
693: End If;
694: If (p_rec.lpr_attribute13 = hr_api.g_varchar2) then
695: p_rec.lpr_attribute13 :=
696: ben_lpr_shd.g_old_rec.lpr_attribute13;

Line 696: ben_lpr_shd.g_old_rec.lpr_attribute13;

692: ben_lpr_shd.g_old_rec.lpr_attribute12;
693: End If;
694: If (p_rec.lpr_attribute13 = hr_api.g_varchar2) then
695: p_rec.lpr_attribute13 :=
696: ben_lpr_shd.g_old_rec.lpr_attribute13;
697: End If;
698: If (p_rec.lpr_attribute14 = hr_api.g_varchar2) then
699: p_rec.lpr_attribute14 :=
700: ben_lpr_shd.g_old_rec.lpr_attribute14;

Line 700: ben_lpr_shd.g_old_rec.lpr_attribute14;

696: ben_lpr_shd.g_old_rec.lpr_attribute13;
697: End If;
698: If (p_rec.lpr_attribute14 = hr_api.g_varchar2) then
699: p_rec.lpr_attribute14 :=
700: ben_lpr_shd.g_old_rec.lpr_attribute14;
701: End If;
702: If (p_rec.lpr_attribute15 = hr_api.g_varchar2) then
703: p_rec.lpr_attribute15 :=
704: ben_lpr_shd.g_old_rec.lpr_attribute15;

Line 704: ben_lpr_shd.g_old_rec.lpr_attribute15;

700: ben_lpr_shd.g_old_rec.lpr_attribute14;
701: End If;
702: If (p_rec.lpr_attribute15 = hr_api.g_varchar2) then
703: p_rec.lpr_attribute15 :=
704: ben_lpr_shd.g_old_rec.lpr_attribute15;
705: End If;
706: If (p_rec.lpr_attribute16 = hr_api.g_varchar2) then
707: p_rec.lpr_attribute16 :=
708: ben_lpr_shd.g_old_rec.lpr_attribute16;

Line 708: ben_lpr_shd.g_old_rec.lpr_attribute16;

704: ben_lpr_shd.g_old_rec.lpr_attribute15;
705: End If;
706: If (p_rec.lpr_attribute16 = hr_api.g_varchar2) then
707: p_rec.lpr_attribute16 :=
708: ben_lpr_shd.g_old_rec.lpr_attribute16;
709: End If;
710: If (p_rec.lpr_attribute17 = hr_api.g_varchar2) then
711: p_rec.lpr_attribute17 :=
712: ben_lpr_shd.g_old_rec.lpr_attribute17;

Line 712: ben_lpr_shd.g_old_rec.lpr_attribute17;

708: ben_lpr_shd.g_old_rec.lpr_attribute16;
709: End If;
710: If (p_rec.lpr_attribute17 = hr_api.g_varchar2) then
711: p_rec.lpr_attribute17 :=
712: ben_lpr_shd.g_old_rec.lpr_attribute17;
713: End If;
714: If (p_rec.lpr_attribute18 = hr_api.g_varchar2) then
715: p_rec.lpr_attribute18 :=
716: ben_lpr_shd.g_old_rec.lpr_attribute18;

Line 716: ben_lpr_shd.g_old_rec.lpr_attribute18;

712: ben_lpr_shd.g_old_rec.lpr_attribute17;
713: End If;
714: If (p_rec.lpr_attribute18 = hr_api.g_varchar2) then
715: p_rec.lpr_attribute18 :=
716: ben_lpr_shd.g_old_rec.lpr_attribute18;
717: End If;
718: If (p_rec.lpr_attribute19 = hr_api.g_varchar2) then
719: p_rec.lpr_attribute19 :=
720: ben_lpr_shd.g_old_rec.lpr_attribute19;

Line 720: ben_lpr_shd.g_old_rec.lpr_attribute19;

716: ben_lpr_shd.g_old_rec.lpr_attribute18;
717: End If;
718: If (p_rec.lpr_attribute19 = hr_api.g_varchar2) then
719: p_rec.lpr_attribute19 :=
720: ben_lpr_shd.g_old_rec.lpr_attribute19;
721: End If;
722: If (p_rec.lpr_attribute20 = hr_api.g_varchar2) then
723: p_rec.lpr_attribute20 :=
724: ben_lpr_shd.g_old_rec.lpr_attribute20;

Line 724: ben_lpr_shd.g_old_rec.lpr_attribute20;

720: ben_lpr_shd.g_old_rec.lpr_attribute19;
721: End If;
722: If (p_rec.lpr_attribute20 = hr_api.g_varchar2) then
723: p_rec.lpr_attribute20 :=
724: ben_lpr_shd.g_old_rec.lpr_attribute20;
725: End If;
726: If (p_rec.lpr_attribute21 = hr_api.g_varchar2) then
727: p_rec.lpr_attribute21 :=
728: ben_lpr_shd.g_old_rec.lpr_attribute21;

Line 728: ben_lpr_shd.g_old_rec.lpr_attribute21;

724: ben_lpr_shd.g_old_rec.lpr_attribute20;
725: End If;
726: If (p_rec.lpr_attribute21 = hr_api.g_varchar2) then
727: p_rec.lpr_attribute21 :=
728: ben_lpr_shd.g_old_rec.lpr_attribute21;
729: End If;
730: If (p_rec.lpr_attribute22 = hr_api.g_varchar2) then
731: p_rec.lpr_attribute22 :=
732: ben_lpr_shd.g_old_rec.lpr_attribute22;

Line 732: ben_lpr_shd.g_old_rec.lpr_attribute22;

728: ben_lpr_shd.g_old_rec.lpr_attribute21;
729: End If;
730: If (p_rec.lpr_attribute22 = hr_api.g_varchar2) then
731: p_rec.lpr_attribute22 :=
732: ben_lpr_shd.g_old_rec.lpr_attribute22;
733: End If;
734: If (p_rec.lpr_attribute23 = hr_api.g_varchar2) then
735: p_rec.lpr_attribute23 :=
736: ben_lpr_shd.g_old_rec.lpr_attribute23;

Line 736: ben_lpr_shd.g_old_rec.lpr_attribute23;

732: ben_lpr_shd.g_old_rec.lpr_attribute22;
733: End If;
734: If (p_rec.lpr_attribute23 = hr_api.g_varchar2) then
735: p_rec.lpr_attribute23 :=
736: ben_lpr_shd.g_old_rec.lpr_attribute23;
737: End If;
738: If (p_rec.lpr_attribute24 = hr_api.g_varchar2) then
739: p_rec.lpr_attribute24 :=
740: ben_lpr_shd.g_old_rec.lpr_attribute24;

Line 740: ben_lpr_shd.g_old_rec.lpr_attribute24;

736: ben_lpr_shd.g_old_rec.lpr_attribute23;
737: End If;
738: If (p_rec.lpr_attribute24 = hr_api.g_varchar2) then
739: p_rec.lpr_attribute24 :=
740: ben_lpr_shd.g_old_rec.lpr_attribute24;
741: End If;
742: If (p_rec.lpr_attribute25 = hr_api.g_varchar2) then
743: p_rec.lpr_attribute25 :=
744: ben_lpr_shd.g_old_rec.lpr_attribute25;

Line 744: ben_lpr_shd.g_old_rec.lpr_attribute25;

740: ben_lpr_shd.g_old_rec.lpr_attribute24;
741: End If;
742: If (p_rec.lpr_attribute25 = hr_api.g_varchar2) then
743: p_rec.lpr_attribute25 :=
744: ben_lpr_shd.g_old_rec.lpr_attribute25;
745: End If;
746: If (p_rec.lpr_attribute26 = hr_api.g_varchar2) then
747: p_rec.lpr_attribute26 :=
748: ben_lpr_shd.g_old_rec.lpr_attribute26;

Line 748: ben_lpr_shd.g_old_rec.lpr_attribute26;

744: ben_lpr_shd.g_old_rec.lpr_attribute25;
745: End If;
746: If (p_rec.lpr_attribute26 = hr_api.g_varchar2) then
747: p_rec.lpr_attribute26 :=
748: ben_lpr_shd.g_old_rec.lpr_attribute26;
749: End If;
750: If (p_rec.lpr_attribute27 = hr_api.g_varchar2) then
751: p_rec.lpr_attribute27 :=
752: ben_lpr_shd.g_old_rec.lpr_attribute27;

Line 752: ben_lpr_shd.g_old_rec.lpr_attribute27;

748: ben_lpr_shd.g_old_rec.lpr_attribute26;
749: End If;
750: If (p_rec.lpr_attribute27 = hr_api.g_varchar2) then
751: p_rec.lpr_attribute27 :=
752: ben_lpr_shd.g_old_rec.lpr_attribute27;
753: End If;
754: If (p_rec.lpr_attribute28 = hr_api.g_varchar2) then
755: p_rec.lpr_attribute28 :=
756: ben_lpr_shd.g_old_rec.lpr_attribute28;

Line 756: ben_lpr_shd.g_old_rec.lpr_attribute28;

752: ben_lpr_shd.g_old_rec.lpr_attribute27;
753: End If;
754: If (p_rec.lpr_attribute28 = hr_api.g_varchar2) then
755: p_rec.lpr_attribute28 :=
756: ben_lpr_shd.g_old_rec.lpr_attribute28;
757: End If;
758: If (p_rec.lpr_attribute29 = hr_api.g_varchar2) then
759: p_rec.lpr_attribute29 :=
760: ben_lpr_shd.g_old_rec.lpr_attribute29;

Line 760: ben_lpr_shd.g_old_rec.lpr_attribute29;

756: ben_lpr_shd.g_old_rec.lpr_attribute28;
757: End If;
758: If (p_rec.lpr_attribute29 = hr_api.g_varchar2) then
759: p_rec.lpr_attribute29 :=
760: ben_lpr_shd.g_old_rec.lpr_attribute29;
761: End If;
762: If (p_rec.lpr_attribute30 = hr_api.g_varchar2) then
763: p_rec.lpr_attribute30 :=
764: ben_lpr_shd.g_old_rec.lpr_attribute30;

Line 764: ben_lpr_shd.g_old_rec.lpr_attribute30;

760: ben_lpr_shd.g_old_rec.lpr_attribute29;
761: End If;
762: If (p_rec.lpr_attribute30 = hr_api.g_varchar2) then
763: p_rec.lpr_attribute30 :=
764: ben_lpr_shd.g_old_rec.lpr_attribute30;
765: End If;
766:
767: --
768: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 777: p_rec in out nocopy ben_lpr_shd.g_rec_type,

773: -- |---------------------------------< upd >----------------------------------|
774: -- ----------------------------------------------------------------------------
775: Procedure upd
776: (
777: p_rec in out nocopy ben_lpr_shd.g_rec_type,
778: p_effective_date in date,
779: p_datetrack_mode in varchar2
780: ) is
781: --

Line 795: ben_lpr_shd.lck

791: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
792: --
793: -- We must lock the row which we need to update.
794: --
795: ben_lpr_shd.lck
796: (p_effective_date => p_effective_date,
797: p_datetrack_mode => p_datetrack_mode,
798: p_ler_chg_plip_enrt_id => p_rec.ler_chg_plip_enrt_id,
799: p_object_version_number => p_rec.object_version_number,

Line 902: l_rec ben_lpr_shd.g_rec_type;

898: p_effective_date in date,
899: p_datetrack_mode in varchar2
900: ) is
901: --
902: l_rec ben_lpr_shd.g_rec_type;
903: l_proc varchar2(72) := g_package||'upd';
904: --
905: Begin
906: hr_utility.set_location('Entering:'||l_proc, 5);

Line 912: ben_lpr_shd.convert_args

908: -- Call conversion function to turn arguments into the
909: -- l_rec structure.
910: --
911: l_rec :=
912: ben_lpr_shd.convert_args
913: (
914: p_ler_chg_plip_enrt_id,
915: null,
916: null,