DBA Data[Home] [Help]

APPS.BEN_LOP_UPD dependencies on BEN_LOP_SHD

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

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

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

Line 136: ben_lop_shd.g_api_dml := false; -- Unset the api dml status

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

Line 148: ben_lop_shd.g_api_dml := false; -- Unset the api dml status

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

Line 149: ben_lop_shd.constraint_error

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

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

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

Line 154: ben_lop_shd.constraint_error

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

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

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

Line 193: (p_rec in out nocopy ben_lop_shd.g_rec_type,

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

Line 257: (p_rec in out nocopy ben_lop_shd.g_rec_type,

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

Line 273: ben_lop_shd.upd_effective_end_date

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

Line 342: (p_rec in out nocopy ben_lop_shd.g_rec_type,

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

Line 398: (p_rec in ben_lop_shd.g_rec_type,

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

Line 467: ,p_effective_start_date_o =>ben_lop_shd.g_old_rec.effective_start_date

463: ,p_effective_date =>p_effective_date
464: ,p_datetrack_mode =>p_datetrack_mode
465: ,p_validation_start_date =>p_validation_start_date
466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_lop_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date
469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id

Line 468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date

464: ,p_datetrack_mode =>p_datetrack_mode
465: ,p_validation_start_date =>p_validation_start_date
466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_lop_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date
469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl

Line 469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id

465: ,p_validation_start_date =>p_validation_start_date
466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_lop_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date
469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag

Line 470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id

466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_lop_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date
469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd

Line 471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id

467: ,p_effective_start_date_o =>ben_lop_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date
469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl

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

468: ,p_effective_end_date_o =>ben_lop_shd.g_old_rec.effective_end_date
469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl

Line 473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag

469: ,p_business_group_id_o =>ben_lop_shd.g_old_rec.business_group_id
470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd

Line 474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd

470: ,p_oipl_id_o =>ben_lop_shd.g_old_rec.oipl_id
471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag

Line 475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl

471: ,p_ler_id_o =>ben_lop_shd.g_old_rec.ler_id
472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag

Line 476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl

472: ,p_auto_enrt_mthd_rl_o =>ben_lop_shd.g_old_rec.auto_enrt_mthd_rl
473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag

Line 477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd

473: ,p_crnt_enrt_prclds_chg_flag_o =>ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag
474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category

Line 478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag

474: ,p_enrt_cd_o =>ben_lop_shd.g_old_rec.enrt_cd
475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1

Line 479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag

475: ,p_enrt_rl_o =>ben_lop_shd.g_old_rec.enrt_rl
476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2

Line 480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag

476: ,p_dflt_enrt_rl_o =>ben_lop_shd.g_old_rec.dflt_enrt_rl
477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3

Line 481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category

477: ,p_dflt_enrt_cd_o =>ben_lop_shd.g_old_rec.dflt_enrt_cd
478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4

Line 482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1

478: ,p_dflt_flag_o =>ben_lop_shd.g_old_rec.dflt_flag
479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5

Line 483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2

479: ,p_stl_elig_cant_chg_flag_o =>ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag
480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6

Line 484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3

480: ,p_auto_enrt_flag_o =>ben_lop_shd.g_old_rec.auto_enrt_flag
481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7

Line 485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4

481: ,p_lop_attribute_category_o =>ben_lop_shd.g_old_rec.lop_attribute_category
482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8

Line 486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5

482: ,p_lop_attribute1_o =>ben_lop_shd.g_old_rec.lop_attribute1
483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9

Line 487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6

483: ,p_lop_attribute2_o =>ben_lop_shd.g_old_rec.lop_attribute2
484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10

Line 488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7

484: ,p_lop_attribute3_o =>ben_lop_shd.g_old_rec.lop_attribute3
485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11

Line 489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8

485: ,p_lop_attribute4_o =>ben_lop_shd.g_old_rec.lop_attribute4
486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12

Line 490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9

486: ,p_lop_attribute5_o =>ben_lop_shd.g_old_rec.lop_attribute5
487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13

Line 491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10

487: ,p_lop_attribute6_o =>ben_lop_shd.g_old_rec.lop_attribute6
488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14

Line 492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11

488: ,p_lop_attribute7_o =>ben_lop_shd.g_old_rec.lop_attribute7
489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15

Line 493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12

489: ,p_lop_attribute8_o =>ben_lop_shd.g_old_rec.lop_attribute8
490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16

Line 494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13

490: ,p_lop_attribute9_o =>ben_lop_shd.g_old_rec.lop_attribute9
491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17

Line 495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14

491: ,p_lop_attribute10_o =>ben_lop_shd.g_old_rec.lop_attribute10
492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18

Line 496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15

492: ,p_lop_attribute11_o =>ben_lop_shd.g_old_rec.lop_attribute11
493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19

Line 497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16

493: ,p_lop_attribute12_o =>ben_lop_shd.g_old_rec.lop_attribute12
494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20

Line 498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17

494: ,p_lop_attribute13_o =>ben_lop_shd.g_old_rec.lop_attribute13
495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21

Line 499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18

495: ,p_lop_attribute14_o =>ben_lop_shd.g_old_rec.lop_attribute14
496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22

Line 500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19

496: ,p_lop_attribute15_o =>ben_lop_shd.g_old_rec.lop_attribute15
497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23

Line 501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20

497: ,p_lop_attribute16_o =>ben_lop_shd.g_old_rec.lop_attribute16
498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24

Line 502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21

498: ,p_lop_attribute17_o =>ben_lop_shd.g_old_rec.lop_attribute17
499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25

Line 503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22

499: ,p_lop_attribute18_o =>ben_lop_shd.g_old_rec.lop_attribute18
500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26

Line 504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23

500: ,p_lop_attribute19_o =>ben_lop_shd.g_old_rec.lop_attribute19
501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27

Line 505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24

501: ,p_lop_attribute20_o =>ben_lop_shd.g_old_rec.lop_attribute20
502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28

Line 506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25

502: ,p_lop_attribute21_o =>ben_lop_shd.g_old_rec.lop_attribute21
503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29

Line 507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26

503: ,p_lop_attribute22_o =>ben_lop_shd.g_old_rec.lop_attribute22
504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29
511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30

Line 508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27

504: ,p_lop_attribute23_o =>ben_lop_shd.g_old_rec.lop_attribute23
505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29
511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30
512: ,p_object_version_number_o =>ben_lop_shd.g_old_rec.object_version_number

Line 509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28

505: ,p_lop_attribute24_o =>ben_lop_shd.g_old_rec.lop_attribute24
506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29
511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30
512: ,p_object_version_number_o =>ben_lop_shd.g_old_rec.object_version_number
513: );

Line 510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29

506: ,p_lop_attribute25_o =>ben_lop_shd.g_old_rec.lop_attribute25
507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29
511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30
512: ,p_object_version_number_o =>ben_lop_shd.g_old_rec.object_version_number
513: );
514: --

Line 511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30

507: ,p_lop_attribute26_o =>ben_lop_shd.g_old_rec.lop_attribute26
508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29
511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30
512: ,p_object_version_number_o =>ben_lop_shd.g_old_rec.object_version_number
513: );
514: --
515: exception

Line 512: ,p_object_version_number_o =>ben_lop_shd.g_old_rec.object_version_number

508: ,p_lop_attribute27_o =>ben_lop_shd.g_old_rec.lop_attribute27
509: ,p_lop_attribute28_o =>ben_lop_shd.g_old_rec.lop_attribute28
510: ,p_lop_attribute29_o =>ben_lop_shd.g_old_rec.lop_attribute29
511: ,p_lop_attribute30_o =>ben_lop_shd.g_old_rec.lop_attribute30
512: ,p_object_version_number_o =>ben_lop_shd.g_old_rec.object_version_number
513: );
514: --
515: exception
516: --

