DBA Data[Home] [Help]

APPS.BEN_HWF_UPD dependencies on BEN_HWF_SHD

Line 54: Procedure update_dml(p_rec in out nocopy ben_hwf_shd.g_rec_type) is

50: -- Internal Row Handler Use Only.
51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml(p_rec in out nocopy ben_hwf_shd.g_rec_type) is
55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin

Line 65: ben_hwf_shd.g_api_dml := true; -- Set the api dml status

61: -- Increment the object version
62: --
63: p_rec.object_version_number := p_rec.object_version_number + 1;
64: --
65: ben_hwf_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_hrs_wkd_in_perd_fctr Row
68: --
69: update ben_hrs_wkd_in_perd_fctr

Line 123: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

119: hwf_attribute30 = p_rec.hwf_attribute30,
120: object_version_number = p_rec.object_version_number
121: where hrs_wkd_in_perd_fctr_id = p_rec.hrs_wkd_in_perd_fctr_id;
122: --
123: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
124: --
125: hr_utility.set_location(' Leaving:'||l_proc, 10);
126: --
127: Exception

Line 130: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

126: --
127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
131: ben_hwf_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated

Line 131: ben_hwf_shd.constraint_error

127: Exception
128: When hr_api.check_integrity_violated Then
129: -- A check constraint has been violated
130: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
131: ben_hwf_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

Line 135: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

131: ben_hwf_shd.constraint_error
132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
136: ben_hwf_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated

Line 136: ben_hwf_shd.constraint_error

132: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
133: When hr_api.parent_integrity_violated Then
134: -- Parent integrity has been violated
135: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
136: ben_hwf_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

Line 140: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

136: ben_hwf_shd.constraint_error
137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
141: ben_hwf_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

Line 141: ben_hwf_shd.constraint_error

137: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
138: When hr_api.unique_integrity_violated Then
139: -- Unique integrity has been violated
140: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
141: ben_hwf_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
145: Raise;

Line 144: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status

140: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
141: ben_hwf_shd.constraint_error
142: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
143: When Others Then
144: ben_hwf_shd.g_api_dml := false; -- Unset the api dml status
145: Raise;
146: End update_dml;
147: --
148: -- ----------------------------------------------------------------------------

Line 180: Procedure pre_update(p_rec in ben_hwf_shd.g_rec_type) is

176: -- Internal Row Handler Use Only.
177: --
178: -- {End Of Comments}
179: -- ----------------------------------------------------------------------------
180: Procedure pre_update(p_rec in ben_hwf_shd.g_rec_type) is
181: --
182: l_proc varchar2(72) := g_package||'pre_update';
183: --
184: Begin

Line 223: p_effective_date in date,p_rec in ben_hwf_shd.g_rec_type) is

219: --
220: -- {End Of Comments}
221: -- ----------------------------------------------------------------------------
222: Procedure post_update(
223: p_effective_date in date,p_rec in ben_hwf_shd.g_rec_type) is
224: --
225: l_proc varchar2(72) := g_package||'post_update';
226: --
227: Begin

Line 288: ,p_name_o =>ben_hwf_shd.g_old_rec.name

284: ,p_hwf_attribute29 =>p_rec.hwf_attribute29
285: ,p_hwf_attribute30 =>p_rec.hwf_attribute30
286: ,p_object_version_number =>p_rec.object_version_number
287: ,p_effective_date =>p_effective_date
288: ,p_name_o =>ben_hwf_shd.g_old_rec.name
289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id
290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl

Line 289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id

285: ,p_hwf_attribute30 =>p_rec.hwf_attribute30
286: ,p_object_version_number =>p_rec.object_version_number
287: ,p_effective_date =>p_effective_date
288: ,p_name_o =>ben_hwf_shd.g_old_rec.name
289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id
290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd

Line 290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd

286: ,p_object_version_number =>p_rec.object_version_number
287: ,p_effective_date =>p_effective_date
288: ,p_name_o =>ben_hwf_shd.g_old_rec.name
289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id
290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl

Line 291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd

287: ,p_effective_date =>p_effective_date
288: ,p_name_o =>ben_hwf_shd.g_old_rec.name
289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id
290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag

Line 292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl

288: ,p_name_o =>ben_hwf_shd.g_old_rec.name
289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id
290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num

Line 293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd

289: ,p_business_group_id_o =>ben_hwf_shd.g_old_rec.business_group_id
290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag

Line 294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl

290: ,p_hrs_src_cd_o =>ben_hwf_shd.g_old_rec.hrs_src_cd
291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd

Line 295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag

291: ,p_rndg_cd_o =>ben_hwf_shd.g_old_rec.rndg_cd
292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num

Line 296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num

292: ,p_rndg_rl_o =>ben_hwf_shd.g_old_rec.rndg_rl
293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd

Line 297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag

293: ,p_hrs_wkd_det_cd_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_cd
294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd

Line 298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd

294: ,p_hrs_wkd_det_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_det_rl
295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl

Line 299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num

295: ,p_no_mn_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag
296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id

Line 300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd

