DBA Data[Home] [Help]

APPS.BEN_PFF_UPD dependencies on BEN_PFF_SHD

Line 54: Procedure update_dml(p_rec in out nocopy ben_pff_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_pff_shd.g_rec_type) is
55: --
56: l_proc varchar2(72) := g_package||'update_dml';
57: --
58: Begin

Line 65: ben_pff_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_pff_shd.g_api_dml := true; -- Set the api dml status
66: --
67: -- Update the ben_pct_fl_tm_fctr Row
68: --
69: update ben_pct_fl_tm_fctr

Line 116: ben_pff_shd.g_api_dml := false; -- Unset the api dml status

112: pff_attribute30 = p_rec.pff_attribute30,
113: object_version_number = p_rec.object_version_number
114: where pct_fl_tm_fctr_id = p_rec.pct_fl_tm_fctr_id;
115: --
116: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
117: --
118: hr_utility.set_location(' Leaving:'||l_proc, 10);
119: --
120: Exception

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

119: --
120: Exception
121: When hr_api.check_integrity_violated Then
122: -- A check constraint has been violated
123: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
124: ben_pff_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated

Line 124: ben_pff_shd.constraint_error

120: Exception
121: When hr_api.check_integrity_violated Then
122: -- A check constraint has been violated
123: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
124: ben_pff_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated
128: ben_pff_shd.g_api_dml := false; -- Unset the api dml status

Line 128: ben_pff_shd.g_api_dml := false; -- Unset the api dml status

124: ben_pff_shd.constraint_error
125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated
128: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
129: ben_pff_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated

Line 129: ben_pff_shd.constraint_error

125: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
126: When hr_api.parent_integrity_violated Then
127: -- Parent integrity has been violated
128: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
129: ben_pff_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: ben_pff_shd.g_api_dml := false; -- Unset the api dml status

Line 133: ben_pff_shd.g_api_dml := false; -- Unset the api dml status

129: ben_pff_shd.constraint_error
130: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
131: When hr_api.unique_integrity_violated Then
132: -- Unique integrity has been violated
133: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
134: ben_pff_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When Others Then
137: ben_pff_shd.g_api_dml := false; -- Unset the api dml status

Line 134: ben_pff_shd.constraint_error

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

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

133: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
134: ben_pff_shd.constraint_error
135: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
136: When Others Then
137: ben_pff_shd.g_api_dml := false; -- Unset the api dml status
138: Raise;
139: End update_dml;
140: --
141: -- ----------------------------------------------------------------------------

Line 173: Procedure pre_update(p_rec in ben_pff_shd.g_rec_type) is

169: -- Internal Row Handler Use Only.
170: --
171: -- {End Of Comments}
172: -- ----------------------------------------------------------------------------
173: Procedure pre_update(p_rec in ben_pff_shd.g_rec_type) is
174: --
175: l_proc varchar2(72) := g_package||'pre_update';
176: --
177: Begin

Line 216: p_effective_date in date,p_rec in ben_pff_shd.g_rec_type) is

212: --
213: -- {End Of Comments}
214: -- ----------------------------------------------------------------------------
215: Procedure post_update(
216: p_effective_date in date,p_rec in ben_pff_shd.g_rec_type) is
217: --
218: l_proc varchar2(72) := g_package||'post_update';
219: --
220: Begin

Line 274: ,p_name_o =>ben_pff_shd.g_old_rec.name

270: ,p_pff_attribute29 =>p_rec.pff_attribute29
271: ,p_pff_attribute30 =>p_rec.pff_attribute30
272: ,p_object_version_number =>p_rec.object_version_number
273: ,p_effective_date =>p_effective_date
274: ,p_name_o =>ben_pff_shd.g_old_rec.name
275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id
276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag

Line 275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id

271: ,p_pff_attribute30 =>p_rec.pff_attribute30
272: ,p_object_version_number =>p_rec.object_version_number
273: ,p_effective_date =>p_effective_date
274: ,p_name_o =>ben_pff_shd.g_old_rec.name
275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id
276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag

Line 276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val

272: ,p_object_version_number =>p_rec.object_version_number
273: ,p_effective_date =>p_effective_date
274: ,p_name_o =>ben_pff_shd.g_old_rec.name
275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id
276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag

Line 277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val

273: ,p_effective_date =>p_effective_date
274: ,p_name_o =>ben_pff_shd.g_old_rec.name
275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id
276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag

Line 278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag

274: ,p_name_o =>ben_pff_shd.g_old_rec.name
275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id
276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd

Line 279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag

275: ,p_business_group_id_o =>ben_pff_shd.g_old_rec.business_group_id
276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl

Line 280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag

276: ,p_mx_pct_val_o =>ben_pff_shd.g_old_rec.mx_pct_val
277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category

Line 281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag

277: ,p_mn_pct_val_o =>ben_pff_shd.g_old_rec.mn_pct_val
278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1

Line 282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd

278: ,p_no_mn_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mn_pct_val_flag
279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2

Line 283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl

279: ,p_no_mx_pct_val_flag_o =>ben_pff_shd.g_old_rec.no_mx_pct_val_flag
280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3

Line 284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category

280: ,p_use_prmry_asnt_only_flag_o =>ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag
281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4

Line 285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1

281: ,p_use_sum_of_all_asnts_flag_o =>ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag
282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5

Line 286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2

282: ,p_rndg_cd_o =>ben_pff_shd.g_old_rec.rndg_cd
283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6

Line 287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3

283: ,p_rndg_rl_o =>ben_pff_shd.g_old_rec.rndg_rl
284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7

Line 288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4

284: ,p_pff_attribute_category_o =>ben_pff_shd.g_old_rec.pff_attribute_category
285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8

Line 289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5

285: ,p_pff_attribute1_o =>ben_pff_shd.g_old_rec.pff_attribute1
286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9

Line 290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6

286: ,p_pff_attribute2_o =>ben_pff_shd.g_old_rec.pff_attribute2
287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10

Line 291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7

287: ,p_pff_attribute3_o =>ben_pff_shd.g_old_rec.pff_attribute3
288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11

Line 292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8

288: ,p_pff_attribute4_o =>ben_pff_shd.g_old_rec.pff_attribute4
289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12

Line 293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9

289: ,p_pff_attribute5_o =>ben_pff_shd.g_old_rec.pff_attribute5
290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13

Line 294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10

290: ,p_pff_attribute6_o =>ben_pff_shd.g_old_rec.pff_attribute6
291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14

Line 295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11

291: ,p_pff_attribute7_o =>ben_pff_shd.g_old_rec.pff_attribute7
292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15

Line 296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12

292: ,p_pff_attribute8_o =>ben_pff_shd.g_old_rec.pff_attribute8
293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16

Line 297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13

293: ,p_pff_attribute9_o =>ben_pff_shd.g_old_rec.pff_attribute9
294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17

Line 298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14

294: ,p_pff_attribute10_o =>ben_pff_shd.g_old_rec.pff_attribute10
295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18

Line 299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15

295: ,p_pff_attribute11_o =>ben_pff_shd.g_old_rec.pff_attribute11
296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19

Line 300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16

296: ,p_pff_attribute12_o =>ben_pff_shd.g_old_rec.pff_attribute12
297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20

Line 301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17

297: ,p_pff_attribute13_o =>ben_pff_shd.g_old_rec.pff_attribute13
298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21

Line 302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18

298: ,p_pff_attribute14_o =>ben_pff_shd.g_old_rec.pff_attribute14
299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22

Line 303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19

299: ,p_pff_attribute15_o =>ben_pff_shd.g_old_rec.pff_attribute15
300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23

Line 304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20

300: ,p_pff_attribute16_o =>ben_pff_shd.g_old_rec.pff_attribute16
301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24

Line 305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21

301: ,p_pff_attribute17_o =>ben_pff_shd.g_old_rec.pff_attribute17
302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25

Line 306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22

302: ,p_pff_attribute18_o =>ben_pff_shd.g_old_rec.pff_attribute18
303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26

Line 307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23

303: ,p_pff_attribute19_o =>ben_pff_shd.g_old_rec.pff_attribute19
304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27

Line 308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24

304: ,p_pff_attribute20_o =>ben_pff_shd.g_old_rec.pff_attribute20
305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28

Line 309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25

305: ,p_pff_attribute21_o =>ben_pff_shd.g_old_rec.pff_attribute21
306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29