Line 574: Procedure convert_defs(p_rec in out nocopy ben_lop_shd.g_rec_type) is

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

Line 589: ben_lop_shd.g_old_rec.business_group_id;

585: -- is being used then we must set to the 'current' argument value.
586: --
587: If (p_rec.business_group_id = hr_api.g_number) then
588: p_rec.business_group_id :=
589: ben_lop_shd.g_old_rec.business_group_id;
590: End If;
591: If (p_rec.oipl_id = hr_api.g_number) then
592: p_rec.oipl_id :=
593: ben_lop_shd.g_old_rec.oipl_id;

Line 593: ben_lop_shd.g_old_rec.oipl_id;

589: ben_lop_shd.g_old_rec.business_group_id;
590: End If;
591: If (p_rec.oipl_id = hr_api.g_number) then
592: p_rec.oipl_id :=
593: ben_lop_shd.g_old_rec.oipl_id;
594: End If;
595: If (p_rec.ler_id = hr_api.g_number) then
596: p_rec.ler_id :=
597: ben_lop_shd.g_old_rec.ler_id;

Line 597: ben_lop_shd.g_old_rec.ler_id;

593: ben_lop_shd.g_old_rec.oipl_id;
594: End If;
595: If (p_rec.ler_id = hr_api.g_number) then
596: p_rec.ler_id :=
597: ben_lop_shd.g_old_rec.ler_id;
598: End If;
599: If (p_rec.crnt_enrt_prclds_chg_flag = hr_api.g_varchar2) then
600: p_rec.crnt_enrt_prclds_chg_flag :=
601: ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag;