296: ,p_mx_hrs_num_o =>ben_hwf_shd.g_old_rec.mx_hrs_num
297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id

Line 301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd

297: ,p_no_mx_hrs_wkd_flag_o =>ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag
298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category

Line 302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl

298: ,p_once_r_cntug_cd_o =>ben_hwf_shd.g_old_rec.once_r_cntug_cd
299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1

Line 303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id

299: ,p_mn_hrs_num_o =>ben_hwf_shd.g_old_rec.mn_hrs_num
300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2

Line 304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id

300: ,p_hrs_alt_val_to_use_cd_o =>ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd
301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3

Line 305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category

301: ,p_pyrl_freq_cd_o =>ben_hwf_shd.g_old_rec.pyrl_freq_cd
302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4

Line 306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1

302: ,p_hrs_wkd_calc_rl_o =>ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl
303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5

Line 307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2

303: ,p_defined_balance_id_o =>ben_hwf_shd.g_old_rec.defined_balance_id
304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6

Line 308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3

304: ,p_bnfts_bal_id_o =>ben_hwf_shd.g_old_rec.bnfts_bal_id
305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7

Line 309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4

305: ,p_hwf_attribute_category_o =>ben_hwf_shd.g_old_rec.hwf_attribute_category
306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8

Line 310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5

306: ,p_hwf_attribute1_o =>ben_hwf_shd.g_old_rec.hwf_attribute1
307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9

Line 311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6

307: ,p_hwf_attribute2_o =>ben_hwf_shd.g_old_rec.hwf_attribute2
308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10

Line 312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7

308: ,p_hwf_attribute3_o =>ben_hwf_shd.g_old_rec.hwf_attribute3
309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11

Line 313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8

309: ,p_hwf_attribute4_o =>ben_hwf_shd.g_old_rec.hwf_attribute4
310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12

Line 314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9

310: ,p_hwf_attribute5_o =>ben_hwf_shd.g_old_rec.hwf_attribute5
311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13

Line 315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10

311: ,p_hwf_attribute6_o =>ben_hwf_shd.g_old_rec.hwf_attribute6
312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14

Line 316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11

312: ,p_hwf_attribute7_o =>ben_hwf_shd.g_old_rec.hwf_attribute7
313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15

Line 317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12

313: ,p_hwf_attribute8_o =>ben_hwf_shd.g_old_rec.hwf_attribute8
314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16

Line 318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13

314: ,p_hwf_attribute9_o =>ben_hwf_shd.g_old_rec.hwf_attribute9
315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17

Line 319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14

315: ,p_hwf_attribute10_o =>ben_hwf_shd.g_old_rec.hwf_attribute10
316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18

Line 320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15

316: ,p_hwf_attribute11_o =>ben_hwf_shd.g_old_rec.hwf_attribute11
317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19

Line 321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16

317: ,p_hwf_attribute12_o =>ben_hwf_shd.g_old_rec.hwf_attribute12
318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20

Line 322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17

318: ,p_hwf_attribute13_o =>ben_hwf_shd.g_old_rec.hwf_attribute13
319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21

Line 323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18

319: ,p_hwf_attribute14_o =>ben_hwf_shd.g_old_rec.hwf_attribute14
320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22

Line 324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19

320: ,p_hwf_attribute15_o =>ben_hwf_shd.g_old_rec.hwf_attribute15
321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23

Line 325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20

321: ,p_hwf_attribute16_o =>ben_hwf_shd.g_old_rec.hwf_attribute16
322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24

Line 326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21

322: ,p_hwf_attribute17_o =>ben_hwf_shd.g_old_rec.hwf_attribute17
323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25

Line 327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22

323: ,p_hwf_attribute18_o =>ben_hwf_shd.g_old_rec.hwf_attribute18
324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26

Line 328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23

324: ,p_hwf_attribute19_o =>ben_hwf_shd.g_old_rec.hwf_attribute19
325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27

Line 329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24

325: ,p_hwf_attribute20_o =>ben_hwf_shd.g_old_rec.hwf_attribute20
326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28

Line 330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25

326: ,p_hwf_attribute21_o =>ben_hwf_shd.g_old_rec.hwf_attribute21
327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29

Line 331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26

327: ,p_hwf_attribute22_o =>ben_hwf_shd.g_old_rec.hwf_attribute22
328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29
335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30

Line 332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27

328: ,p_hwf_attribute23_o =>ben_hwf_shd.g_old_rec.hwf_attribute23
329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29
335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30
336: ,p_object_version_number_o =>ben_hwf_shd.g_old_rec.object_version_number

Line 333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28

329: ,p_hwf_attribute24_o =>ben_hwf_shd.g_old_rec.hwf_attribute24
330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29
335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30
336: ,p_object_version_number_o =>ben_hwf_shd.g_old_rec.object_version_number
337: );

Line 334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29

330: ,p_hwf_attribute25_o =>ben_hwf_shd.g_old_rec.hwf_attribute25
331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29
335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30
336: ,p_object_version_number_o =>ben_hwf_shd.g_old_rec.object_version_number
337: );
338: --

