DBA Data[Home] [Help]

APPS.BEN_ECT_UPD dependencies on BEN_ECT_SHD

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

54: --
55: -- {End Of Comments}
56: -- ----------------------------------------------------------------------------
57: Procedure dt_update_dml
58: (p_rec in out nocopy ben_ect_shd.g_rec_type,
59: p_effective_date in date,
60: p_datetrack_mode in varchar2,
61: p_validation_start_date in date,
62: p_validation_end_date in date) is

Line 81: ben_ect_shd.g_api_dml := true; -- Set the api dml status

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

Line 131: ben_ect_shd.g_api_dml := false; -- Unset the api dml status

127: where elig_dsblty_ctg_prte_id = p_rec.elig_dsblty_ctg_prte_id
128: and effective_start_date = p_validation_start_date
129: and effective_end_date = p_validation_end_date;
130: --
131: ben_ect_shd.g_api_dml := false; -- Unset the api dml status
132: --
133: -- Set the effective start and end dates
134: --
135: p_rec.effective_start_date := p_validation_start_date;

Line 143: ben_ect_shd.g_api_dml := false; -- Unset the api dml status

139: hr_utility.set_location(' Leaving:'||l_proc, 15);
140: Exception
141: When hr_api.check_integrity_violated Then
142: -- A check constraint has been violated
143: ben_ect_shd.g_api_dml := false; -- Unset the api dml status
144: ben_ect_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When hr_api.unique_integrity_violated Then
147: -- Unique integrity has been violated

Line 144: ben_ect_shd.constraint_error

140: Exception
141: When hr_api.check_integrity_violated Then
142: -- A check constraint has been violated
143: ben_ect_shd.g_api_dml := false; -- Unset the api dml status
144: ben_ect_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When hr_api.unique_integrity_violated Then
147: -- Unique integrity has been violated
148: ben_ect_shd.g_api_dml := false; -- Unset the api dml status

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

144: ben_ect_shd.constraint_error
145: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
146: When hr_api.unique_integrity_violated Then
147: -- Unique integrity has been violated
148: ben_ect_shd.g_api_dml := false; -- Unset the api dml status
149: ben_ect_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When Others Then
152: ben_ect_shd.g_api_dml := false; -- Unset the api dml status

Line 149: ben_ect_shd.constraint_error

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

Line 152: ben_ect_shd.g_api_dml := false; -- Unset the api dml status

148: ben_ect_shd.g_api_dml := false; -- Unset the api dml status
149: ben_ect_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When Others Then
152: ben_ect_shd.g_api_dml := false; -- Unset the api dml status
153: Raise;
154: End dt_update_dml;
155: --
156: -- ----------------------------------------------------------------------------