Line 601: ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag;

597: ben_lop_shd.g_old_rec.ler_id;
598: End If;
599: If (p_rec.crnt_enrt_prclds_chg_flag = hr_api.g_varchar2) then
600: p_rec.crnt_enrt_prclds_chg_flag :=
601: ben_lop_shd.g_old_rec.crnt_enrt_prclds_chg_flag;
602: End If;
603: --
604: /*
605: --

Line 608: ben_lop_shd.g_old_rec.new_crnt_enrl_cd;

604: /*
605: --
606: If (p_rec.new_crnt_enrl_cd = hr_api.g_varchar2) then
607: p_rec.new_crnt_enrl_cd :=
608: ben_lop_shd.g_old_rec.new_crnt_enrl_cd;
609: End If;
610: If (p_rec.use_schedd_enrt_dflts_flag = hr_api.g_varchar2) then
611: p_rec.use_schedd_enrt_dflts_flag :=
612: ben_lop_shd.g_old_rec.use_schedd_enrt_dflts_flag;

Line 612: ben_lop_shd.g_old_rec.use_schedd_enrt_dflts_flag;

608: ben_lop_shd.g_old_rec.new_crnt_enrl_cd;
609: End If;
610: If (p_rec.use_schedd_enrt_dflts_flag = hr_api.g_varchar2) then
611: p_rec.use_schedd_enrt_dflts_flag :=
612: ben_lop_shd.g_old_rec.use_schedd_enrt_dflts_flag;
613: End If;
614: If (p_rec.use_schedd_enrt_dfns_flag = hr_api.g_varchar2) then
615: p_rec.use_schedd_enrt_dfns_flag :=
616: ben_lop_shd.g_old_rec.use_schedd_enrt_dfns_flag;

Line 616: ben_lop_shd.g_old_rec.use_schedd_enrt_dfns_flag;

612: ben_lop_shd.g_old_rec.use_schedd_enrt_dflts_flag;
613: End If;
614: If (p_rec.use_schedd_enrt_dfns_flag = hr_api.g_varchar2) then
615: p_rec.use_schedd_enrt_dfns_flag :=
616: ben_lop_shd.g_old_rec.use_schedd_enrt_dfns_flag;
617: End If;
618: --
619: */
620: --

Line 623: ben_lop_shd.g_old_rec.enrt_cd;

619: */
620: --
621: If (p_rec.enrt_cd = hr_api.g_varchar2) then
622: p_rec.enrt_cd :=
623: ben_lop_shd.g_old_rec.enrt_cd;
624: End If;
625: If (p_rec.dflt_enrt_cd = hr_api.g_varchar2) then
626: p_rec.dflt_enrt_cd :=
627: ben_lop_shd.g_old_rec.dflt_enrt_cd;