Line 310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26

306: ,p_pff_attribute22_o =>ben_pff_shd.g_old_rec.pff_attribute22
307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29
314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30

Line 311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27

307: ,p_pff_attribute23_o =>ben_pff_shd.g_old_rec.pff_attribute23
308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29
314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30
315: ,p_object_version_number_o =>ben_pff_shd.g_old_rec.object_version_number

Line 312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28

308: ,p_pff_attribute24_o =>ben_pff_shd.g_old_rec.pff_attribute24
309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29
314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30
315: ,p_object_version_number_o =>ben_pff_shd.g_old_rec.object_version_number
316: );

Line 313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29

309: ,p_pff_attribute25_o =>ben_pff_shd.g_old_rec.pff_attribute25
310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29
314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30
315: ,p_object_version_number_o =>ben_pff_shd.g_old_rec.object_version_number
316: );
317: --

Line 314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30

310: ,p_pff_attribute26_o =>ben_pff_shd.g_old_rec.pff_attribute26
311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29
314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30
315: ,p_object_version_number_o =>ben_pff_shd.g_old_rec.object_version_number
316: );
317: --
318: exception

Line 315: ,p_object_version_number_o =>ben_pff_shd.g_old_rec.object_version_number

311: ,p_pff_attribute27_o =>ben_pff_shd.g_old_rec.pff_attribute27
312: ,p_pff_attribute28_o =>ben_pff_shd.g_old_rec.pff_attribute28
313: ,p_pff_attribute29_o =>ben_pff_shd.g_old_rec.pff_attribute29
314: ,p_pff_attribute30_o =>ben_pff_shd.g_old_rec.pff_attribute30
315: ,p_object_version_number_o =>ben_pff_shd.g_old_rec.object_version_number
316: );
317: --
318: exception
319: --

Line 377: Procedure convert_defs(p_rec in out nocopy ben_pff_shd.g_rec_type) is

373: -- Internal Row Handler Use Only.
374: --
375: -- {End Of Comments}
376: -- ----------------------------------------------------------------------------
377: Procedure convert_defs(p_rec in out nocopy ben_pff_shd.g_rec_type) is
378: --
379: l_proc varchar2(72) := g_package||'convert_defs';
380: --
381: Begin

Line 392: ben_pff_shd.g_old_rec.name;

388: -- is being used then we must set to the 'current' argument value.
389: --
390: If (p_rec.name = hr_api.g_varchar2) then
391: p_rec.name :=
392: ben_pff_shd.g_old_rec.name;
393: End If;
394: If (p_rec.business_group_id = hr_api.g_number) then
395: p_rec.business_group_id :=
396: ben_pff_shd.g_old_rec.business_group_id;

Line 396: ben_pff_shd.g_old_rec.business_group_id;

392: ben_pff_shd.g_old_rec.name;
393: End If;
394: If (p_rec.business_group_id = hr_api.g_number) then
395: p_rec.business_group_id :=
396: ben_pff_shd.g_old_rec.business_group_id;
397: End If;
398: If (p_rec.mx_pct_val = hr_api.g_number) then
399: p_rec.mx_pct_val :=
400: ben_pff_shd.g_old_rec.mx_pct_val;

Line 400: ben_pff_shd.g_old_rec.mx_pct_val;

396: ben_pff_shd.g_old_rec.business_group_id;
397: End If;
398: If (p_rec.mx_pct_val = hr_api.g_number) then
399: p_rec.mx_pct_val :=
400: ben_pff_shd.g_old_rec.mx_pct_val;
401: End If;
402: If (p_rec.mn_pct_val = hr_api.g_number) then
403: p_rec.mn_pct_val :=
404: ben_pff_shd.g_old_rec.mn_pct_val;

Line 404: ben_pff_shd.g_old_rec.mn_pct_val;

400: ben_pff_shd.g_old_rec.mx_pct_val;
401: End If;
402: If (p_rec.mn_pct_val = hr_api.g_number) then
403: p_rec.mn_pct_val :=
404: ben_pff_shd.g_old_rec.mn_pct_val;
405: End If;
406: If (p_rec.no_mn_pct_val_flag = hr_api.g_varchar2) then
407: p_rec.no_mn_pct_val_flag :=
408: ben_pff_shd.g_old_rec.no_mn_pct_val_flag;