Line 188: (p_rec in out nocopy ben_ect_shd.g_rec_type,

184: --
185: -- {End Of Comments}
186: -- ----------------------------------------------------------------------------
187: Procedure update_dml
188: (p_rec in out nocopy ben_ect_shd.g_rec_type,
189: p_effective_date in date,
190: p_datetrack_mode in varchar2,
191: p_validation_start_date in date,
192: p_validation_end_date in date) is

Line 252: (p_rec in out nocopy ben_ect_shd.g_rec_type,

248: --
249: -- {End Of Comments}
250: -- ----------------------------------------------------------------------------
251: Procedure dt_pre_update
252: (p_rec in out nocopy ben_ect_shd.g_rec_type,
253: p_effective_date in date,
254: p_datetrack_mode in varchar2,
255: p_validation_start_date in date,
256: p_validation_end_date in date) is

Line 268: ben_ect_shd.upd_effective_end_date

264: hr_utility.set_location(l_proc, 10);
265: --
266: -- Update the current effective end date
267: --
268: ben_ect_shd.upd_effective_end_date
269: (p_effective_date => p_effective_date,
270: p_base_key_value => p_rec.elig_dsblty_ctg_prte_id,
271: p_new_effective_end_date => (p_validation_start_date - 1),
272: p_validation_start_date => p_validation_start_date,

Line 337: (p_rec in out nocopy ben_ect_shd.g_rec_type,

333: --
334: -- {End Of Comments}
335: -- ----------------------------------------------------------------------------
336: Procedure pre_update
337: (p_rec in out nocopy ben_ect_shd.g_rec_type,
338: p_effective_date in date,
339: p_datetrack_mode in varchar2,
340: p_validation_start_date in date,
341: p_validation_end_date in date) is

Line 393: (p_rec in ben_ect_shd.g_rec_type,

389: --
390: -- {End Of Comments}
391: -- ----------------------------------------------------------------------------
392: Procedure post_update
393: (p_rec in ben_ect_shd.g_rec_type,
394: p_effective_date in date,
395: p_datetrack_mode in varchar2,
396: p_validation_start_date in date,
397: p_validation_end_date in date) is

Line 457: ,p_effective_start_date_o =>ben_ect_shd.g_old_rec.effective_start_date

453: ,p_validation_start_date =>p_validation_start_date
454: ,p_validation_end_date =>p_validation_end_date
455: ,p_criteria_score =>p_rec.criteria_score
456: ,p_criteria_weight =>p_rec.criteria_weight
457: ,p_effective_start_date_o =>ben_ect_shd.g_old_rec.effective_start_date
458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date
459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category

Line 458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date

454: ,p_validation_end_date =>p_validation_end_date
455: ,p_criteria_score =>p_rec.criteria_score
456: ,p_criteria_weight =>p_rec.criteria_weight
457: ,p_effective_start_date_o =>ben_ect_shd.g_old_rec.effective_start_date
458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date
459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num

Line 459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id

455: ,p_criteria_score =>p_rec.criteria_score
456: ,p_criteria_weight =>p_rec.criteria_weight
457: ,p_effective_start_date_o =>ben_ect_shd.g_old_rec.effective_start_date
458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date
459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag

Line 460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id

456: ,p_criteria_weight =>p_rec.criteria_weight
457: ,p_effective_start_date_o =>ben_ect_shd.g_old_rec.effective_start_date
458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date
459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category

Line 461: ,p_category_o =>ben_ect_shd.g_old_rec.category

457: ,p_effective_start_date_o =>ben_ect_shd.g_old_rec.effective_start_date
458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date
459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1

Line 462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num

458: ,p_effective_end_date_o =>ben_ect_shd.g_old_rec.effective_end_date
459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2

Line 463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag

459: ,p_business_group_id_o =>ben_ect_shd.g_old_rec.business_group_id
460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3

Line 464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category

460: ,p_eligy_prfl_id_o =>ben_ect_shd.g_old_rec.eligy_prfl_id
461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4

Line 465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1

461: ,p_category_o =>ben_ect_shd.g_old_rec.category
462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5

Line 466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2

462: ,p_ordr_num_o =>ben_ect_shd.g_old_rec.ordr_num
463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6

Line 467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3

463: ,p_excld_flag_o =>ben_ect_shd.g_old_rec.excld_flag
464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7

Line 468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4

464: ,p_ect_attribute_category_o =>ben_ect_shd.g_old_rec.ect_attribute_category
465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8

Line 469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5

465: ,p_ect_attribute1_o =>ben_ect_shd.g_old_rec.ect_attribute1
466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9

Line 470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6

466: ,p_ect_attribute2_o =>ben_ect_shd.g_old_rec.ect_attribute2
467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10

Line 471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7

467: ,p_ect_attribute3_o =>ben_ect_shd.g_old_rec.ect_attribute3
468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11

Line 472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8

468: ,p_ect_attribute4_o =>ben_ect_shd.g_old_rec.ect_attribute4
469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12

Line 473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9

469: ,p_ect_attribute5_o =>ben_ect_shd.g_old_rec.ect_attribute5
470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13

Line 474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10

470: ,p_ect_attribute6_o =>ben_ect_shd.g_old_rec.ect_attribute6
471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14

Line 475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11

471: ,p_ect_attribute7_o =>ben_ect_shd.g_old_rec.ect_attribute7
472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15

Line 476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12

472: ,p_ect_attribute8_o =>ben_ect_shd.g_old_rec.ect_attribute8
473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16

Line 477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13

473: ,p_ect_attribute9_o =>ben_ect_shd.g_old_rec.ect_attribute9
474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17

Line 478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14

474: ,p_ect_attribute10_o =>ben_ect_shd.g_old_rec.ect_attribute10
475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18

Line 479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15

475: ,p_ect_attribute11_o =>ben_ect_shd.g_old_rec.ect_attribute11
476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19

Line 480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16

476: ,p_ect_attribute12_o =>ben_ect_shd.g_old_rec.ect_attribute12
477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20

Line 481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17

477: ,p_ect_attribute13_o =>ben_ect_shd.g_old_rec.ect_attribute13
478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21

Line 482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18

478: ,p_ect_attribute14_o =>ben_ect_shd.g_old_rec.ect_attribute14
479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22

Line 483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19

479: ,p_ect_attribute15_o =>ben_ect_shd.g_old_rec.ect_attribute15
480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23

Line 484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20

480: ,p_ect_attribute16_o =>ben_ect_shd.g_old_rec.ect_attribute16
481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24

Line 485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21

481: ,p_ect_attribute17_o =>ben_ect_shd.g_old_rec.ect_attribute17
482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25

Line 486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22

482: ,p_ect_attribute18_o =>ben_ect_shd.g_old_rec.ect_attribute18
483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26

Line 487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23

483: ,p_ect_attribute19_o =>ben_ect_shd.g_old_rec.ect_attribute19
484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27

Line 488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24

484: ,p_ect_attribute20_o =>ben_ect_shd.g_old_rec.ect_attribute20
485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28

Line 489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25

485: ,p_ect_attribute21_o =>ben_ect_shd.g_old_rec.ect_attribute21
486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29

Line 490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26

486: ,p_ect_attribute22_o =>ben_ect_shd.g_old_rec.ect_attribute22
487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30

Line 491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27

487: ,p_ect_attribute23_o =>ben_ect_shd.g_old_rec.ect_attribute23
488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number

Line 492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28

488: ,p_ect_attribute24_o =>ben_ect_shd.g_old_rec.ect_attribute24
489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number
496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score

Line 493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29

489: ,p_ect_attribute25_o =>ben_ect_shd.g_old_rec.ect_attribute25
490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number
496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score
497: ,p_criteria_weight_o =>ben_ect_shd.g_old_rec.criteria_weight

Line 494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30

490: ,p_ect_attribute26_o =>ben_ect_shd.g_old_rec.ect_attribute26
491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number
496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score
497: ,p_criteria_weight_o =>ben_ect_shd.g_old_rec.criteria_weight
498: );

Line 495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number

491: ,p_ect_attribute27_o =>ben_ect_shd.g_old_rec.ect_attribute27
492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number
496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score
497: ,p_criteria_weight_o =>ben_ect_shd.g_old_rec.criteria_weight
498: );
499: --

Line 496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score

492: ,p_ect_attribute28_o =>ben_ect_shd.g_old_rec.ect_attribute28
493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number
496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score
497: ,p_criteria_weight_o =>ben_ect_shd.g_old_rec.criteria_weight
498: );
499: --
500: exception

Line 497: ,p_criteria_weight_o =>ben_ect_shd.g_old_rec.criteria_weight

493: ,p_ect_attribute29_o =>ben_ect_shd.g_old_rec.ect_attribute29
494: ,p_ect_attribute30_o =>ben_ect_shd.g_old_rec.ect_attribute30
495: ,p_object_version_number_o =>ben_ect_shd.g_old_rec.object_version_number
496: ,p_criteria_score_o =>ben_ect_shd.g_old_rec.criteria_score
497: ,p_criteria_weight_o =>ben_ect_shd.g_old_rec.criteria_weight
498: );
499: --
500: exception
501: --

Line 559: Procedure convert_defs(p_rec in out nocopy ben_ect_shd.g_rec_type) is

555: -- Internal Row Handler Use Only.
556: --
557: -- {End Of Comments}
558: -- ----------------------------------------------------------------------------
559: Procedure convert_defs(p_rec in out nocopy ben_ect_shd.g_rec_type) is
560: --
561: l_proc varchar2(72) := g_package||'convert_defs';
562: --
563: Begin

Line 574: ben_ect_shd.g_old_rec.business_group_id;

570: -- is being used then we must set to the 'current' argument value.
571: --
572: If (p_rec.business_group_id = hr_api.g_number) then
573: p_rec.business_group_id :=
574: ben_ect_shd.g_old_rec.business_group_id;
575: End If;
576: If (p_rec.eligy_prfl_id = hr_api.g_number) then
577: p_rec.eligy_prfl_id :=
578: ben_ect_shd.g_old_rec.eligy_prfl_id;

Line 578: ben_ect_shd.g_old_rec.eligy_prfl_id;

574: ben_ect_shd.g_old_rec.business_group_id;
575: End If;
576: If (p_rec.eligy_prfl_id = hr_api.g_number) then
577: p_rec.eligy_prfl_id :=
578: ben_ect_shd.g_old_rec.eligy_prfl_id;
579: End If;
580: If (p_rec.category = hr_api.g_varchar2) then
581: p_rec.category :=
582: ben_ect_shd.g_old_rec.category;

Line 582: ben_ect_shd.g_old_rec.category;

578: ben_ect_shd.g_old_rec.eligy_prfl_id;
579: End If;
580: If (p_rec.category = hr_api.g_varchar2) then
581: p_rec.category :=
582: ben_ect_shd.g_old_rec.category;
583: End If;
584: If (p_rec.ordr_num = hr_api.g_number) then
585: p_rec.ordr_num :=
586: ben_ect_shd.g_old_rec.ordr_num;

Line 586: ben_ect_shd.g_old_rec.ordr_num;

582: ben_ect_shd.g_old_rec.category;
583: End If;
584: If (p_rec.ordr_num = hr_api.g_number) then
585: p_rec.ordr_num :=
586: ben_ect_shd.g_old_rec.ordr_num;
587: End If;
588: If (p_rec.excld_flag = hr_api.g_varchar2) then
589: p_rec.excld_flag :=
590: ben_ect_shd.g_old_rec.excld_flag;

Line 590: ben_ect_shd.g_old_rec.excld_flag;

586: ben_ect_shd.g_old_rec.ordr_num;
587: End If;
588: If (p_rec.excld_flag = hr_api.g_varchar2) then
589: p_rec.excld_flag :=
590: ben_ect_shd.g_old_rec.excld_flag;
591: End If;
592: If (p_rec.ect_attribute_category = hr_api.g_varchar2) then
593: p_rec.ect_attribute_category :=
594: ben_ect_shd.g_old_rec.ect_attribute_category;

Line 594: ben_ect_shd.g_old_rec.ect_attribute_category;

590: ben_ect_shd.g_old_rec.excld_flag;
591: End If;
592: If (p_rec.ect_attribute_category = hr_api.g_varchar2) then
593: p_rec.ect_attribute_category :=
594: ben_ect_shd.g_old_rec.ect_attribute_category;
595: End If;
596: If (p_rec.ect_attribute1 = hr_api.g_varchar2) then
597: p_rec.ect_attribute1 :=
598: ben_ect_shd.g_old_rec.ect_attribute1;

Line 598: ben_ect_shd.g_old_rec.ect_attribute1;

594: ben_ect_shd.g_old_rec.ect_attribute_category;
595: End If;
596: If (p_rec.ect_attribute1 = hr_api.g_varchar2) then
597: p_rec.ect_attribute1 :=
598: ben_ect_shd.g_old_rec.ect_attribute1;
599: End If;
600: If (p_rec.ect_attribute2 = hr_api.g_varchar2) then
601: p_rec.ect_attribute2 :=
602: ben_ect_shd.g_old_rec.ect_attribute2;

Line 602: ben_ect_shd.g_old_rec.ect_attribute2;

598: ben_ect_shd.g_old_rec.ect_attribute1;
599: End If;
600: If (p_rec.ect_attribute2 = hr_api.g_varchar2) then
601: p_rec.ect_attribute2 :=
602: ben_ect_shd.g_old_rec.ect_attribute2;
603: End If;
604: If (p_rec.ect_attribute3 = hr_api.g_varchar2) then
605: p_rec.ect_attribute3 :=
606: ben_ect_shd.g_old_rec.ect_attribute3;

Line 606: ben_ect_shd.g_old_rec.ect_attribute3;

602: ben_ect_shd.g_old_rec.ect_attribute2;
603: End If;
604: If (p_rec.ect_attribute3 = hr_api.g_varchar2) then
605: p_rec.ect_attribute3 :=
606: ben_ect_shd.g_old_rec.ect_attribute3;
607: End If;
608: If (p_rec.ect_attribute4 = hr_api.g_varchar2) then
609: p_rec.ect_attribute4 :=
610: ben_ect_shd.g_old_rec.ect_attribute4;

Line 610: ben_ect_shd.g_old_rec.ect_attribute4;

606: ben_ect_shd.g_old_rec.ect_attribute3;
607: End If;
608: If (p_rec.ect_attribute4 = hr_api.g_varchar2) then
609: p_rec.ect_attribute4 :=
610: ben_ect_shd.g_old_rec.ect_attribute4;
611: End If;
612: If (p_rec.ect_attribute5 = hr_api.g_varchar2) then
613: p_rec.ect_attribute5 :=
614: ben_ect_shd.g_old_rec.ect_attribute5;

Line 614: ben_ect_shd.g_old_rec.ect_attribute5;

610: ben_ect_shd.g_old_rec.ect_attribute4;
611: End If;
612: If (p_rec.ect_attribute5 = hr_api.g_varchar2) then
613: p_rec.ect_attribute5 :=
614: ben_ect_shd.g_old_rec.ect_attribute5;
615: End If;
616: If (p_rec.ect_attribute6 = hr_api.g_varchar2) then
617: p_rec.ect_attribute6 :=
618: ben_ect_shd.g_old_rec.ect_attribute6;

Line 618: ben_ect_shd.g_old_rec.ect_attribute6;

614: ben_ect_shd.g_old_rec.ect_attribute5;
615: End If;
616: If (p_rec.ect_attribute6 = hr_api.g_varchar2) then
617: p_rec.ect_attribute6 :=
618: ben_ect_shd.g_old_rec.ect_attribute6;
619: End If;
620: If (p_rec.ect_attribute7 = hr_api.g_varchar2) then
621: p_rec.ect_attribute7 :=
622: ben_ect_shd.g_old_rec.ect_attribute7;

Line 622: ben_ect_shd.g_old_rec.ect_attribute7;

618: ben_ect_shd.g_old_rec.ect_attribute6;
619: End If;
620: If (p_rec.ect_attribute7 = hr_api.g_varchar2) then
621: p_rec.ect_attribute7 :=
622: ben_ect_shd.g_old_rec.ect_attribute7;
623: End If;
624: If (p_rec.ect_attribute8 = hr_api.g_varchar2) then
625: p_rec.ect_attribute8 :=
626: ben_ect_shd.g_old_rec.ect_attribute8;

Line 626: ben_ect_shd.g_old_rec.ect_attribute8;

622: ben_ect_shd.g_old_rec.ect_attribute7;
623: End If;
624: If (p_rec.ect_attribute8 = hr_api.g_varchar2) then
625: p_rec.ect_attribute8 :=
626: ben_ect_shd.g_old_rec.ect_attribute8;
627: End If;
628: If (p_rec.ect_attribute9 = hr_api.g_varchar2) then
629: p_rec.ect_attribute9 :=
630: ben_ect_shd.g_old_rec.ect_attribute9;

Line 630: ben_ect_shd.g_old_rec.ect_attribute9;

626: ben_ect_shd.g_old_rec.ect_attribute8;
627: End If;
628: If (p_rec.ect_attribute9 = hr_api.g_varchar2) then
629: p_rec.ect_attribute9 :=
630: ben_ect_shd.g_old_rec.ect_attribute9;
631: End If;
632: If (p_rec.ect_attribute10 = hr_api.g_varchar2) then
633: p_rec.ect_attribute10 :=
634: ben_ect_shd.g_old_rec.ect_attribute10;

Line 634: ben_ect_shd.g_old_rec.ect_attribute10;

630: ben_ect_shd.g_old_rec.ect_attribute9;
631: End If;
632: If (p_rec.ect_attribute10 = hr_api.g_varchar2) then
633: p_rec.ect_attribute10 :=
634: ben_ect_shd.g_old_rec.ect_attribute10;
635: End If;
636: If (p_rec.ect_attribute11 = hr_api.g_varchar2) then
637: p_rec.ect_attribute11 :=
638: ben_ect_shd.g_old_rec.ect_attribute11;

Line 638: ben_ect_shd.g_old_rec.ect_attribute11;

634: ben_ect_shd.g_old_rec.ect_attribute10;
635: End If;
636: If (p_rec.ect_attribute11 = hr_api.g_varchar2) then
637: p_rec.ect_attribute11 :=
638: ben_ect_shd.g_old_rec.ect_attribute11;
639: End If;
640: If (p_rec.ect_attribute12 = hr_api.g_varchar2) then
641: p_rec.ect_attribute12 :=
642: ben_ect_shd.g_old_rec.ect_attribute12;

Line 642: ben_ect_shd.g_old_rec.ect_attribute12;

638: ben_ect_shd.g_old_rec.ect_attribute11;
639: End If;
640: If (p_rec.ect_attribute12 = hr_api.g_varchar2) then
641: p_rec.ect_attribute12 :=
642: ben_ect_shd.g_old_rec.ect_attribute12;
643: End If;
644: If (p_rec.ect_attribute13 = hr_api.g_varchar2) then
645: p_rec.ect_attribute13 :=
646: ben_ect_shd.g_old_rec.ect_attribute13;

Line 646: ben_ect_shd.g_old_rec.ect_attribute13;

642: ben_ect_shd.g_old_rec.ect_attribute12;
643: End If;
644: If (p_rec.ect_attribute13 = hr_api.g_varchar2) then
645: p_rec.ect_attribute13 :=
646: ben_ect_shd.g_old_rec.ect_attribute13;
647: End If;
648: If (p_rec.ect_attribute14 = hr_api.g_varchar2) then
649: p_rec.ect_attribute14 :=
650: ben_ect_shd.g_old_rec.ect_attribute14;

Line 650: ben_ect_shd.g_old_rec.ect_attribute14;

646: ben_ect_shd.g_old_rec.ect_attribute13;
647: End If;
648: If (p_rec.ect_attribute14 = hr_api.g_varchar2) then
649: p_rec.ect_attribute14 :=
650: ben_ect_shd.g_old_rec.ect_attribute14;
651: End If;
652: If (p_rec.ect_attribute15 = hr_api.g_varchar2) then
653: p_rec.ect_attribute15 :=
654: ben_ect_shd.g_old_rec.ect_attribute15;

Line 654: ben_ect_shd.g_old_rec.ect_attribute15;

650: ben_ect_shd.g_old_rec.ect_attribute14;
651: End If;
652: If (p_rec.ect_attribute15 = hr_api.g_varchar2) then
653: p_rec.ect_attribute15 :=
654: ben_ect_shd.g_old_rec.ect_attribute15;
655: End If;
656: If (p_rec.ect_attribute16 = hr_api.g_varchar2) then
657: p_rec.ect_attribute16 :=
658: ben_ect_shd.g_old_rec.ect_attribute16;

Line 658: ben_ect_shd.g_old_rec.ect_attribute16;

654: ben_ect_shd.g_old_rec.ect_attribute15;
655: End If;
656: If (p_rec.ect_attribute16 = hr_api.g_varchar2) then
657: p_rec.ect_attribute16 :=
658: ben_ect_shd.g_old_rec.ect_attribute16;
659: End If;
660: If (p_rec.ect_attribute17 = hr_api.g_varchar2) then
661: p_rec.ect_attribute17 :=
662: ben_ect_shd.g_old_rec.ect_attribute17;

Line 662: ben_ect_shd.g_old_rec.ect_attribute17;

658: ben_ect_shd.g_old_rec.ect_attribute16;
659: End If;
660: If (p_rec.ect_attribute17 = hr_api.g_varchar2) then
661: p_rec.ect_attribute17 :=
662: ben_ect_shd.g_old_rec.ect_attribute17;
663: End If;
664: If (p_rec.ect_attribute18 = hr_api.g_varchar2) then
665: p_rec.ect_attribute18 :=
666: ben_ect_shd.g_old_rec.ect_attribute18;

Line 666: ben_ect_shd.g_old_rec.ect_attribute18;

662: ben_ect_shd.g_old_rec.ect_attribute17;
663: End If;
664: If (p_rec.ect_attribute18 = hr_api.g_varchar2) then
665: p_rec.ect_attribute18 :=
666: ben_ect_shd.g_old_rec.ect_attribute18;
667: End If;
668: If (p_rec.ect_attribute19 = hr_api.g_varchar2) then
669: p_rec.ect_attribute19 :=
670: ben_ect_shd.g_old_rec.ect_attribute19;

Line 670: ben_ect_shd.g_old_rec.ect_attribute19;

666: ben_ect_shd.g_old_rec.ect_attribute18;
667: End If;
668: If (p_rec.ect_attribute19 = hr_api.g_varchar2) then
669: p_rec.ect_attribute19 :=
670: ben_ect_shd.g_old_rec.ect_attribute19;
671: End If;
672: If (p_rec.ect_attribute20 = hr_api.g_varchar2) then
673: p_rec.ect_attribute20 :=
674: ben_ect_shd.g_old_rec.ect_attribute20;

Line 674: ben_ect_shd.g_old_rec.ect_attribute20;

670: ben_ect_shd.g_old_rec.ect_attribute19;
671: End If;
672: If (p_rec.ect_attribute20 = hr_api.g_varchar2) then
673: p_rec.ect_attribute20 :=
674: ben_ect_shd.g_old_rec.ect_attribute20;
675: End If;
676: If (p_rec.ect_attribute21 = hr_api.g_varchar2) then
677: p_rec.ect_attribute21 :=
678: ben_ect_shd.g_old_rec.ect_attribute21;

Line 678: ben_ect_shd.g_old_rec.ect_attribute21;

674: ben_ect_shd.g_old_rec.ect_attribute20;
675: End If;
676: If (p_rec.ect_attribute21 = hr_api.g_varchar2) then
677: p_rec.ect_attribute21 :=
678: ben_ect_shd.g_old_rec.ect_attribute21;
679: End If;
680: If (p_rec.ect_attribute22 = hr_api.g_varchar2) then
681: p_rec.ect_attribute22 :=
682: ben_ect_shd.g_old_rec.ect_attribute22;

Line 682: ben_ect_shd.g_old_rec.ect_attribute22;

678: ben_ect_shd.g_old_rec.ect_attribute21;
679: End If;
680: If (p_rec.ect_attribute22 = hr_api.g_varchar2) then
681: p_rec.ect_attribute22 :=
682: ben_ect_shd.g_old_rec.ect_attribute22;
683: End If;
684: If (p_rec.ect_attribute23 = hr_api.g_varchar2) then
685: p_rec.ect_attribute23 :=
686: ben_ect_shd.g_old_rec.ect_attribute23;

Line 686: ben_ect_shd.g_old_rec.ect_attribute23;

682: ben_ect_shd.g_old_rec.ect_attribute22;
683: End If;
684: If (p_rec.ect_attribute23 = hr_api.g_varchar2) then
685: p_rec.ect_attribute23 :=
686: ben_ect_shd.g_old_rec.ect_attribute23;
687: End If;
688: If (p_rec.ect_attribute24 = hr_api.g_varchar2) then
689: p_rec.ect_attribute24 :=
690: ben_ect_shd.g_old_rec.ect_attribute24;

Line 690: ben_ect_shd.g_old_rec.ect_attribute24;

686: ben_ect_shd.g_old_rec.ect_attribute23;
687: End If;
688: If (p_rec.ect_attribute24 = hr_api.g_varchar2) then
689: p_rec.ect_attribute24 :=
690: ben_ect_shd.g_old_rec.ect_attribute24;
691: End If;
692: If (p_rec.ect_attribute25 = hr_api.g_varchar2) then
693: p_rec.ect_attribute25 :=
694: ben_ect_shd.g_old_rec.ect_attribute25;

Line 694: ben_ect_shd.g_old_rec.ect_attribute25;

690: ben_ect_shd.g_old_rec.ect_attribute24;
691: End If;
692: If (p_rec.ect_attribute25 = hr_api.g_varchar2) then
693: p_rec.ect_attribute25 :=
694: ben_ect_shd.g_old_rec.ect_attribute25;
695: End If;
696: If (p_rec.ect_attribute26 = hr_api.g_varchar2) then
697: p_rec.ect_attribute26 :=
698: ben_ect_shd.g_old_rec.ect_attribute26;

Line 698: ben_ect_shd.g_old_rec.ect_attribute26;

694: ben_ect_shd.g_old_rec.ect_attribute25;
695: End If;
696: If (p_rec.ect_attribute26 = hr_api.g_varchar2) then
697: p_rec.ect_attribute26 :=
698: ben_ect_shd.g_old_rec.ect_attribute26;
699: End If;
700: If (p_rec.ect_attribute27 = hr_api.g_varchar2) then
701: p_rec.ect_attribute27 :=
702: ben_ect_shd.g_old_rec.ect_attribute27;

Line 702: ben_ect_shd.g_old_rec.ect_attribute27;

698: ben_ect_shd.g_old_rec.ect_attribute26;
699: End If;
700: If (p_rec.ect_attribute27 = hr_api.g_varchar2) then
701: p_rec.ect_attribute27 :=
702: ben_ect_shd.g_old_rec.ect_attribute27;
703: End If;
704: If (p_rec.ect_attribute28 = hr_api.g_varchar2) then
705: p_rec.ect_attribute28 :=
706: ben_ect_shd.g_old_rec.ect_attribute28;

Line 706: ben_ect_shd.g_old_rec.ect_attribute28;

702: ben_ect_shd.g_old_rec.ect_attribute27;
703: End If;
704: If (p_rec.ect_attribute28 = hr_api.g_varchar2) then
705: p_rec.ect_attribute28 :=
706: ben_ect_shd.g_old_rec.ect_attribute28;
707: End If;
708: If (p_rec.ect_attribute29 = hr_api.g_varchar2) then
709: p_rec.ect_attribute29 :=
710: ben_ect_shd.g_old_rec.ect_attribute29;

Line 710: ben_ect_shd.g_old_rec.ect_attribute29;

706: ben_ect_shd.g_old_rec.ect_attribute28;
707: End If;
708: If (p_rec.ect_attribute29 = hr_api.g_varchar2) then
709: p_rec.ect_attribute29 :=
710: ben_ect_shd.g_old_rec.ect_attribute29;
711: End If;
712: If (p_rec.ect_attribute30 = hr_api.g_varchar2) then
713: p_rec.ect_attribute30 :=
714: ben_ect_shd.g_old_rec.ect_attribute30;

Line 714: ben_ect_shd.g_old_rec.ect_attribute30;

710: ben_ect_shd.g_old_rec.ect_attribute29;
711: End If;
712: If (p_rec.ect_attribute30 = hr_api.g_varchar2) then
713: p_rec.ect_attribute30 :=
714: ben_ect_shd.g_old_rec.ect_attribute30;
715: End If;
716: If (p_rec.criteria_score = hr_api.g_number) then
717: p_rec.criteria_score :=
718: ben_ect_shd.g_old_rec.criteria_score;

Line 718: ben_ect_shd.g_old_rec.criteria_score;

714: ben_ect_shd.g_old_rec.ect_attribute30;
715: End If;
716: If (p_rec.criteria_score = hr_api.g_number) then
717: p_rec.criteria_score :=
718: ben_ect_shd.g_old_rec.criteria_score;
719: End If;
720: If (p_rec.criteria_weight = hr_api.g_number) then
721: p_rec.criteria_weight :=
722: ben_ect_shd.g_old_rec.criteria_weight;

Line 722: ben_ect_shd.g_old_rec.criteria_weight;

718: ben_ect_shd.g_old_rec.criteria_score;
719: End If;
720: If (p_rec.criteria_weight = hr_api.g_number) then
721: p_rec.criteria_weight :=
722: ben_ect_shd.g_old_rec.criteria_weight;
723: End If;
724:
725: --
726: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 735: p_rec in out nocopy ben_ect_shd.g_rec_type,

731: -- |---------------------------------< upd >----------------------------------|
732: -- ----------------------------------------------------------------------------
733: Procedure upd
734: (
735: p_rec in out nocopy ben_ect_shd.g_rec_type,
736: p_effective_date in date,
737: p_datetrack_mode in varchar2
738: ) is
739: --

Line 753: ben_ect_shd.lck

749: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
750: --
751: -- We must lock the row which we need to update.
752: --
753: ben_ect_shd.lck
754: (p_effective_date => p_effective_date,
755: p_datetrack_mode => p_datetrack_mode,
756: p_elig_dsblty_ctg_prte_id => p_rec.elig_dsblty_ctg_prte_id,
757: p_object_version_number => p_rec.object_version_number,

Line 854: l_rec ben_ect_shd.g_rec_type;

850: p_criteria_score in number default hr_api.g_number,
851: p_criteria_weight in number default hr_api.g_number
852: ) is
853: --
854: l_rec ben_ect_shd.g_rec_type;
855: l_proc varchar2(72) := g_package||'upd';
856: --
857: Begin
858: hr_utility.set_location('Entering:'||l_proc, 5);

Line 864: ben_ect_shd.convert_args

860: -- Call conversion function to turn arguments into the
861: -- l_rec structure.
862: --
863: l_rec :=
864: ben_ect_shd.convert_args
865: (
866: p_elig_dsblty_ctg_prte_id,
867: null,
868: null,