Line 627: ben_lop_shd.g_old_rec.dflt_enrt_cd;

623: ben_lop_shd.g_old_rec.enrt_cd;
624: End If;
625: If (p_rec.dflt_enrt_cd = hr_api.g_varchar2) then
626: p_rec.dflt_enrt_cd :=
627: ben_lop_shd.g_old_rec.dflt_enrt_cd;
628: End If;
629: If (p_rec.dflt_flag = hr_api.g_varchar2) then
630: p_rec.dflt_flag :=
631: ben_lop_shd.g_old_rec.dflt_flag;

Line 631: ben_lop_shd.g_old_rec.dflt_flag;

627: ben_lop_shd.g_old_rec.dflt_enrt_cd;
628: End If;
629: If (p_rec.dflt_flag = hr_api.g_varchar2) then
630: p_rec.dflt_flag :=
631: ben_lop_shd.g_old_rec.dflt_flag;
632: End If;
633: If (p_rec.stl_elig_cant_chg_flag = hr_api.g_varchar2) then
634: p_rec.stl_elig_cant_chg_flag :=
635: ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag;

Line 635: ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag;

631: ben_lop_shd.g_old_rec.dflt_flag;
632: End If;
633: If (p_rec.stl_elig_cant_chg_flag = hr_api.g_varchar2) then
634: p_rec.stl_elig_cant_chg_flag :=
635: ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag;
636: End If;
637: If (p_rec.auto_enrt_flag = hr_api.g_varchar2) then
638: p_rec.auto_enrt_flag :=
639: ben_lop_shd.g_old_rec.auto_enrt_flag;

Line 639: ben_lop_shd.g_old_rec.auto_enrt_flag;

635: ben_lop_shd.g_old_rec.stl_elig_cant_chg_flag;
636: End If;
637: If (p_rec.auto_enrt_flag = hr_api.g_varchar2) then
638: p_rec.auto_enrt_flag :=
639: ben_lop_shd.g_old_rec.auto_enrt_flag;
640: End If;
641: If (p_rec.lop_attribute_category = hr_api.g_varchar2) then
642: p_rec.lop_attribute_category :=
643: ben_lop_shd.g_old_rec.lop_attribute_category;

Line 643: ben_lop_shd.g_old_rec.lop_attribute_category;

639: ben_lop_shd.g_old_rec.auto_enrt_flag;
640: End If;
641: If (p_rec.lop_attribute_category = hr_api.g_varchar2) then
642: p_rec.lop_attribute_category :=
643: ben_lop_shd.g_old_rec.lop_attribute_category;
644: End If;
645: If (p_rec.lop_attribute1 = hr_api.g_varchar2) then
646: p_rec.lop_attribute1 :=
647: ben_lop_shd.g_old_rec.lop_attribute1;

Line 647: ben_lop_shd.g_old_rec.lop_attribute1;

643: ben_lop_shd.g_old_rec.lop_attribute_category;
644: End If;
645: If (p_rec.lop_attribute1 = hr_api.g_varchar2) then
646: p_rec.lop_attribute1 :=
647: ben_lop_shd.g_old_rec.lop_attribute1;
648: End If;
649: If (p_rec.lop_attribute2 = hr_api.g_varchar2) then
650: p_rec.lop_attribute2 :=
651: ben_lop_shd.g_old_rec.lop_attribute2;

Line 651: ben_lop_shd.g_old_rec.lop_attribute2;

647: ben_lop_shd.g_old_rec.lop_attribute1;
648: End If;
649: If (p_rec.lop_attribute2 = hr_api.g_varchar2) then
650: p_rec.lop_attribute2 :=
651: ben_lop_shd.g_old_rec.lop_attribute2;
652: End If;
653: If (p_rec.lop_attribute3 = hr_api.g_varchar2) then
654: p_rec.lop_attribute3 :=
655: ben_lop_shd.g_old_rec.lop_attribute3;