Line 408: ben_pff_shd.g_old_rec.no_mn_pct_val_flag;

404: ben_pff_shd.g_old_rec.mn_pct_val;
405: End If;
406: If (p_rec.no_mn_pct_val_flag = hr_api.g_varchar2) then
407: p_rec.no_mn_pct_val_flag :=
408: ben_pff_shd.g_old_rec.no_mn_pct_val_flag;
409: End If;
410: If (p_rec.no_mx_pct_val_flag = hr_api.g_varchar2) then
411: p_rec.no_mx_pct_val_flag :=
412: ben_pff_shd.g_old_rec.no_mx_pct_val_flag;

Line 412: ben_pff_shd.g_old_rec.no_mx_pct_val_flag;

408: ben_pff_shd.g_old_rec.no_mn_pct_val_flag;
409: End If;
410: If (p_rec.no_mx_pct_val_flag = hr_api.g_varchar2) then
411: p_rec.no_mx_pct_val_flag :=
412: ben_pff_shd.g_old_rec.no_mx_pct_val_flag;
413: End If;
414: If (p_rec.use_prmry_asnt_only_flag = hr_api.g_varchar2) then
415: p_rec.use_prmry_asnt_only_flag :=
416: ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag;

Line 416: ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag;

412: ben_pff_shd.g_old_rec.no_mx_pct_val_flag;
413: End If;
414: If (p_rec.use_prmry_asnt_only_flag = hr_api.g_varchar2) then
415: p_rec.use_prmry_asnt_only_flag :=
416: ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag;
417: End If;
418: If (p_rec.use_sum_of_all_asnts_flag = hr_api.g_varchar2) then
419: p_rec.use_sum_of_all_asnts_flag :=
420: ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag;

Line 420: ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag;

416: ben_pff_shd.g_old_rec.use_prmry_asnt_only_flag;
417: End If;
418: If (p_rec.use_sum_of_all_asnts_flag = hr_api.g_varchar2) then
419: p_rec.use_sum_of_all_asnts_flag :=
420: ben_pff_shd.g_old_rec.use_sum_of_all_asnts_flag;
421: End If;
422: If (p_rec.rndg_cd = hr_api.g_varchar2) then
423: p_rec.rndg_cd :=
424: ben_pff_shd.g_old_rec.rndg_cd;

Line 424: ben_pff_shd.g_old_rec.rndg_cd;

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

Line 428: ben_pff_shd.g_old_rec.rndg_rl;

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

Line 432: ben_pff_shd.g_old_rec.pff_attribute_category;

428: ben_pff_shd.g_old_rec.rndg_rl;
429: End If;
430: If (p_rec.pff_attribute_category = hr_api.g_varchar2) then
431: p_rec.pff_attribute_category :=
432: ben_pff_shd.g_old_rec.pff_attribute_category;
433: End If;
434: If (p_rec.pff_attribute1 = hr_api.g_varchar2) then
435: p_rec.pff_attribute1 :=
436: ben_pff_shd.g_old_rec.pff_attribute1;

Line 436: ben_pff_shd.g_old_rec.pff_attribute1;

432: ben_pff_shd.g_old_rec.pff_attribute_category;
433: End If;
434: If (p_rec.pff_attribute1 = hr_api.g_varchar2) then
435: p_rec.pff_attribute1 :=
436: ben_pff_shd.g_old_rec.pff_attribute1;
437: End If;
438: If (p_rec.pff_attribute2 = hr_api.g_varchar2) then
439: p_rec.pff_attribute2 :=
440: ben_pff_shd.g_old_rec.pff_attribute2;

Line 440: ben_pff_shd.g_old_rec.pff_attribute2;

436: ben_pff_shd.g_old_rec.pff_attribute1;
437: End If;
438: If (p_rec.pff_attribute2 = hr_api.g_varchar2) then
439: p_rec.pff_attribute2 :=
440: ben_pff_shd.g_old_rec.pff_attribute2;
441: End If;
442: If (p_rec.pff_attribute3 = hr_api.g_varchar2) then
443: p_rec.pff_attribute3 :=
444: ben_pff_shd.g_old_rec.pff_attribute3;