Line 335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30

331: ,p_hwf_attribute26_o =>ben_hwf_shd.g_old_rec.hwf_attribute26
332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29
335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30
336: ,p_object_version_number_o =>ben_hwf_shd.g_old_rec.object_version_number
337: );
338: --
339: exception

Line 336: ,p_object_version_number_o =>ben_hwf_shd.g_old_rec.object_version_number

332: ,p_hwf_attribute27_o =>ben_hwf_shd.g_old_rec.hwf_attribute27
333: ,p_hwf_attribute28_o =>ben_hwf_shd.g_old_rec.hwf_attribute28
334: ,p_hwf_attribute29_o =>ben_hwf_shd.g_old_rec.hwf_attribute29
335: ,p_hwf_attribute30_o =>ben_hwf_shd.g_old_rec.hwf_attribute30
336: ,p_object_version_number_o =>ben_hwf_shd.g_old_rec.object_version_number
337: );
338: --
339: exception
340: --

Line 398: Procedure convert_defs(p_rec in out nocopy ben_hwf_shd.g_rec_type) is

394: -- Internal Row Handler Use Only.
395: --
396: -- {End Of Comments}
397: -- ----------------------------------------------------------------------------
398: Procedure convert_defs(p_rec in out nocopy ben_hwf_shd.g_rec_type) is
399: --
400: l_proc varchar2(72) := g_package||'convert_defs';
401: --
402: Begin

Line 413: ben_hwf_shd.g_old_rec.name;

409: -- is being used then we must set to the 'current' argument value.
410: --
411: If (p_rec.name = hr_api.g_varchar2) then
412: p_rec.name :=
413: ben_hwf_shd.g_old_rec.name;
414: End If;
415: If (p_rec.business_group_id = hr_api.g_number) then
416: p_rec.business_group_id :=
417: ben_hwf_shd.g_old_rec.business_group_id;

Line 417: ben_hwf_shd.g_old_rec.business_group_id;

413: ben_hwf_shd.g_old_rec.name;
414: End If;
415: If (p_rec.business_group_id = hr_api.g_number) then
416: p_rec.business_group_id :=
417: ben_hwf_shd.g_old_rec.business_group_id;
418: End If;
419: If (p_rec.hrs_src_cd = hr_api.g_varchar2) then
420: p_rec.hrs_src_cd :=
421: ben_hwf_shd.g_old_rec.hrs_src_cd;

Line 421: ben_hwf_shd.g_old_rec.hrs_src_cd;

417: ben_hwf_shd.g_old_rec.business_group_id;
418: End If;
419: If (p_rec.hrs_src_cd = hr_api.g_varchar2) then
420: p_rec.hrs_src_cd :=
421: ben_hwf_shd.g_old_rec.hrs_src_cd;
422: End If;
423: If (p_rec.rndg_cd = hr_api.g_varchar2) then
424: p_rec.rndg_cd :=
425: ben_hwf_shd.g_old_rec.rndg_cd;

Line 425: ben_hwf_shd.g_old_rec.rndg_cd;

421: ben_hwf_shd.g_old_rec.hrs_src_cd;
422: End If;
423: If (p_rec.rndg_cd = hr_api.g_varchar2) then
424: p_rec.rndg_cd :=
425: ben_hwf_shd.g_old_rec.rndg_cd;
426: End If;
427: If (p_rec.rndg_rl = hr_api.g_number) then
428: p_rec.rndg_rl :=
429: ben_hwf_shd.g_old_rec.rndg_rl;

Line 429: ben_hwf_shd.g_old_rec.rndg_rl;

425: ben_hwf_shd.g_old_rec.rndg_cd;
426: End If;
427: If (p_rec.rndg_rl = hr_api.g_number) then
428: p_rec.rndg_rl :=
429: ben_hwf_shd.g_old_rec.rndg_rl;
430: End If;
431: If (p_rec.hrs_wkd_det_cd = hr_api.g_varchar2) then
432: p_rec.hrs_wkd_det_cd :=
433: ben_hwf_shd.g_old_rec.hrs_wkd_det_cd;

Line 433: ben_hwf_shd.g_old_rec.hrs_wkd_det_cd;

429: ben_hwf_shd.g_old_rec.rndg_rl;
430: End If;
431: If (p_rec.hrs_wkd_det_cd = hr_api.g_varchar2) then
432: p_rec.hrs_wkd_det_cd :=
433: ben_hwf_shd.g_old_rec.hrs_wkd_det_cd;
434: End If;
435: If (p_rec.hrs_wkd_det_rl = hr_api.g_number) then
436: p_rec.hrs_wkd_det_rl :=
437: ben_hwf_shd.g_old_rec.hrs_wkd_det_rl;

Line 437: ben_hwf_shd.g_old_rec.hrs_wkd_det_rl;

433: ben_hwf_shd.g_old_rec.hrs_wkd_det_cd;
434: End If;
435: If (p_rec.hrs_wkd_det_rl = hr_api.g_number) then
436: p_rec.hrs_wkd_det_rl :=
437: ben_hwf_shd.g_old_rec.hrs_wkd_det_rl;
438: End If;
439: If (p_rec.no_mn_hrs_wkd_flag = hr_api.g_varchar2) then
440: p_rec.no_mn_hrs_wkd_flag :=
441: ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag;