Line 655: ben_lop_shd.g_old_rec.lop_attribute3;

651: ben_lop_shd.g_old_rec.lop_attribute2;
652: End If;
653: If (p_rec.lop_attribute3 = hr_api.g_varchar2) then
654: p_rec.lop_attribute3 :=
655: ben_lop_shd.g_old_rec.lop_attribute3;
656: End If;
657: If (p_rec.lop_attribute4 = hr_api.g_varchar2) then
658: p_rec.lop_attribute4 :=
659: ben_lop_shd.g_old_rec.lop_attribute4;

Line 659: ben_lop_shd.g_old_rec.lop_attribute4;

655: ben_lop_shd.g_old_rec.lop_attribute3;
656: End If;
657: If (p_rec.lop_attribute4 = hr_api.g_varchar2) then
658: p_rec.lop_attribute4 :=
659: ben_lop_shd.g_old_rec.lop_attribute4;
660: End If;
661: If (p_rec.lop_attribute5 = hr_api.g_varchar2) then
662: p_rec.lop_attribute5 :=
663: ben_lop_shd.g_old_rec.lop_attribute5;

Line 663: ben_lop_shd.g_old_rec.lop_attribute5;

659: ben_lop_shd.g_old_rec.lop_attribute4;
660: End If;
661: If (p_rec.lop_attribute5 = hr_api.g_varchar2) then
662: p_rec.lop_attribute5 :=
663: ben_lop_shd.g_old_rec.lop_attribute5;
664: End If;
665: If (p_rec.lop_attribute6 = hr_api.g_varchar2) then
666: p_rec.lop_attribute6 :=
667: ben_lop_shd.g_old_rec.lop_attribute6;

Line 667: ben_lop_shd.g_old_rec.lop_attribute6;

663: ben_lop_shd.g_old_rec.lop_attribute5;
664: End If;
665: If (p_rec.lop_attribute6 = hr_api.g_varchar2) then
666: p_rec.lop_attribute6 :=
667: ben_lop_shd.g_old_rec.lop_attribute6;
668: End If;
669: If (p_rec.lop_attribute7 = hr_api.g_varchar2) then
670: p_rec.lop_attribute7 :=
671: ben_lop_shd.g_old_rec.lop_attribute7;

Line 671: ben_lop_shd.g_old_rec.lop_attribute7;

667: ben_lop_shd.g_old_rec.lop_attribute6;
668: End If;
669: If (p_rec.lop_attribute7 = hr_api.g_varchar2) then
670: p_rec.lop_attribute7 :=
671: ben_lop_shd.g_old_rec.lop_attribute7;
672: End If;
673: If (p_rec.lop_attribute8 = hr_api.g_varchar2) then
674: p_rec.lop_attribute8 :=
675: ben_lop_shd.g_old_rec.lop_attribute8;

Line 675: ben_lop_shd.g_old_rec.lop_attribute8;

671: ben_lop_shd.g_old_rec.lop_attribute7;
672: End If;
673: If (p_rec.lop_attribute8 = hr_api.g_varchar2) then
674: p_rec.lop_attribute8 :=
675: ben_lop_shd.g_old_rec.lop_attribute8;
676: End If;
677: If (p_rec.lop_attribute9 = hr_api.g_varchar2) then
678: p_rec.lop_attribute9 :=
679: ben_lop_shd.g_old_rec.lop_attribute9;

Line 679: ben_lop_shd.g_old_rec.lop_attribute9;

675: ben_lop_shd.g_old_rec.lop_attribute8;
676: End If;
677: If (p_rec.lop_attribute9 = hr_api.g_varchar2) then
678: p_rec.lop_attribute9 :=
679: ben_lop_shd.g_old_rec.lop_attribute9;
680: End If;
681: If (p_rec.lop_attribute10 = hr_api.g_varchar2) then
682: p_rec.lop_attribute10 :=
683: ben_lop_shd.g_old_rec.lop_attribute10;