Line 444: ben_pff_shd.g_old_rec.pff_attribute3;

440: ben_pff_shd.g_old_rec.pff_attribute2;
441: End If;
442: If (p_rec.pff_attribute3 = hr_api.g_varchar2) then
443: p_rec.pff_attribute3 :=
444: ben_pff_shd.g_old_rec.pff_attribute3;
445: End If;
446: If (p_rec.pff_attribute4 = hr_api.g_varchar2) then
447: p_rec.pff_attribute4 :=
448: ben_pff_shd.g_old_rec.pff_attribute4;

Line 448: ben_pff_shd.g_old_rec.pff_attribute4;

444: ben_pff_shd.g_old_rec.pff_attribute3;
445: End If;
446: If (p_rec.pff_attribute4 = hr_api.g_varchar2) then
447: p_rec.pff_attribute4 :=
448: ben_pff_shd.g_old_rec.pff_attribute4;
449: End If;
450: If (p_rec.pff_attribute5 = hr_api.g_varchar2) then
451: p_rec.pff_attribute5 :=
452: ben_pff_shd.g_old_rec.pff_attribute5;

Line 452: ben_pff_shd.g_old_rec.pff_attribute5;

448: ben_pff_shd.g_old_rec.pff_attribute4;
449: End If;
450: If (p_rec.pff_attribute5 = hr_api.g_varchar2) then
451: p_rec.pff_attribute5 :=
452: ben_pff_shd.g_old_rec.pff_attribute5;
453: End If;
454: If (p_rec.pff_attribute6 = hr_api.g_varchar2) then
455: p_rec.pff_attribute6 :=
456: ben_pff_shd.g_old_rec.pff_attribute6;

Line 456: ben_pff_shd.g_old_rec.pff_attribute6;

452: ben_pff_shd.g_old_rec.pff_attribute5;
453: End If;
454: If (p_rec.pff_attribute6 = hr_api.g_varchar2) then
455: p_rec.pff_attribute6 :=
456: ben_pff_shd.g_old_rec.pff_attribute6;
457: End If;
458: If (p_rec.pff_attribute7 = hr_api.g_varchar2) then
459: p_rec.pff_attribute7 :=
460: ben_pff_shd.g_old_rec.pff_attribute7;

Line 460: ben_pff_shd.g_old_rec.pff_attribute7;

456: ben_pff_shd.g_old_rec.pff_attribute6;
457: End If;
458: If (p_rec.pff_attribute7 = hr_api.g_varchar2) then
459: p_rec.pff_attribute7 :=
460: ben_pff_shd.g_old_rec.pff_attribute7;
461: End If;
462: If (p_rec.pff_attribute8 = hr_api.g_varchar2) then
463: p_rec.pff_attribute8 :=
464: ben_pff_shd.g_old_rec.pff_attribute8;

Line 464: ben_pff_shd.g_old_rec.pff_attribute8;

460: ben_pff_shd.g_old_rec.pff_attribute7;
461: End If;
462: If (p_rec.pff_attribute8 = hr_api.g_varchar2) then
463: p_rec.pff_attribute8 :=
464: ben_pff_shd.g_old_rec.pff_attribute8;
465: End If;
466: If (p_rec.pff_attribute9 = hr_api.g_varchar2) then
467: p_rec.pff_attribute9 :=
468: ben_pff_shd.g_old_rec.pff_attribute9;

Line 468: ben_pff_shd.g_old_rec.pff_attribute9;

464: ben_pff_shd.g_old_rec.pff_attribute8;
465: End If;
466: If (p_rec.pff_attribute9 = hr_api.g_varchar2) then
467: p_rec.pff_attribute9 :=
468: ben_pff_shd.g_old_rec.pff_attribute9;
469: End If;
470: If (p_rec.pff_attribute10 = hr_api.g_varchar2) then
471: p_rec.pff_attribute10 :=
472: ben_pff_shd.g_old_rec.pff_attribute10;

Line 472: ben_pff_shd.g_old_rec.pff_attribute10;