Line 441: ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag;

437: ben_hwf_shd.g_old_rec.hrs_wkd_det_rl;
438: End If;
439: If (p_rec.no_mn_hrs_wkd_flag = hr_api.g_varchar2) then
440: p_rec.no_mn_hrs_wkd_flag :=
441: ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag;
442: End If;
443: If (p_rec.mx_hrs_num = hr_api.g_number) then
444: p_rec.mx_hrs_num :=
445: ben_hwf_shd.g_old_rec.mx_hrs_num;

Line 445: ben_hwf_shd.g_old_rec.mx_hrs_num;

441: ben_hwf_shd.g_old_rec.no_mn_hrs_wkd_flag;
442: End If;
443: If (p_rec.mx_hrs_num = hr_api.g_number) then
444: p_rec.mx_hrs_num :=
445: ben_hwf_shd.g_old_rec.mx_hrs_num;
446: End If;
447: If (p_rec.no_mx_hrs_wkd_flag = hr_api.g_varchar2) then
448: p_rec.no_mx_hrs_wkd_flag :=
449: ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag;

Line 449: ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag;

445: ben_hwf_shd.g_old_rec.mx_hrs_num;
446: End If;
447: If (p_rec.no_mx_hrs_wkd_flag = hr_api.g_varchar2) then
448: p_rec.no_mx_hrs_wkd_flag :=
449: ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag;
450: End If;
451: If (p_rec.once_r_cntug_cd = hr_api.g_varchar2) then
452: p_rec.once_r_cntug_cd :=
453: ben_hwf_shd.g_old_rec.once_r_cntug_cd;

Line 453: ben_hwf_shd.g_old_rec.once_r_cntug_cd;

449: ben_hwf_shd.g_old_rec.no_mx_hrs_wkd_flag;
450: End If;
451: If (p_rec.once_r_cntug_cd = hr_api.g_varchar2) then
452: p_rec.once_r_cntug_cd :=
453: ben_hwf_shd.g_old_rec.once_r_cntug_cd;
454: End If;
455: If (p_rec.mn_hrs_num = hr_api.g_number) then
456: p_rec.mn_hrs_num :=
457: ben_hwf_shd.g_old_rec.mn_hrs_num;

Line 457: ben_hwf_shd.g_old_rec.mn_hrs_num;

453: ben_hwf_shd.g_old_rec.once_r_cntug_cd;
454: End If;
455: If (p_rec.mn_hrs_num = hr_api.g_number) then
456: p_rec.mn_hrs_num :=
457: ben_hwf_shd.g_old_rec.mn_hrs_num;
458: End If;
459: If (p_rec.hrs_alt_val_to_use_cd = hr_api.g_varchar2) then
460: p_rec.hrs_alt_val_to_use_cd :=
461: ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd;

Line 461: ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd;

457: ben_hwf_shd.g_old_rec.mn_hrs_num;
458: End If;
459: If (p_rec.hrs_alt_val_to_use_cd = hr_api.g_varchar2) then
460: p_rec.hrs_alt_val_to_use_cd :=
461: ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd;
462: End If;
463: If (p_rec.pyrl_freq_cd = hr_api.g_varchar2) then
464: p_rec.pyrl_freq_cd :=
465: ben_hwf_shd.g_old_rec.pyrl_freq_cd;

Line 465: ben_hwf_shd.g_old_rec.pyrl_freq_cd;

461: ben_hwf_shd.g_old_rec.hrs_alt_val_to_use_cd;
462: End If;
463: If (p_rec.pyrl_freq_cd = hr_api.g_varchar2) then
464: p_rec.pyrl_freq_cd :=
465: ben_hwf_shd.g_old_rec.pyrl_freq_cd;
466: End If;
467: If (p_rec.hrs_wkd_calc_rl = hr_api.g_number) then
468: p_rec.hrs_wkd_calc_rl :=
469: ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl;

Line 469: ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl;

465: ben_hwf_shd.g_old_rec.pyrl_freq_cd;
466: End If;
467: If (p_rec.hrs_wkd_calc_rl = hr_api.g_number) then
468: p_rec.hrs_wkd_calc_rl :=
469: ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl;
470: End If;
471: If (p_rec.defined_balance_id = hr_api.g_number) then
472: p_rec.defined_balance_id :=
473: ben_hwf_shd.g_old_rec.defined_balance_id;

Line 473: ben_hwf_shd.g_old_rec.defined_balance_id;

469: ben_hwf_shd.g_old_rec.hrs_wkd_calc_rl;
470: End If;
471: If (p_rec.defined_balance_id = hr_api.g_number) then
472: p_rec.defined_balance_id :=
473: ben_hwf_shd.g_old_rec.defined_balance_id;
474: End If;
475: If (p_rec.bnfts_bal_id = hr_api.g_number) then
476: p_rec.bnfts_bal_id :=
477: ben_hwf_shd.g_old_rec.bnfts_bal_id;