Line 683: ben_lop_shd.g_old_rec.lop_attribute10;

679: ben_lop_shd.g_old_rec.lop_attribute9;
680: End If;
681: If (p_rec.lop_attribute10 = hr_api.g_varchar2) then
682: p_rec.lop_attribute10 :=
683: ben_lop_shd.g_old_rec.lop_attribute10;
684: End If;
685: If (p_rec.lop_attribute11 = hr_api.g_varchar2) then
686: p_rec.lop_attribute11 :=
687: ben_lop_shd.g_old_rec.lop_attribute11;

Line 687: ben_lop_shd.g_old_rec.lop_attribute11;

683: ben_lop_shd.g_old_rec.lop_attribute10;
684: End If;
685: If (p_rec.lop_attribute11 = hr_api.g_varchar2) then
686: p_rec.lop_attribute11 :=
687: ben_lop_shd.g_old_rec.lop_attribute11;
688: End If;
689: If (p_rec.lop_attribute12 = hr_api.g_varchar2) then
690: p_rec.lop_attribute12 :=
691: ben_lop_shd.g_old_rec.lop_attribute12;

Line 691: ben_lop_shd.g_old_rec.lop_attribute12;

687: ben_lop_shd.g_old_rec.lop_attribute11;
688: End If;
689: If (p_rec.lop_attribute12 = hr_api.g_varchar2) then
690: p_rec.lop_attribute12 :=
691: ben_lop_shd.g_old_rec.lop_attribute12;
692: End If;
693: If (p_rec.lop_attribute13 = hr_api.g_varchar2) then
694: p_rec.lop_attribute13 :=
695: ben_lop_shd.g_old_rec.lop_attribute13;

Line 695: ben_lop_shd.g_old_rec.lop_attribute13;

691: ben_lop_shd.g_old_rec.lop_attribute12;
692: End If;
693: If (p_rec.lop_attribute13 = hr_api.g_varchar2) then
694: p_rec.lop_attribute13 :=
695: ben_lop_shd.g_old_rec.lop_attribute13;
696: End If;
697: If (p_rec.lop_attribute14 = hr_api.g_varchar2) then
698: p_rec.lop_attribute14 :=
699: ben_lop_shd.g_old_rec.lop_attribute14;

Line 699: ben_lop_shd.g_old_rec.lop_attribute14;

695: ben_lop_shd.g_old_rec.lop_attribute13;
696: End If;
697: If (p_rec.lop_attribute14 = hr_api.g_varchar2) then
698: p_rec.lop_attribute14 :=
699: ben_lop_shd.g_old_rec.lop_attribute14;
700: End If;
701: If (p_rec.lop_attribute15 = hr_api.g_varchar2) then
702: p_rec.lop_attribute15 :=
703: ben_lop_shd.g_old_rec.lop_attribute15;

Line 703: ben_lop_shd.g_old_rec.lop_attribute15;

699: ben_lop_shd.g_old_rec.lop_attribute14;
700: End If;
701: If (p_rec.lop_attribute15 = hr_api.g_varchar2) then
702: p_rec.lop_attribute15 :=
703: ben_lop_shd.g_old_rec.lop_attribute15;
704: End If;
705: If (p_rec.lop_attribute16 = hr_api.g_varchar2) then
706: p_rec.lop_attribute16 :=
707: ben_lop_shd.g_old_rec.lop_attribute16;

Line 707: ben_lop_shd.g_old_rec.lop_attribute16;

703: ben_lop_shd.g_old_rec.lop_attribute15;
704: End If;
705: If (p_rec.lop_attribute16 = hr_api.g_varchar2) then
706: p_rec.lop_attribute16 :=
707: ben_lop_shd.g_old_rec.lop_attribute16;
708: End If;
709: If (p_rec.lop_attribute17 = hr_api.g_varchar2) then
710: p_rec.lop_attribute17 :=
711: ben_lop_shd.g_old_rec.lop_attribute17;

Line 711: ben_lop_shd.g_old_rec.lop_attribute17;