468: ben_pff_shd.g_old_rec.pff_attribute9;
469: End If;
470: If (p_rec.pff_attribute10 = hr_api.g_varchar2) then
471: p_rec.pff_attribute10 :=
472: ben_pff_shd.g_old_rec.pff_attribute10;
473: End If;
474: If (p_rec.pff_attribute11 = hr_api.g_varchar2) then
475: p_rec.pff_attribute11 :=
476: ben_pff_shd.g_old_rec.pff_attribute11;

Line 476: ben_pff_shd.g_old_rec.pff_attribute11;

472: ben_pff_shd.g_old_rec.pff_attribute10;
473: End If;
474: If (p_rec.pff_attribute11 = hr_api.g_varchar2) then
475: p_rec.pff_attribute11 :=
476: ben_pff_shd.g_old_rec.pff_attribute11;
477: End If;
478: If (p_rec.pff_attribute12 = hr_api.g_varchar2) then
479: p_rec.pff_attribute12 :=
480: ben_pff_shd.g_old_rec.pff_attribute12;

Line 480: ben_pff_shd.g_old_rec.pff_attribute12;

476: ben_pff_shd.g_old_rec.pff_attribute11;
477: End If;
478: If (p_rec.pff_attribute12 = hr_api.g_varchar2) then
479: p_rec.pff_attribute12 :=
480: ben_pff_shd.g_old_rec.pff_attribute12;
481: End If;
482: If (p_rec.pff_attribute13 = hr_api.g_varchar2) then
483: p_rec.pff_attribute13 :=
484: ben_pff_shd.g_old_rec.pff_attribute13;

Line 484: ben_pff_shd.g_old_rec.pff_attribute13;

480: ben_pff_shd.g_old_rec.pff_attribute12;
481: End If;
482: If (p_rec.pff_attribute13 = hr_api.g_varchar2) then
483: p_rec.pff_attribute13 :=
484: ben_pff_shd.g_old_rec.pff_attribute13;
485: End If;
486: If (p_rec.pff_attribute14 = hr_api.g_varchar2) then
487: p_rec.pff_attribute14 :=
488: ben_pff_shd.g_old_rec.pff_attribute14;

Line 488: ben_pff_shd.g_old_rec.pff_attribute14;

484: ben_pff_shd.g_old_rec.pff_attribute13;
485: End If;
486: If (p_rec.pff_attribute14 = hr_api.g_varchar2) then
487: p_rec.pff_attribute14 :=
488: ben_pff_shd.g_old_rec.pff_attribute14;
489: End If;
490: If (p_rec.pff_attribute15 = hr_api.g_varchar2) then
491: p_rec.pff_attribute15 :=
492: ben_pff_shd.g_old_rec.pff_attribute15;

Line 492: ben_pff_shd.g_old_rec.pff_attribute15;

488: ben_pff_shd.g_old_rec.pff_attribute14;
489: End If;
490: If (p_rec.pff_attribute15 = hr_api.g_varchar2) then
491: p_rec.pff_attribute15 :=
492: ben_pff_shd.g_old_rec.pff_attribute15;
493: End If;
494: If (p_rec.pff_attribute16 = hr_api.g_varchar2) then
495: p_rec.pff_attribute16 :=
496: ben_pff_shd.g_old_rec.pff_attribute16;

Line 496: ben_pff_shd.g_old_rec.pff_attribute16;

492: ben_pff_shd.g_old_rec.pff_attribute15;
493: End If;
494: If (p_rec.pff_attribute16 = hr_api.g_varchar2) then
495: p_rec.pff_attribute16 :=
496: ben_pff_shd.g_old_rec.pff_attribute16;
497: End If;
498: If (p_rec.pff_attribute17 = hr_api.g_varchar2) then
499: p_rec.pff_attribute17 :=
500: ben_pff_shd.g_old_rec.pff_attribute17;

Line 500: ben_pff_shd.g_old_rec.pff_attribute17;

496: ben_pff_shd.g_old_rec.pff_attribute16;
497: End If;
498: If (p_rec.pff_attribute17 = hr_api.g_varchar2) then
499: p_rec.pff_attribute17 :=
500: ben_pff_shd.g_old_rec.pff_attribute17;
501: End If;
502: If (p_rec.pff_attribute18 = hr_api.g_varchar2) then
503: p_rec.pff_attribute18 :=
504: ben_pff_shd.g_old_rec.pff_attribute18;

Line 504: ben_pff_shd.g_old_rec.pff_attribute18;