Line 477: ben_hwf_shd.g_old_rec.bnfts_bal_id;

473: ben_hwf_shd.g_old_rec.defined_balance_id;
474: End If;
475: If (p_rec.bnfts_bal_id = hr_api.g_number) then
476: p_rec.bnfts_bal_id :=
477: ben_hwf_shd.g_old_rec.bnfts_bal_id;
478: End If;
479: If (p_rec.hwf_attribute_category = hr_api.g_varchar2) then
480: p_rec.hwf_attribute_category :=
481: ben_hwf_shd.g_old_rec.hwf_attribute_category;

Line 481: ben_hwf_shd.g_old_rec.hwf_attribute_category;

477: ben_hwf_shd.g_old_rec.bnfts_bal_id;
478: End If;
479: If (p_rec.hwf_attribute_category = hr_api.g_varchar2) then
480: p_rec.hwf_attribute_category :=
481: ben_hwf_shd.g_old_rec.hwf_attribute_category;
482: End If;
483: If (p_rec.hwf_attribute1 = hr_api.g_varchar2) then
484: p_rec.hwf_attribute1 :=
485: ben_hwf_shd.g_old_rec.hwf_attribute1;

Line 485: ben_hwf_shd.g_old_rec.hwf_attribute1;

481: ben_hwf_shd.g_old_rec.hwf_attribute_category;
482: End If;
483: If (p_rec.hwf_attribute1 = hr_api.g_varchar2) then
484: p_rec.hwf_attribute1 :=
485: ben_hwf_shd.g_old_rec.hwf_attribute1;
486: End If;
487: If (p_rec.hwf_attribute2 = hr_api.g_varchar2) then
488: p_rec.hwf_attribute2 :=
489: ben_hwf_shd.g_old_rec.hwf_attribute2;

Line 489: ben_hwf_shd.g_old_rec.hwf_attribute2;

485: ben_hwf_shd.g_old_rec.hwf_attribute1;
486: End If;
487: If (p_rec.hwf_attribute2 = hr_api.g_varchar2) then
488: p_rec.hwf_attribute2 :=
489: ben_hwf_shd.g_old_rec.hwf_attribute2;
490: End If;
491: If (p_rec.hwf_attribute3 = hr_api.g_varchar2) then
492: p_rec.hwf_attribute3 :=
493: ben_hwf_shd.g_old_rec.hwf_attribute3;

Line 493: ben_hwf_shd.g_old_rec.hwf_attribute3;

489: ben_hwf_shd.g_old_rec.hwf_attribute2;
490: End If;
491: If (p_rec.hwf_attribute3 = hr_api.g_varchar2) then
492: p_rec.hwf_attribute3 :=
493: ben_hwf_shd.g_old_rec.hwf_attribute3;
494: End If;
495: If (p_rec.hwf_attribute4 = hr_api.g_varchar2) then
496: p_rec.hwf_attribute4 :=
497: ben_hwf_shd.g_old_rec.hwf_attribute4;

Line 497: ben_hwf_shd.g_old_rec.hwf_attribute4;

493: ben_hwf_shd.g_old_rec.hwf_attribute3;
494: End If;
495: If (p_rec.hwf_attribute4 = hr_api.g_varchar2) then
496: p_rec.hwf_attribute4 :=
497: ben_hwf_shd.g_old_rec.hwf_attribute4;
498: End If;
499: If (p_rec.hwf_attribute5 = hr_api.g_varchar2) then
500: p_rec.hwf_attribute5 :=
501: ben_hwf_shd.g_old_rec.hwf_attribute5;

Line 501: ben_hwf_shd.g_old_rec.hwf_attribute5;

497: ben_hwf_shd.g_old_rec.hwf_attribute4;
498: End If;
499: If (p_rec.hwf_attribute5 = hr_api.g_varchar2) then
500: p_rec.hwf_attribute5 :=
501: ben_hwf_shd.g_old_rec.hwf_attribute5;
502: End If;
503: If (p_rec.hwf_attribute6 = hr_api.g_varchar2) then
504: p_rec.hwf_attribute6 :=
505: ben_hwf_shd.g_old_rec.hwf_attribute6;

Line 505: ben_hwf_shd.g_old_rec.hwf_attribute6;

501: ben_hwf_shd.g_old_rec.hwf_attribute5;
502: End If;
503: If (p_rec.hwf_attribute6 = hr_api.g_varchar2) then
504: p_rec.hwf_attribute6 :=
505: ben_hwf_shd.g_old_rec.hwf_attribute6;
506: End If;
507: If (p_rec.hwf_attribute7 = hr_api.g_varchar2) then
508: p_rec.hwf_attribute7 :=
509: ben_hwf_shd.g_old_rec.hwf_attribute7;

Line 509: ben_hwf_shd.g_old_rec.hwf_attribute7;