707: ben_lop_shd.g_old_rec.lop_attribute16;
708: End If;
709: If (p_rec.lop_attribute17 = hr_api.g_varchar2) then
710: p_rec.lop_attribute17 :=
711: ben_lop_shd.g_old_rec.lop_attribute17;
712: End If;
713: If (p_rec.lop_attribute18 = hr_api.g_varchar2) then
714: p_rec.lop_attribute18 :=
715: ben_lop_shd.g_old_rec.lop_attribute18;

Line 715: ben_lop_shd.g_old_rec.lop_attribute18;

711: ben_lop_shd.g_old_rec.lop_attribute17;
712: End If;
713: If (p_rec.lop_attribute18 = hr_api.g_varchar2) then
714: p_rec.lop_attribute18 :=
715: ben_lop_shd.g_old_rec.lop_attribute18;
716: End If;
717: If (p_rec.lop_attribute19 = hr_api.g_varchar2) then
718: p_rec.lop_attribute19 :=
719: ben_lop_shd.g_old_rec.lop_attribute19;

Line 719: ben_lop_shd.g_old_rec.lop_attribute19;

715: ben_lop_shd.g_old_rec.lop_attribute18;
716: End If;
717: If (p_rec.lop_attribute19 = hr_api.g_varchar2) then
718: p_rec.lop_attribute19 :=
719: ben_lop_shd.g_old_rec.lop_attribute19;
720: End If;
721: If (p_rec.lop_attribute20 = hr_api.g_varchar2) then
722: p_rec.lop_attribute20 :=
723: ben_lop_shd.g_old_rec.lop_attribute20;

Line 723: ben_lop_shd.g_old_rec.lop_attribute20;

719: ben_lop_shd.g_old_rec.lop_attribute19;
720: End If;
721: If (p_rec.lop_attribute20 = hr_api.g_varchar2) then
722: p_rec.lop_attribute20 :=
723: ben_lop_shd.g_old_rec.lop_attribute20;
724: End If;
725: If (p_rec.lop_attribute21 = hr_api.g_varchar2) then
726: p_rec.lop_attribute21 :=
727: ben_lop_shd.g_old_rec.lop_attribute21;

Line 727: ben_lop_shd.g_old_rec.lop_attribute21;

723: ben_lop_shd.g_old_rec.lop_attribute20;
724: End If;
725: If (p_rec.lop_attribute21 = hr_api.g_varchar2) then
726: p_rec.lop_attribute21 :=
727: ben_lop_shd.g_old_rec.lop_attribute21;
728: End If;
729: If (p_rec.lop_attribute22 = hr_api.g_varchar2) then
730: p_rec.lop_attribute22 :=
731: ben_lop_shd.g_old_rec.lop_attribute22;

Line 731: ben_lop_shd.g_old_rec.lop_attribute22;

727: ben_lop_shd.g_old_rec.lop_attribute21;
728: End If;
729: If (p_rec.lop_attribute22 = hr_api.g_varchar2) then
730: p_rec.lop_attribute22 :=
731: ben_lop_shd.g_old_rec.lop_attribute22;
732: End If;
733: If (p_rec.lop_attribute23 = hr_api.g_varchar2) then
734: p_rec.lop_attribute23 :=
735: ben_lop_shd.g_old_rec.lop_attribute23;

Line 735: ben_lop_shd.g_old_rec.lop_attribute23;

731: ben_lop_shd.g_old_rec.lop_attribute22;
732: End If;
733: If (p_rec.lop_attribute23 = hr_api.g_varchar2) then
734: p_rec.lop_attribute23 :=
735: ben_lop_shd.g_old_rec.lop_attribute23;
736: End If;
737: If (p_rec.lop_attribute24 = hr_api.g_varchar2) then
738: p_rec.lop_attribute24 :=
739: ben_lop_shd.g_old_rec.lop_attribute24;

Line 739: ben_lop_shd.g_old_rec.lop_attribute24;

