DBA Data[Home] [Help]

APPS.BEN_SHR_UPD dependencies on BEN_SHR_SHD

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

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

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

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

132: where schedd_hrs_rt_id = p_rec.schedd_hrs_rt_id
133: and effective_start_date = p_validation_start_date
134: and effective_end_date = p_validation_end_date;
135: --
136: ben_shr_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_shr_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_shr_shd.g_api_dml := false; -- Unset the api dml status
149: ben_shr_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_shr_shd.constraint_error

145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_shr_shd.g_api_dml := false; -- Unset the api dml status
149: ben_shr_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_shr_shd.g_api_dml := false; -- Unset the api dml status

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

149: ben_shr_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_shr_shd.g_api_dml := false; -- Unset the api dml status
154: ben_shr_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When Others Then
157: ben_shr_shd.g_api_dml := false; -- Unset the api dml status

Line 154: ben_shr_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_shr_shd.g_api_dml := false; -- Unset the api dml status
154: ben_shr_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When Others Then
157: ben_shr_shd.g_api_dml := false; -- Unset the api dml status
158: Raise;

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

153: ben_shr_shd.g_api_dml := false; -- Unset the api dml status
154: ben_shr_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When Others Then
157: ben_shr_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_shr_shd.g_rec_type,

189: --
190: -- {End Of Comments}
191: -- ----------------------------------------------------------------------------
192: Procedure update_dml
193: (p_rec in out nocopy ben_shr_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_shr_shd.g_rec_type,

253: --
254: -- {End Of Comments}
255: -- ----------------------------------------------------------------------------
256: Procedure dt_pre_update
257: (p_rec in out nocopy ben_shr_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_shr_shd.upd_effective_end_date

269: hr_utility.set_location(l_proc, 10);
270: --
271: -- Update the current effective end date
272: --
273: ben_shr_shd.upd_effective_end_date
274: (p_effective_date => p_effective_date,
275: p_base_key_value => p_rec.schedd_hrs_rt_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_shr_shd.g_rec_type,

338: --
339: -- {End Of Comments}
340: -- ----------------------------------------------------------------------------
341: Procedure pre_update
342: (p_rec in out nocopy ben_shr_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_shr_shd.g_rec_type,

394: --
395: -- {End Of Comments}
396: -- ----------------------------------------------------------------------------
397: Procedure post_update
398: (p_rec in ben_shr_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_shr_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_shr_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_shr_shd.g_old_rec.effective_end_date
469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num

Line 468: ,p_effective_end_date_o =>ben_shr_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_shr_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_shr_shd.g_old_rec.effective_end_date
469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd

Line 469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_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_shr_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_shr_shd.g_old_rec.effective_end_date
469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num

Line 470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag

466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_shr_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_shr_shd.g_old_rec.effective_end_date
469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num

Line 471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num

467: ,p_effective_start_date_o =>ben_shr_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_shr_shd.g_old_rec.effective_end_date
469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl

Line 472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd

468: ,p_effective_end_date_o =>ben_shr_shd.g_old_rec.effective_end_date
469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd

Line 473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num

469: ,p_vrbl_rt_prfl_id_o =>ben_shr_shd.g_old_rec.vrbl_rt_prfl_id
470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl

Line 474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num

470: ,p_excld_flag_o =>ben_shr_shd.g_old_rec.excld_flag
471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd

Line 475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl

471: ,p_ordr_num_o =>ben_shr_shd.g_old_rec.ordr_num
472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl

Line 476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd

472: ,p_freq_cd_o =>ben_shr_shd.g_old_rec.freq_cd
473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id

Line 477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl

473: ,p_hrs_num_o =>ben_shr_shd.g_old_rec.hrs_num
474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category

Line 478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd

474: ,p_max_hrs_num_o =>ben_shr_shd.g_old_rec.max_hrs_num
475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1

Line 479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl

475: ,p_schedd_hrs_rl_o =>ben_shr_shd.g_old_rec.schedd_hrs_rl
476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2

Line 480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id

476: ,p_determination_cd_o =>ben_shr_shd.g_old_rec.determination_cd
477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3

Line 481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category

477: ,p_determination_rl_o =>ben_shr_shd.g_old_rec.determination_rl
478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4

Line 482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1

478: ,p_rounding_cd_o =>ben_shr_shd.g_old_rec.rounding_cd
479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5

Line 483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2

479: ,p_rounding_rl_o =>ben_shr_shd.g_old_rec.rounding_rl
480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6

Line 484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3

480: ,p_business_group_id_o =>ben_shr_shd.g_old_rec.business_group_id
481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7

Line 485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4

481: ,p_shr_attribute_category_o =>ben_shr_shd.g_old_rec.shr_attribute_category
482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8

Line 486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5

482: ,p_shr_attribute1_o =>ben_shr_shd.g_old_rec.shr_attribute1
483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9

Line 487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6

483: ,p_shr_attribute2_o =>ben_shr_shd.g_old_rec.shr_attribute2
484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10

Line 488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7

484: ,p_shr_attribute3_o =>ben_shr_shd.g_old_rec.shr_attribute3
485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11

Line 489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8

485: ,p_shr_attribute4_o =>ben_shr_shd.g_old_rec.shr_attribute4
486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12

Line 490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9

486: ,p_shr_attribute5_o =>ben_shr_shd.g_old_rec.shr_attribute5
487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13

Line 491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10

487: ,p_shr_attribute6_o =>ben_shr_shd.g_old_rec.shr_attribute6
488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14

Line 492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11

488: ,p_shr_attribute7_o =>ben_shr_shd.g_old_rec.shr_attribute7
489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15

Line 493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12

489: ,p_shr_attribute8_o =>ben_shr_shd.g_old_rec.shr_attribute8
490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16

Line 494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13

490: ,p_shr_attribute9_o =>ben_shr_shd.g_old_rec.shr_attribute9
491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17

Line 495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14

491: ,p_shr_attribute10_o =>ben_shr_shd.g_old_rec.shr_attribute10
492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18

Line 496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15

492: ,p_shr_attribute11_o =>ben_shr_shd.g_old_rec.shr_attribute11
493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19

Line 497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16

493: ,p_shr_attribute12_o =>ben_shr_shd.g_old_rec.shr_attribute12
494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20

Line 498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17

494: ,p_shr_attribute13_o =>ben_shr_shd.g_old_rec.shr_attribute13
495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21

Line 499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18

495: ,p_shr_attribute14_o =>ben_shr_shd.g_old_rec.shr_attribute14
496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22

Line 500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19

496: ,p_shr_attribute15_o =>ben_shr_shd.g_old_rec.shr_attribute15
497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23

Line 501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20

497: ,p_shr_attribute16_o =>ben_shr_shd.g_old_rec.shr_attribute16
498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24

Line 502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21

498: ,p_shr_attribute17_o =>ben_shr_shd.g_old_rec.shr_attribute17
499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25

Line 503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22

499: ,p_shr_attribute18_o =>ben_shr_shd.g_old_rec.shr_attribute18
500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26

Line 504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23

500: ,p_shr_attribute19_o =>ben_shr_shd.g_old_rec.shr_attribute19
501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27

Line 505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24

501: ,p_shr_attribute20_o =>ben_shr_shd.g_old_rec.shr_attribute20
502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28

Line 506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25

502: ,p_shr_attribute21_o =>ben_shr_shd.g_old_rec.shr_attribute21
503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29

Line 507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26

503: ,p_shr_attribute22_o =>ben_shr_shd.g_old_rec.shr_attribute22
504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29
511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30

Line 508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27

504: ,p_shr_attribute23_o =>ben_shr_shd.g_old_rec.shr_attribute23
505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29
511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30
512: ,p_object_version_number_o =>ben_shr_shd.g_old_rec.object_version_number

Line 509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28

505: ,p_shr_attribute24_o =>ben_shr_shd.g_old_rec.shr_attribute24
506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29
511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30
512: ,p_object_version_number_o =>ben_shr_shd.g_old_rec.object_version_number
513: );

Line 510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29

506: ,p_shr_attribute25_o =>ben_shr_shd.g_old_rec.shr_attribute25
507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29
511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30
512: ,p_object_version_number_o =>ben_shr_shd.g_old_rec.object_version_number
513: );
514: --

Line 511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30

507: ,p_shr_attribute26_o =>ben_shr_shd.g_old_rec.shr_attribute26
508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29
511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30
512: ,p_object_version_number_o =>ben_shr_shd.g_old_rec.object_version_number
513: );
514: --
515: exception

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

508: ,p_shr_attribute27_o =>ben_shr_shd.g_old_rec.shr_attribute27
509: ,p_shr_attribute28_o =>ben_shr_shd.g_old_rec.shr_attribute28
510: ,p_shr_attribute29_o =>ben_shr_shd.g_old_rec.shr_attribute29
511: ,p_shr_attribute30_o =>ben_shr_shd.g_old_rec.shr_attribute30
512: ,p_object_version_number_o =>ben_shr_shd.g_old_rec.object_version_number
513: );
514: --
515: exception
516: --

Line 574: Procedure convert_defs(p_rec in out nocopy ben_shr_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_shr_shd.g_rec_type) is
575: --
576: l_proc varchar2(72) := g_package||'convert_defs';
577: --
578: Begin

Line 589: ben_shr_shd.g_old_rec.vrbl_rt_prfl_id;

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

Line 593: ben_shr_shd.g_old_rec.excld_flag;

589: ben_shr_shd.g_old_rec.vrbl_rt_prfl_id;
590: End If;
591: If (p_rec.excld_flag = hr_api.g_varchar2) then
592: p_rec.excld_flag :=
593: ben_shr_shd.g_old_rec.excld_flag;
594: End If;
595: If (p_rec.ordr_num = hr_api.g_number) then
596: p_rec.ordr_num :=
597: ben_shr_shd.g_old_rec.ordr_num;

Line 597: ben_shr_shd.g_old_rec.ordr_num;

593: ben_shr_shd.g_old_rec.excld_flag;
594: End If;
595: If (p_rec.ordr_num = hr_api.g_number) then
596: p_rec.ordr_num :=
597: ben_shr_shd.g_old_rec.ordr_num;
598: End If;
599: If (p_rec.freq_cd = hr_api.g_varchar2) then
600: p_rec.freq_cd :=
601: ben_shr_shd.g_old_rec.freq_cd;

Line 601: ben_shr_shd.g_old_rec.freq_cd;

597: ben_shr_shd.g_old_rec.ordr_num;
598: End If;
599: If (p_rec.freq_cd = hr_api.g_varchar2) then
600: p_rec.freq_cd :=
601: ben_shr_shd.g_old_rec.freq_cd;
602: End If;
603: If (p_rec.hrs_num = hr_api.g_number) then
604: p_rec.hrs_num :=
605: ben_shr_shd.g_old_rec.hrs_num;

Line 605: ben_shr_shd.g_old_rec.hrs_num;

601: ben_shr_shd.g_old_rec.freq_cd;
602: End If;
603: If (p_rec.hrs_num = hr_api.g_number) then
604: p_rec.hrs_num :=
605: ben_shr_shd.g_old_rec.hrs_num;
606: End If;
607:
608: If (p_rec.max_hrs_num = hr_api.g_number) then
609: p_rec.max_hrs_num :=

Line 610: ben_shr_shd.g_old_rec.max_hrs_num;

606: End If;
607:
608: If (p_rec.max_hrs_num = hr_api.g_number) then
609: p_rec.max_hrs_num :=
610: ben_shr_shd.g_old_rec.max_hrs_num;
611: End If;
612: If (p_rec.schedd_hrs_rl = hr_api.g_number) then
613: p_rec.schedd_hrs_rl :=
614: ben_shr_shd.g_old_rec.schedd_hrs_rl;

Line 614: ben_shr_shd.g_old_rec.schedd_hrs_rl;

610: ben_shr_shd.g_old_rec.max_hrs_num;
611: End If;
612: If (p_rec.schedd_hrs_rl = hr_api.g_number) then
613: p_rec.schedd_hrs_rl :=
614: ben_shr_shd.g_old_rec.schedd_hrs_rl;
615: End If;
616: If (p_rec.determination_cd = hr_api.g_varchar2) then
617: p_rec.determination_cd :=
618: ben_shr_shd.g_old_rec.determination_cd;

Line 618: ben_shr_shd.g_old_rec.determination_cd;

614: ben_shr_shd.g_old_rec.schedd_hrs_rl;
615: End If;
616: If (p_rec.determination_cd = hr_api.g_varchar2) then
617: p_rec.determination_cd :=
618: ben_shr_shd.g_old_rec.determination_cd;
619: End If;
620: If (p_rec.determination_rl = hr_api.g_number) then
621: p_rec.determination_rl :=
622: ben_shr_shd.g_old_rec.determination_rl;

Line 622: ben_shr_shd.g_old_rec.determination_rl;

618: ben_shr_shd.g_old_rec.determination_cd;
619: End If;
620: If (p_rec.determination_rl = hr_api.g_number) then
621: p_rec.determination_rl :=
622: ben_shr_shd.g_old_rec.determination_rl;
623: End If;
624: If (p_rec.rounding_cd = hr_api.g_varchar2) then
625: p_rec.rounding_cd :=
626: ben_shr_shd.g_old_rec.rounding_cd;

Line 626: ben_shr_shd.g_old_rec.rounding_cd;

622: ben_shr_shd.g_old_rec.determination_rl;
623: End If;
624: If (p_rec.rounding_cd = hr_api.g_varchar2) then
625: p_rec.rounding_cd :=
626: ben_shr_shd.g_old_rec.rounding_cd;
627: End If;
628: If (p_rec.rounding_rl = hr_api.g_number) then
629: p_rec.rounding_rl :=
630: ben_shr_shd.g_old_rec.rounding_rl;

Line 630: ben_shr_shd.g_old_rec.rounding_rl;

626: ben_shr_shd.g_old_rec.rounding_cd;
627: End If;
628: If (p_rec.rounding_rl = hr_api.g_number) then
629: p_rec.rounding_rl :=
630: ben_shr_shd.g_old_rec.rounding_rl;
631: End If;
632:
633:
634: If (p_rec.business_group_id = hr_api.g_number) then

Line 636: ben_shr_shd.g_old_rec.business_group_id;

632:
633:
634: If (p_rec.business_group_id = hr_api.g_number) then
635: p_rec.business_group_id :=
636: ben_shr_shd.g_old_rec.business_group_id;
637: End If;
638: If (p_rec.shr_attribute_category = hr_api.g_varchar2) then
639: p_rec.shr_attribute_category :=
640: ben_shr_shd.g_old_rec.shr_attribute_category;

Line 640: ben_shr_shd.g_old_rec.shr_attribute_category;

636: ben_shr_shd.g_old_rec.business_group_id;
637: End If;
638: If (p_rec.shr_attribute_category = hr_api.g_varchar2) then
639: p_rec.shr_attribute_category :=
640: ben_shr_shd.g_old_rec.shr_attribute_category;
641: End If;
642: If (p_rec.shr_attribute1 = hr_api.g_varchar2) then
643: p_rec.shr_attribute1 :=
644: ben_shr_shd.g_old_rec.shr_attribute1;

Line 644: ben_shr_shd.g_old_rec.shr_attribute1;

640: ben_shr_shd.g_old_rec.shr_attribute_category;
641: End If;
642: If (p_rec.shr_attribute1 = hr_api.g_varchar2) then
643: p_rec.shr_attribute1 :=
644: ben_shr_shd.g_old_rec.shr_attribute1;
645: End If;
646: If (p_rec.shr_attribute2 = hr_api.g_varchar2) then
647: p_rec.shr_attribute2 :=
648: ben_shr_shd.g_old_rec.shr_attribute2;

Line 648: ben_shr_shd.g_old_rec.shr_attribute2;

644: ben_shr_shd.g_old_rec.shr_attribute1;
645: End If;
646: If (p_rec.shr_attribute2 = hr_api.g_varchar2) then
647: p_rec.shr_attribute2 :=
648: ben_shr_shd.g_old_rec.shr_attribute2;
649: End If;
650: If (p_rec.shr_attribute3 = hr_api.g_varchar2) then
651: p_rec.shr_attribute3 :=
652: ben_shr_shd.g_old_rec.shr_attribute3;

Line 652: ben_shr_shd.g_old_rec.shr_attribute3;

648: ben_shr_shd.g_old_rec.shr_attribute2;
649: End If;
650: If (p_rec.shr_attribute3 = hr_api.g_varchar2) then
651: p_rec.shr_attribute3 :=
652: ben_shr_shd.g_old_rec.shr_attribute3;
653: End If;
654: If (p_rec.shr_attribute4 = hr_api.g_varchar2) then
655: p_rec.shr_attribute4 :=
656: ben_shr_shd.g_old_rec.shr_attribute4;

Line 656: ben_shr_shd.g_old_rec.shr_attribute4;

652: ben_shr_shd.g_old_rec.shr_attribute3;
653: End If;
654: If (p_rec.shr_attribute4 = hr_api.g_varchar2) then
655: p_rec.shr_attribute4 :=
656: ben_shr_shd.g_old_rec.shr_attribute4;
657: End If;
658: If (p_rec.shr_attribute5 = hr_api.g_varchar2) then
659: p_rec.shr_attribute5 :=
660: ben_shr_shd.g_old_rec.shr_attribute5;

Line 660: ben_shr_shd.g_old_rec.shr_attribute5;

656: ben_shr_shd.g_old_rec.shr_attribute4;
657: End If;
658: If (p_rec.shr_attribute5 = hr_api.g_varchar2) then
659: p_rec.shr_attribute5 :=
660: ben_shr_shd.g_old_rec.shr_attribute5;
661: End If;
662: If (p_rec.shr_attribute6 = hr_api.g_varchar2) then
663: p_rec.shr_attribute6 :=
664: ben_shr_shd.g_old_rec.shr_attribute6;

Line 664: ben_shr_shd.g_old_rec.shr_attribute6;

660: ben_shr_shd.g_old_rec.shr_attribute5;
661: End If;
662: If (p_rec.shr_attribute6 = hr_api.g_varchar2) then
663: p_rec.shr_attribute6 :=
664: ben_shr_shd.g_old_rec.shr_attribute6;
665: End If;
666: If (p_rec.shr_attribute7 = hr_api.g_varchar2) then
667: p_rec.shr_attribute7 :=
668: ben_shr_shd.g_old_rec.shr_attribute7;

Line 668: ben_shr_shd.g_old_rec.shr_attribute7;

664: ben_shr_shd.g_old_rec.shr_attribute6;
665: End If;
666: If (p_rec.shr_attribute7 = hr_api.g_varchar2) then
667: p_rec.shr_attribute7 :=
668: ben_shr_shd.g_old_rec.shr_attribute7;
669: End If;
670: If (p_rec.shr_attribute8 = hr_api.g_varchar2) then
671: p_rec.shr_attribute8 :=
672: ben_shr_shd.g_old_rec.shr_attribute8;

Line 672: ben_shr_shd.g_old_rec.shr_attribute8;

668: ben_shr_shd.g_old_rec.shr_attribute7;
669: End If;
670: If (p_rec.shr_attribute8 = hr_api.g_varchar2) then
671: p_rec.shr_attribute8 :=
672: ben_shr_shd.g_old_rec.shr_attribute8;
673: End If;
674: If (p_rec.shr_attribute9 = hr_api.g_varchar2) then
675: p_rec.shr_attribute9 :=
676: ben_shr_shd.g_old_rec.shr_attribute9;

Line 676: ben_shr_shd.g_old_rec.shr_attribute9;

672: ben_shr_shd.g_old_rec.shr_attribute8;
673: End If;
674: If (p_rec.shr_attribute9 = hr_api.g_varchar2) then
675: p_rec.shr_attribute9 :=
676: ben_shr_shd.g_old_rec.shr_attribute9;
677: End If;
678: If (p_rec.shr_attribute10 = hr_api.g_varchar2) then
679: p_rec.shr_attribute10 :=
680: ben_shr_shd.g_old_rec.shr_attribute10;

Line 680: ben_shr_shd.g_old_rec.shr_attribute10;

676: ben_shr_shd.g_old_rec.shr_attribute9;
677: End If;
678: If (p_rec.shr_attribute10 = hr_api.g_varchar2) then
679: p_rec.shr_attribute10 :=
680: ben_shr_shd.g_old_rec.shr_attribute10;
681: End If;
682: If (p_rec.shr_attribute11 = hr_api.g_varchar2) then
683: p_rec.shr_attribute11 :=
684: ben_shr_shd.g_old_rec.shr_attribute11;

Line 684: ben_shr_shd.g_old_rec.shr_attribute11;

680: ben_shr_shd.g_old_rec.shr_attribute10;
681: End If;
682: If (p_rec.shr_attribute11 = hr_api.g_varchar2) then
683: p_rec.shr_attribute11 :=
684: ben_shr_shd.g_old_rec.shr_attribute11;
685: End If;
686: If (p_rec.shr_attribute12 = hr_api.g_varchar2) then
687: p_rec.shr_attribute12 :=
688: ben_shr_shd.g_old_rec.shr_attribute12;

Line 688: ben_shr_shd.g_old_rec.shr_attribute12;

684: ben_shr_shd.g_old_rec.shr_attribute11;
685: End If;
686: If (p_rec.shr_attribute12 = hr_api.g_varchar2) then
687: p_rec.shr_attribute12 :=
688: ben_shr_shd.g_old_rec.shr_attribute12;
689: End If;
690: If (p_rec.shr_attribute13 = hr_api.g_varchar2) then
691: p_rec.shr_attribute13 :=
692: ben_shr_shd.g_old_rec.shr_attribute13;

Line 692: ben_shr_shd.g_old_rec.shr_attribute13;

688: ben_shr_shd.g_old_rec.shr_attribute12;
689: End If;
690: If (p_rec.shr_attribute13 = hr_api.g_varchar2) then
691: p_rec.shr_attribute13 :=
692: ben_shr_shd.g_old_rec.shr_attribute13;
693: End If;
694: If (p_rec.shr_attribute14 = hr_api.g_varchar2) then
695: p_rec.shr_attribute14 :=
696: ben_shr_shd.g_old_rec.shr_attribute14;

Line 696: ben_shr_shd.g_old_rec.shr_attribute14;

692: ben_shr_shd.g_old_rec.shr_attribute13;
693: End If;
694: If (p_rec.shr_attribute14 = hr_api.g_varchar2) then
695: p_rec.shr_attribute14 :=
696: ben_shr_shd.g_old_rec.shr_attribute14;
697: End If;
698: If (p_rec.shr_attribute15 = hr_api.g_varchar2) then
699: p_rec.shr_attribute15 :=
700: ben_shr_shd.g_old_rec.shr_attribute15;

Line 700: ben_shr_shd.g_old_rec.shr_attribute15;

696: ben_shr_shd.g_old_rec.shr_attribute14;
697: End If;
698: If (p_rec.shr_attribute15 = hr_api.g_varchar2) then
699: p_rec.shr_attribute15 :=
700: ben_shr_shd.g_old_rec.shr_attribute15;
701: End If;
702: If (p_rec.shr_attribute16 = hr_api.g_varchar2) then
703: p_rec.shr_attribute16 :=
704: ben_shr_shd.g_old_rec.shr_attribute16;

Line 704: ben_shr_shd.g_old_rec.shr_attribute16;

700: ben_shr_shd.g_old_rec.shr_attribute15;
701: End If;
702: If (p_rec.shr_attribute16 = hr_api.g_varchar2) then
703: p_rec.shr_attribute16 :=
704: ben_shr_shd.g_old_rec.shr_attribute16;
705: End If;
706: If (p_rec.shr_attribute17 = hr_api.g_varchar2) then
707: p_rec.shr_attribute17 :=
708: ben_shr_shd.g_old_rec.shr_attribute17;

Line 708: ben_shr_shd.g_old_rec.shr_attribute17;

704: ben_shr_shd.g_old_rec.shr_attribute16;
705: End If;
706: If (p_rec.shr_attribute17 = hr_api.g_varchar2) then
707: p_rec.shr_attribute17 :=
708: ben_shr_shd.g_old_rec.shr_attribute17;
709: End If;
710: If (p_rec.shr_attribute18 = hr_api.g_varchar2) then
711: p_rec.shr_attribute18 :=
712: ben_shr_shd.g_old_rec.shr_attribute18;

Line 712: ben_shr_shd.g_old_rec.shr_attribute18;

708: ben_shr_shd.g_old_rec.shr_attribute17;
709: End If;
710: If (p_rec.shr_attribute18 = hr_api.g_varchar2) then
711: p_rec.shr_attribute18 :=
712: ben_shr_shd.g_old_rec.shr_attribute18;
713: End If;
714: If (p_rec.shr_attribute19 = hr_api.g_varchar2) then
715: p_rec.shr_attribute19 :=
716: ben_shr_shd.g_old_rec.shr_attribute19;

Line 716: ben_shr_shd.g_old_rec.shr_attribute19;

712: ben_shr_shd.g_old_rec.shr_attribute18;
713: End If;
714: If (p_rec.shr_attribute19 = hr_api.g_varchar2) then
715: p_rec.shr_attribute19 :=
716: ben_shr_shd.g_old_rec.shr_attribute19;
717: End If;
718: If (p_rec.shr_attribute20 = hr_api.g_varchar2) then
719: p_rec.shr_attribute20 :=
720: ben_shr_shd.g_old_rec.shr_attribute20;

Line 720: ben_shr_shd.g_old_rec.shr_attribute20;

716: ben_shr_shd.g_old_rec.shr_attribute19;
717: End If;
718: If (p_rec.shr_attribute20 = hr_api.g_varchar2) then
719: p_rec.shr_attribute20 :=
720: ben_shr_shd.g_old_rec.shr_attribute20;
721: End If;
722: If (p_rec.shr_attribute21 = hr_api.g_varchar2) then
723: p_rec.shr_attribute21 :=
724: ben_shr_shd.g_old_rec.shr_attribute21;

Line 724: ben_shr_shd.g_old_rec.shr_attribute21;

720: ben_shr_shd.g_old_rec.shr_attribute20;
721: End If;
722: If (p_rec.shr_attribute21 = hr_api.g_varchar2) then
723: p_rec.shr_attribute21 :=
724: ben_shr_shd.g_old_rec.shr_attribute21;
725: End If;
726: If (p_rec.shr_attribute22 = hr_api.g_varchar2) then
727: p_rec.shr_attribute22 :=
728: ben_shr_shd.g_old_rec.shr_attribute22;

Line 728: ben_shr_shd.g_old_rec.shr_attribute22;

724: ben_shr_shd.g_old_rec.shr_attribute21;
725: End If;
726: If (p_rec.shr_attribute22 = hr_api.g_varchar2) then
727: p_rec.shr_attribute22 :=
728: ben_shr_shd.g_old_rec.shr_attribute22;
729: End If;
730: If (p_rec.shr_attribute23 = hr_api.g_varchar2) then
731: p_rec.shr_attribute23 :=
732: ben_shr_shd.g_old_rec.shr_attribute23;

Line 732: ben_shr_shd.g_old_rec.shr_attribute23;

728: ben_shr_shd.g_old_rec.shr_attribute22;
729: End If;
730: If (p_rec.shr_attribute23 = hr_api.g_varchar2) then
731: p_rec.shr_attribute23 :=
732: ben_shr_shd.g_old_rec.shr_attribute23;
733: End If;
734: If (p_rec.shr_attribute24 = hr_api.g_varchar2) then
735: p_rec.shr_attribute24 :=
736: ben_shr_shd.g_old_rec.shr_attribute24;

Line 736: ben_shr_shd.g_old_rec.shr_attribute24;

732: ben_shr_shd.g_old_rec.shr_attribute23;
733: End If;
734: If (p_rec.shr_attribute24 = hr_api.g_varchar2) then
735: p_rec.shr_attribute24 :=
736: ben_shr_shd.g_old_rec.shr_attribute24;
737: End If;
738: If (p_rec.shr_attribute25 = hr_api.g_varchar2) then
739: p_rec.shr_attribute25 :=
740: ben_shr_shd.g_old_rec.shr_attribute25;

Line 740: ben_shr_shd.g_old_rec.shr_attribute25;

736: ben_shr_shd.g_old_rec.shr_attribute24;
737: End If;
738: If (p_rec.shr_attribute25 = hr_api.g_varchar2) then
739: p_rec.shr_attribute25 :=
740: ben_shr_shd.g_old_rec.shr_attribute25;
741: End If;
742: If (p_rec.shr_attribute26 = hr_api.g_varchar2) then
743: p_rec.shr_attribute26 :=
744: ben_shr_shd.g_old_rec.shr_attribute26;

Line 744: ben_shr_shd.g_old_rec.shr_attribute26;

740: ben_shr_shd.g_old_rec.shr_attribute25;
741: End If;
742: If (p_rec.shr_attribute26 = hr_api.g_varchar2) then
743: p_rec.shr_attribute26 :=
744: ben_shr_shd.g_old_rec.shr_attribute26;
745: End If;
746: If (p_rec.shr_attribute27 = hr_api.g_varchar2) then
747: p_rec.shr_attribute27 :=
748: ben_shr_shd.g_old_rec.shr_attribute27;

Line 748: ben_shr_shd.g_old_rec.shr_attribute27;

744: ben_shr_shd.g_old_rec.shr_attribute26;
745: End If;
746: If (p_rec.shr_attribute27 = hr_api.g_varchar2) then
747: p_rec.shr_attribute27 :=
748: ben_shr_shd.g_old_rec.shr_attribute27;
749: End If;
750: If (p_rec.shr_attribute28 = hr_api.g_varchar2) then
751: p_rec.shr_attribute28 :=
752: ben_shr_shd.g_old_rec.shr_attribute28;

Line 752: ben_shr_shd.g_old_rec.shr_attribute28;

748: ben_shr_shd.g_old_rec.shr_attribute27;
749: End If;
750: If (p_rec.shr_attribute28 = hr_api.g_varchar2) then
751: p_rec.shr_attribute28 :=
752: ben_shr_shd.g_old_rec.shr_attribute28;
753: End If;
754: If (p_rec.shr_attribute29 = hr_api.g_varchar2) then
755: p_rec.shr_attribute29 :=
756: ben_shr_shd.g_old_rec.shr_attribute29;

Line 756: ben_shr_shd.g_old_rec.shr_attribute29;

752: ben_shr_shd.g_old_rec.shr_attribute28;
753: End If;
754: If (p_rec.shr_attribute29 = hr_api.g_varchar2) then
755: p_rec.shr_attribute29 :=
756: ben_shr_shd.g_old_rec.shr_attribute29;
757: End If;
758: If (p_rec.shr_attribute30 = hr_api.g_varchar2) then
759: p_rec.shr_attribute30 :=
760: ben_shr_shd.g_old_rec.shr_attribute30;

Line 760: ben_shr_shd.g_old_rec.shr_attribute30;

756: ben_shr_shd.g_old_rec.shr_attribute29;
757: End If;
758: If (p_rec.shr_attribute30 = hr_api.g_varchar2) then
759: p_rec.shr_attribute30 :=
760: ben_shr_shd.g_old_rec.shr_attribute30;
761: End If;
762:
763: --
764: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 773: p_rec in out nocopy ben_shr_shd.g_rec_type,

769: -- |---------------------------------< upd >----------------------------------|
770: -- ----------------------------------------------------------------------------
771: Procedure upd
772: (
773: p_rec in out nocopy ben_shr_shd.g_rec_type,
774: p_effective_date in date,
775: p_datetrack_mode in varchar2
776: ) is
777: --

Line 791: ben_shr_shd.lck

787: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
788: --
789: -- We must lock the row which we need to update.
790: --
791: ben_shr_shd.lck
792: (p_effective_date => p_effective_date,
793: p_datetrack_mode => p_datetrack_mode,
794: p_schedd_hrs_rt_id => p_rec.schedd_hrs_rt_id,
795: p_object_version_number => p_rec.object_version_number,

Line 897: l_rec ben_shr_shd.g_rec_type;

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

Line 907: ben_shr_shd.convert_args

903: -- Call conversion function to turn arguments into the
904: -- l_rec structure.
905: --
906: l_rec :=
907: ben_shr_shd.convert_args
908: (
909: p_schedd_hrs_rt_id,
910: null,
911: null,