505: ben_hwf_shd.g_old_rec.hwf_attribute6;
506: End If;
507: If (p_rec.hwf_attribute7 = hr_api.g_varchar2) then
508: p_rec.hwf_attribute7 :=
509: ben_hwf_shd.g_old_rec.hwf_attribute7;
510: End If;
511: If (p_rec.hwf_attribute8 = hr_api.g_varchar2) then
512: p_rec.hwf_attribute8 :=
513: ben_hwf_shd.g_old_rec.hwf_attribute8;

Line 513: ben_hwf_shd.g_old_rec.hwf_attribute8;

509: ben_hwf_shd.g_old_rec.hwf_attribute7;
510: End If;
511: If (p_rec.hwf_attribute8 = hr_api.g_varchar2) then
512: p_rec.hwf_attribute8 :=
513: ben_hwf_shd.g_old_rec.hwf_attribute8;
514: End If;
515: If (p_rec.hwf_attribute9 = hr_api.g_varchar2) then
516: p_rec.hwf_attribute9 :=
517: ben_hwf_shd.g_old_rec.hwf_attribute9;

Line 517: ben_hwf_shd.g_old_rec.hwf_attribute9;

513: ben_hwf_shd.g_old_rec.hwf_attribute8;
514: End If;
515: If (p_rec.hwf_attribute9 = hr_api.g_varchar2) then
516: p_rec.hwf_attribute9 :=
517: ben_hwf_shd.g_old_rec.hwf_attribute9;
518: End If;
519: If (p_rec.hwf_attribute10 = hr_api.g_varchar2) then
520: p_rec.hwf_attribute10 :=
521: ben_hwf_shd.g_old_rec.hwf_attribute10;

Line 521: ben_hwf_shd.g_old_rec.hwf_attribute10;

517: ben_hwf_shd.g_old_rec.hwf_attribute9;
518: End If;
519: If (p_rec.hwf_attribute10 = hr_api.g_varchar2) then
520: p_rec.hwf_attribute10 :=
521: ben_hwf_shd.g_old_rec.hwf_attribute10;
522: End If;
523: If (p_rec.hwf_attribute11 = hr_api.g_varchar2) then
524: p_rec.hwf_attribute11 :=
525: ben_hwf_shd.g_old_rec.hwf_attribute11;

Line 525: ben_hwf_shd.g_old_rec.hwf_attribute11;

521: ben_hwf_shd.g_old_rec.hwf_attribute10;
522: End If;
523: If (p_rec.hwf_attribute11 = hr_api.g_varchar2) then
524: p_rec.hwf_attribute11 :=
525: ben_hwf_shd.g_old_rec.hwf_attribute11;
526: End If;
527: If (p_rec.hwf_attribute12 = hr_api.g_varchar2) then
528: p_rec.hwf_attribute12 :=
529: ben_hwf_shd.g_old_rec.hwf_attribute12;

Line 529: ben_hwf_shd.g_old_rec.hwf_attribute12;

525: ben_hwf_shd.g_old_rec.hwf_attribute11;
526: End If;
527: If (p_rec.hwf_attribute12 = hr_api.g_varchar2) then
528: p_rec.hwf_attribute12 :=
529: ben_hwf_shd.g_old_rec.hwf_attribute12;
530: End If;
531: If (p_rec.hwf_attribute13 = hr_api.g_varchar2) then
532: p_rec.hwf_attribute13 :=
533: ben_hwf_shd.g_old_rec.hwf_attribute13;

Line 533: ben_hwf_shd.g_old_rec.hwf_attribute13;

529: ben_hwf_shd.g_old_rec.hwf_attribute12;
530: End If;
531: If (p_rec.hwf_attribute13 = hr_api.g_varchar2) then
532: p_rec.hwf_attribute13 :=
533: ben_hwf_shd.g_old_rec.hwf_attribute13;
534: End If;
535: If (p_rec.hwf_attribute14 = hr_api.g_varchar2) then
536: p_rec.hwf_attribute14 :=
537: ben_hwf_shd.g_old_rec.hwf_attribute14;

Line 537: ben_hwf_shd.g_old_rec.hwf_attribute14;

533: ben_hwf_shd.g_old_rec.hwf_attribute13;
534: End If;
535: If (p_rec.hwf_attribute14 = hr_api.g_varchar2) then
536: p_rec.hwf_attribute14 :=
537: ben_hwf_shd.g_old_rec.hwf_attribute14;
538: End If;
539: If (p_rec.hwf_attribute15 = hr_api.g_varchar2) then
540: p_rec.hwf_attribute15 :=
541: ben_hwf_shd.g_old_rec.hwf_attribute15;

Line 541: ben_hwf_shd.g_old_rec.hwf_attribute15;

537: ben_hwf_shd.g_old_rec.hwf_attribute14;
538: End If;
539: If (p_rec.hwf_attribute15 = hr_api.g_varchar2) then
540: p_rec.hwf_attribute15 :=
541: ben_hwf_shd.g_old_rec.hwf_attribute15;
542: End If;
543: If (p_rec.hwf_attribute16 = hr_api.g_varchar2) then
544: p_rec.hwf_attribute16 :=
545: ben_hwf_shd.g_old_rec.hwf_attribute16;