735: ben_lop_shd.g_old_rec.lop_attribute23;
736: End If;
737: If (p_rec.lop_attribute24 = hr_api.g_varchar2) then
738: p_rec.lop_attribute24 :=
739: ben_lop_shd.g_old_rec.lop_attribute24;
740: End If;
741: If (p_rec.lop_attribute25 = hr_api.g_varchar2) then
742: p_rec.lop_attribute25 :=
743: ben_lop_shd.g_old_rec.lop_attribute25;

Line 743: ben_lop_shd.g_old_rec.lop_attribute25;

739: ben_lop_shd.g_old_rec.lop_attribute24;
740: End If;
741: If (p_rec.lop_attribute25 = hr_api.g_varchar2) then
742: p_rec.lop_attribute25 :=
743: ben_lop_shd.g_old_rec.lop_attribute25;
744: End If;
745: If (p_rec.lop_attribute26 = hr_api.g_varchar2) then
746: p_rec.lop_attribute26 :=
747: ben_lop_shd.g_old_rec.lop_attribute26;

Line 747: ben_lop_shd.g_old_rec.lop_attribute26;

743: ben_lop_shd.g_old_rec.lop_attribute25;
744: End If;
745: If (p_rec.lop_attribute26 = hr_api.g_varchar2) then
746: p_rec.lop_attribute26 :=
747: ben_lop_shd.g_old_rec.lop_attribute26;
748: End If;
749: If (p_rec.lop_attribute27 = hr_api.g_varchar2) then
750: p_rec.lop_attribute27 :=
751: ben_lop_shd.g_old_rec.lop_attribute27;

Line 751: ben_lop_shd.g_old_rec.lop_attribute27;

747: ben_lop_shd.g_old_rec.lop_attribute26;
748: End If;
749: If (p_rec.lop_attribute27 = hr_api.g_varchar2) then
750: p_rec.lop_attribute27 :=
751: ben_lop_shd.g_old_rec.lop_attribute27;
752: End If;
753: If (p_rec.lop_attribute28 = hr_api.g_varchar2) then
754: p_rec.lop_attribute28 :=
755: ben_lop_shd.g_old_rec.lop_attribute28;

Line 755: ben_lop_shd.g_old_rec.lop_attribute28;

751: ben_lop_shd.g_old_rec.lop_attribute27;
752: End If;
753: If (p_rec.lop_attribute28 = hr_api.g_varchar2) then
754: p_rec.lop_attribute28 :=
755: ben_lop_shd.g_old_rec.lop_attribute28;
756: End If;
757: If (p_rec.lop_attribute29 = hr_api.g_varchar2) then
758: p_rec.lop_attribute29 :=
759: ben_lop_shd.g_old_rec.lop_attribute29;

Line 759: ben_lop_shd.g_old_rec.lop_attribute29;

755: ben_lop_shd.g_old_rec.lop_attribute28;
756: End If;
757: If (p_rec.lop_attribute29 = hr_api.g_varchar2) then
758: p_rec.lop_attribute29 :=
759: ben_lop_shd.g_old_rec.lop_attribute29;
760: End If;
761: If (p_rec.lop_attribute30 = hr_api.g_varchar2) then
762: p_rec.lop_attribute30 :=
763: ben_lop_shd.g_old_rec.lop_attribute30;

Line 763: ben_lop_shd.g_old_rec.lop_attribute30;

759: ben_lop_shd.g_old_rec.lop_attribute29;
760: End If;
761: If (p_rec.lop_attribute30 = hr_api.g_varchar2) then
762: p_rec.lop_attribute30 :=
763: ben_lop_shd.g_old_rec.lop_attribute30;
764: End If;
765:
766: --
767: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 776: p_rec in out nocopy ben_lop_shd.g_rec_type,

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

Line 794: ben_lop_shd.lck

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

Line 900: l_rec ben_lop_shd.g_rec_type;

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

Line 910: ben_lop_shd.convert_args

906: -- Call conversion function to turn arguments into the
907: -- l_rec structure.
908: --
909: l_rec :=
910: ben_lop_shd.convert_args
911: (
912: p_ler_chg_oipl_enrt_id,
913: null,
914: null,