500: ben_pff_shd.g_old_rec.pff_attribute17;
501: End If;
502: If (p_rec.pff_attribute18 = hr_api.g_varchar2) then
503: p_rec.pff_attribute18 :=
504: ben_pff_shd.g_old_rec.pff_attribute18;
505: End If;
506: If (p_rec.pff_attribute19 = hr_api.g_varchar2) then
507: p_rec.pff_attribute19 :=
508: ben_pff_shd.g_old_rec.pff_attribute19;

Line 508: ben_pff_shd.g_old_rec.pff_attribute19;

504: ben_pff_shd.g_old_rec.pff_attribute18;
505: End If;
506: If (p_rec.pff_attribute19 = hr_api.g_varchar2) then
507: p_rec.pff_attribute19 :=
508: ben_pff_shd.g_old_rec.pff_attribute19;
509: End If;
510: If (p_rec.pff_attribute20 = hr_api.g_varchar2) then
511: p_rec.pff_attribute20 :=
512: ben_pff_shd.g_old_rec.pff_attribute20;

Line 512: ben_pff_shd.g_old_rec.pff_attribute20;

508: ben_pff_shd.g_old_rec.pff_attribute19;
509: End If;
510: If (p_rec.pff_attribute20 = hr_api.g_varchar2) then
511: p_rec.pff_attribute20 :=
512: ben_pff_shd.g_old_rec.pff_attribute20;
513: End If;
514: If (p_rec.pff_attribute21 = hr_api.g_varchar2) then
515: p_rec.pff_attribute21 :=
516: ben_pff_shd.g_old_rec.pff_attribute21;

Line 516: ben_pff_shd.g_old_rec.pff_attribute21;

512: ben_pff_shd.g_old_rec.pff_attribute20;
513: End If;
514: If (p_rec.pff_attribute21 = hr_api.g_varchar2) then
515: p_rec.pff_attribute21 :=
516: ben_pff_shd.g_old_rec.pff_attribute21;
517: End If;
518: If (p_rec.pff_attribute22 = hr_api.g_varchar2) then
519: p_rec.pff_attribute22 :=
520: ben_pff_shd.g_old_rec.pff_attribute22;

Line 520: ben_pff_shd.g_old_rec.pff_attribute22;

516: ben_pff_shd.g_old_rec.pff_attribute21;
517: End If;
518: If (p_rec.pff_attribute22 = hr_api.g_varchar2) then
519: p_rec.pff_attribute22 :=
520: ben_pff_shd.g_old_rec.pff_attribute22;
521: End If;
522: If (p_rec.pff_attribute23 = hr_api.g_varchar2) then
523: p_rec.pff_attribute23 :=
524: ben_pff_shd.g_old_rec.pff_attribute23;

Line 524: ben_pff_shd.g_old_rec.pff_attribute23;

520: ben_pff_shd.g_old_rec.pff_attribute22;
521: End If;
522: If (p_rec.pff_attribute23 = hr_api.g_varchar2) then
523: p_rec.pff_attribute23 :=
524: ben_pff_shd.g_old_rec.pff_attribute23;
525: End If;
526: If (p_rec.pff_attribute24 = hr_api.g_varchar2) then
527: p_rec.pff_attribute24 :=
528: ben_pff_shd.g_old_rec.pff_attribute24;

Line 528: ben_pff_shd.g_old_rec.pff_attribute24;

524: ben_pff_shd.g_old_rec.pff_attribute23;
525: End If;
526: If (p_rec.pff_attribute24 = hr_api.g_varchar2) then
527: p_rec.pff_attribute24 :=
528: ben_pff_shd.g_old_rec.pff_attribute24;
529: End If;
530: If (p_rec.pff_attribute25 = hr_api.g_varchar2) then
531: p_rec.pff_attribute25 :=
532: ben_pff_shd.g_old_rec.pff_attribute25;

Line 532: ben_pff_shd.g_old_rec.pff_attribute25;

528: ben_pff_shd.g_old_rec.pff_attribute24;
529: End If;
530: If (p_rec.pff_attribute25 = hr_api.g_varchar2) then
531: p_rec.pff_attribute25 :=
532: ben_pff_shd.g_old_rec.pff_attribute25;
533: End If;
534: If (p_rec.pff_attribute26 = hr_api.g_varchar2) then
535: p_rec.pff_attribute26 :=
536: ben_pff_shd.g_old_rec.pff_attribute26;