Line 545: ben_hwf_shd.g_old_rec.hwf_attribute16;

541: ben_hwf_shd.g_old_rec.hwf_attribute15;
542: End If;
543: If (p_rec.hwf_attribute16 = hr_api.g_varchar2) then
544: p_rec.hwf_attribute16 :=
545: ben_hwf_shd.g_old_rec.hwf_attribute16;
546: End If;
547: If (p_rec.hwf_attribute17 = hr_api.g_varchar2) then
548: p_rec.hwf_attribute17 :=
549: ben_hwf_shd.g_old_rec.hwf_attribute17;

Line 549: ben_hwf_shd.g_old_rec.hwf_attribute17;

545: ben_hwf_shd.g_old_rec.hwf_attribute16;
546: End If;
547: If (p_rec.hwf_attribute17 = hr_api.g_varchar2) then
548: p_rec.hwf_attribute17 :=
549: ben_hwf_shd.g_old_rec.hwf_attribute17;
550: End If;
551: If (p_rec.hwf_attribute18 = hr_api.g_varchar2) then
552: p_rec.hwf_attribute18 :=
553: ben_hwf_shd.g_old_rec.hwf_attribute18;

Line 553: ben_hwf_shd.g_old_rec.hwf_attribute18;

549: ben_hwf_shd.g_old_rec.hwf_attribute17;
550: End If;
551: If (p_rec.hwf_attribute18 = hr_api.g_varchar2) then
552: p_rec.hwf_attribute18 :=
553: ben_hwf_shd.g_old_rec.hwf_attribute18;
554: End If;
555: If (p_rec.hwf_attribute19 = hr_api.g_varchar2) then
556: p_rec.hwf_attribute19 :=
557: ben_hwf_shd.g_old_rec.hwf_attribute19;

Line 557: ben_hwf_shd.g_old_rec.hwf_attribute19;

553: ben_hwf_shd.g_old_rec.hwf_attribute18;
554: End If;
555: If (p_rec.hwf_attribute19 = hr_api.g_varchar2) then
556: p_rec.hwf_attribute19 :=
557: ben_hwf_shd.g_old_rec.hwf_attribute19;
558: End If;
559: If (p_rec.hwf_attribute20 = hr_api.g_varchar2) then
560: p_rec.hwf_attribute20 :=
561: ben_hwf_shd.g_old_rec.hwf_attribute20;

Line 561: ben_hwf_shd.g_old_rec.hwf_attribute20;

557: ben_hwf_shd.g_old_rec.hwf_attribute19;
558: End If;
559: If (p_rec.hwf_attribute20 = hr_api.g_varchar2) then
560: p_rec.hwf_attribute20 :=
561: ben_hwf_shd.g_old_rec.hwf_attribute20;
562: End If;
563: If (p_rec.hwf_attribute21 = hr_api.g_varchar2) then
564: p_rec.hwf_attribute21 :=
565: ben_hwf_shd.g_old_rec.hwf_attribute21;

Line 565: ben_hwf_shd.g_old_rec.hwf_attribute21;

561: ben_hwf_shd.g_old_rec.hwf_attribute20;
562: End If;
563: If (p_rec.hwf_attribute21 = hr_api.g_varchar2) then
564: p_rec.hwf_attribute21 :=
565: ben_hwf_shd.g_old_rec.hwf_attribute21;
566: End If;
567: If (p_rec.hwf_attribute22 = hr_api.g_varchar2) then
568: p_rec.hwf_attribute22 :=
569: ben_hwf_shd.g_old_rec.hwf_attribute22;

Line 569: ben_hwf_shd.g_old_rec.hwf_attribute22;

565: ben_hwf_shd.g_old_rec.hwf_attribute21;
566: End If;
567: If (p_rec.hwf_attribute22 = hr_api.g_varchar2) then
568: p_rec.hwf_attribute22 :=
569: ben_hwf_shd.g_old_rec.hwf_attribute22;
570: End If;
571: If (p_rec.hwf_attribute23 = hr_api.g_varchar2) then
572: p_rec.hwf_attribute23 :=
573: ben_hwf_shd.g_old_rec.hwf_attribute23;

Line 573: ben_hwf_shd.g_old_rec.hwf_attribute23;

569: ben_hwf_shd.g_old_rec.hwf_attribute22;
570: End If;
571: If (p_rec.hwf_attribute23 = hr_api.g_varchar2) then
572: p_rec.hwf_attribute23 :=
573: ben_hwf_shd.g_old_rec.hwf_attribute23;
574: End If;
575: If (p_rec.hwf_attribute24 = hr_api.g_varchar2) then
576: p_rec.hwf_attribute24 :=
577: ben_hwf_shd.g_old_rec.hwf_attribute24;

Line 577: ben_hwf_shd.g_old_rec.hwf_attribute24;

573: ben_hwf_shd.g_old_rec.hwf_attribute23;
574: End If;
575: If (p_rec.hwf_attribute24 = hr_api.g_varchar2) then
576: p_rec.hwf_attribute24 :=
577: ben_hwf_shd.g_old_rec.hwf_attribute24;
578: End If;
579: If (p_rec.hwf_attribute25 = hr_api.g_varchar2) then
580: p_rec.hwf_attribute25 :=
581: ben_hwf_shd.g_old_rec.hwf_attribute25;

Line 581: ben_hwf_shd.g_old_rec.hwf_attribute25;

577: ben_hwf_shd.g_old_rec.hwf_attribute24;
578: End If;
579: If (p_rec.hwf_attribute25 = hr_api.g_varchar2) then
580: p_rec.hwf_attribute25 :=
581: ben_hwf_shd.g_old_rec.hwf_attribute25;
582: End If;
583: If (p_rec.hwf_attribute26 = hr_api.g_varchar2) then
584: p_rec.hwf_attribute26 :=
585: ben_hwf_shd.g_old_rec.hwf_attribute26;

Line 585: ben_hwf_shd.g_old_rec.hwf_attribute26;

581: ben_hwf_shd.g_old_rec.hwf_attribute25;
582: End If;
583: If (p_rec.hwf_attribute26 = hr_api.g_varchar2) then
584: p_rec.hwf_attribute26 :=
585: ben_hwf_shd.g_old_rec.hwf_attribute26;
586: End If;
587: If (p_rec.hwf_attribute27 = hr_api.g_varchar2) then
588: p_rec.hwf_attribute27 :=
589: ben_hwf_shd.g_old_rec.hwf_attribute27;

Line 589: ben_hwf_shd.g_old_rec.hwf_attribute27;

585: ben_hwf_shd.g_old_rec.hwf_attribute26;
586: End If;
587: If (p_rec.hwf_attribute27 = hr_api.g_varchar2) then
588: p_rec.hwf_attribute27 :=
589: ben_hwf_shd.g_old_rec.hwf_attribute27;
590: End If;
591: If (p_rec.hwf_attribute28 = hr_api.g_varchar2) then
592: p_rec.hwf_attribute28 :=
593: ben_hwf_shd.g_old_rec.hwf_attribute28;

Line 593: ben_hwf_shd.g_old_rec.hwf_attribute28;

589: ben_hwf_shd.g_old_rec.hwf_attribute27;
590: End If;
591: If (p_rec.hwf_attribute28 = hr_api.g_varchar2) then
592: p_rec.hwf_attribute28 :=
593: ben_hwf_shd.g_old_rec.hwf_attribute28;
594: End If;
595: If (p_rec.hwf_attribute29 = hr_api.g_varchar2) then
596: p_rec.hwf_attribute29 :=
597: ben_hwf_shd.g_old_rec.hwf_attribute29;

Line 597: ben_hwf_shd.g_old_rec.hwf_attribute29;

593: ben_hwf_shd.g_old_rec.hwf_attribute28;
594: End If;
595: If (p_rec.hwf_attribute29 = hr_api.g_varchar2) then
596: p_rec.hwf_attribute29 :=
597: ben_hwf_shd.g_old_rec.hwf_attribute29;
598: End If;
599: If (p_rec.hwf_attribute30 = hr_api.g_varchar2) then
600: p_rec.hwf_attribute30 :=
601: ben_hwf_shd.g_old_rec.hwf_attribute30;

Line 601: ben_hwf_shd.g_old_rec.hwf_attribute30;

597: ben_hwf_shd.g_old_rec.hwf_attribute29;
598: End If;
599: If (p_rec.hwf_attribute30 = hr_api.g_varchar2) then
600: p_rec.hwf_attribute30 :=
601: ben_hwf_shd.g_old_rec.hwf_attribute30;
602: End If;
603:
604: --
605: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 615: p_rec in out nocopy ben_hwf_shd.g_rec_type

611: -- ----------------------------------------------------------------------------
612: Procedure upd
613: (
614: p_effective_date in date,
615: p_rec in out nocopy ben_hwf_shd.g_rec_type
616: ) is
617: --
618: l_proc varchar2(72) := g_package||'upd';
619: --

Line 625: ben_hwf_shd.lck

621: hr_utility.set_location('Entering:'||l_proc, 5);
622: --
623: -- We must lock the row which we need to update.
624: --
625: ben_hwf_shd.lck
626: (
627: p_rec.hrs_wkd_in_perd_fctr_id,
628: p_rec.object_version_number
629: );

Line 713: l_rec ben_hwf_shd.g_rec_type;

709: p_hwf_attribute30 in varchar2 default hr_api.g_varchar2,
710: p_object_version_number in out nocopy number
711: ) is
712: --
713: l_rec ben_hwf_shd.g_rec_type;
714: l_proc varchar2(72) := g_package||'upd';
715: --
716: Begin
717: hr_utility.set_location('Entering:'||l_proc, 5);

Line 723: ben_hwf_shd.convert_args

719: -- Call conversion function to turn arguments into the
720: -- l_rec structure.
721: --
722: l_rec :=
723: ben_hwf_shd.convert_args
724: (
725: p_hrs_wkd_in_perd_fctr_id,
726: p_name,
727: p_business_group_id,