Line 536: ben_pff_shd.g_old_rec.pff_attribute26;

532: ben_pff_shd.g_old_rec.pff_attribute25;
533: End If;
534: If (p_rec.pff_attribute26 = hr_api.g_varchar2) then
535: p_rec.pff_attribute26 :=
536: ben_pff_shd.g_old_rec.pff_attribute26;
537: End If;
538: If (p_rec.pff_attribute27 = hr_api.g_varchar2) then
539: p_rec.pff_attribute27 :=
540: ben_pff_shd.g_old_rec.pff_attribute27;

Line 540: ben_pff_shd.g_old_rec.pff_attribute27;

536: ben_pff_shd.g_old_rec.pff_attribute26;
537: End If;
538: If (p_rec.pff_attribute27 = hr_api.g_varchar2) then
539: p_rec.pff_attribute27 :=
540: ben_pff_shd.g_old_rec.pff_attribute27;
541: End If;
542: If (p_rec.pff_attribute28 = hr_api.g_varchar2) then
543: p_rec.pff_attribute28 :=
544: ben_pff_shd.g_old_rec.pff_attribute28;

Line 544: ben_pff_shd.g_old_rec.pff_attribute28;

540: ben_pff_shd.g_old_rec.pff_attribute27;
541: End If;
542: If (p_rec.pff_attribute28 = hr_api.g_varchar2) then
543: p_rec.pff_attribute28 :=
544: ben_pff_shd.g_old_rec.pff_attribute28;
545: End If;
546: If (p_rec.pff_attribute29 = hr_api.g_varchar2) then
547: p_rec.pff_attribute29 :=
548: ben_pff_shd.g_old_rec.pff_attribute29;

Line 548: ben_pff_shd.g_old_rec.pff_attribute29;

544: ben_pff_shd.g_old_rec.pff_attribute28;
545: End If;
546: If (p_rec.pff_attribute29 = hr_api.g_varchar2) then
547: p_rec.pff_attribute29 :=
548: ben_pff_shd.g_old_rec.pff_attribute29;
549: End If;
550: If (p_rec.pff_attribute30 = hr_api.g_varchar2) then
551: p_rec.pff_attribute30 :=
552: ben_pff_shd.g_old_rec.pff_attribute30;

Line 552: ben_pff_shd.g_old_rec.pff_attribute30;

548: ben_pff_shd.g_old_rec.pff_attribute29;
549: End If;
550: If (p_rec.pff_attribute30 = hr_api.g_varchar2) then
551: p_rec.pff_attribute30 :=
552: ben_pff_shd.g_old_rec.pff_attribute30;
553: End If;
554:
555: --
556: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 566: p_rec in out nocopy ben_pff_shd.g_rec_type

562: -- ----------------------------------------------------------------------------
563: Procedure upd
564: (
565: p_effective_date in date,
566: p_rec in out nocopy ben_pff_shd.g_rec_type
567: ) is
568: --
569: l_proc varchar2(72) := g_package||'upd';
570: --

Line 576: ben_pff_shd.lck

572: hr_utility.set_location('Entering:'||l_proc, 5);
573: --
574: -- We must lock the row which we need to update.
575: --
576: ben_pff_shd.lck
577: (
578: p_rec.pct_fl_tm_fctr_id,
579: p_rec.object_version_number
580: );

Line 657: l_rec ben_pff_shd.g_rec_type;

653: p_pff_attribute30 in varchar2 default hr_api.g_varchar2,
654: p_object_version_number in out nocopy number
655: ) is
656: --
657: l_rec ben_pff_shd.g_rec_type;
658: l_proc varchar2(72) := g_package||'upd';
659: --
660: Begin
661: hr_utility.set_location('Entering:'||l_proc, 5);

Line 667: ben_pff_shd.convert_args

663: -- Call conversion function to turn arguments into the
664: -- l_rec structure.
665: --
666: l_rec :=
667: ben_pff_shd.convert_args
668: (
669: p_pct_fl_tm_fctr_id,
670: p_name,
671: p_business_group_id,