DBA Data[Home] [Help]

APPS.BEN_PRB_UPD dependencies on BEN_PRB_SHD

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

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

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

Line 132: ben_prb_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

Line 145: ben_prb_shd.constraint_error

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

Line 149: ben_prb_shd.g_api_dml := false; -- Unset the api dml status

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

Line 150: ben_prb_shd.constraint_error

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

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

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

Line 189: (p_rec in out nocopy ben_prb_shd.g_rec_type,

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

Line 253: (p_rec in out nocopy ben_prb_shd.g_rec_type,

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

Line 269: ben_prb_shd.upd_effective_end_date

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

Line 338: (p_rec in out nocopy ben_prb_shd.g_rec_type,

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

Line 394: (p_rec in ben_prb_shd.g_rec_type,

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

Line 458: ,p_effective_start_date_o =>ben_prb_shd.g_old_rec.effective_start_date

454: ,p_effective_date =>p_effective_date
455: ,p_datetrack_mode =>p_datetrack_mode
456: ,p_validation_start_date =>p_validation_start_date
457: ,p_validation_end_date =>p_validation_end_date
458: ,p_effective_start_date_o =>ben_prb_shd.g_old_rec.effective_start_date
459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date
460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id

Line 459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date

455: ,p_datetrack_mode =>p_datetrack_mode
456: ,p_validation_start_date =>p_validation_start_date
457: ,p_validation_end_date =>p_validation_end_date
458: ,p_effective_start_date_o =>ben_prb_shd.g_old_rec.effective_start_date
459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date
460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id

Line 460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id

456: ,p_validation_start_date =>p_validation_start_date
457: ,p_validation_end_date =>p_validation_end_date
458: ,p_effective_start_date_o =>ben_prb_shd.g_old_rec.effective_start_date
459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date
460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt

Line 461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id

457: ,p_validation_end_date =>p_validation_end_date
458: ,p_effective_start_date_o =>ben_prb_shd.g_old_rec.effective_start_date
459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date
460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag

Line 462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id

458: ,p_effective_start_date_o =>ben_prb_shd.g_old_rec.effective_start_date
459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date
460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name

Line 463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id

459: ,p_effective_end_date_o =>ben_prb_shd.g_old_rec.effective_end_date
460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt

Line 464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt

460: ,p_business_group_id_o =>ben_prb_shd.g_old_rec.business_group_id
461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category

Line 465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag

461: ,p_pl_id_o =>ben_prb_shd.g_old_rec.pl_id
462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1

Line 466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name

462: ,p_rptg_grp_id_o =>ben_prb_shd.g_old_rec.rptg_grp_id
463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2

Line 467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt

463: ,p_organization_id_o =>ben_prb_shd.g_old_rec.organization_id
464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3

Line 468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category

464: ,p_quald_dt_o =>ben_prb_shd.g_old_rec.quald_dt
465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4

Line 469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1

465: ,p_quald_flag_o =>ben_prb_shd.g_old_rec.quald_flag
466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5

Line 470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2

466: ,p_regy_pl_name_o =>ben_prb_shd.g_old_rec.regy_pl_name
467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6

Line 471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3

467: ,p_aprvd_trmn_dt_o =>ben_prb_shd.g_old_rec.aprvd_trmn_dt
468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7

Line 472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4

468: ,p_prb_attribute_category_o =>ben_prb_shd.g_old_rec.prb_attribute_category
469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8

Line 473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5

469: ,p_prb_attribute1_o =>ben_prb_shd.g_old_rec.prb_attribute1
470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9

Line 474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6

470: ,p_prb_attribute2_o =>ben_prb_shd.g_old_rec.prb_attribute2
471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10

Line 475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7

471: ,p_prb_attribute3_o =>ben_prb_shd.g_old_rec.prb_attribute3
472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11

Line 476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8

472: ,p_prb_attribute4_o =>ben_prb_shd.g_old_rec.prb_attribute4
473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12

Line 477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9

473: ,p_prb_attribute5_o =>ben_prb_shd.g_old_rec.prb_attribute5
474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13

Line 478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10

474: ,p_prb_attribute6_o =>ben_prb_shd.g_old_rec.prb_attribute6
475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14

Line 479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11

475: ,p_prb_attribute7_o =>ben_prb_shd.g_old_rec.prb_attribute7
476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15

Line 480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12

476: ,p_prb_attribute8_o =>ben_prb_shd.g_old_rec.prb_attribute8
477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16

Line 481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13

477: ,p_prb_attribute9_o =>ben_prb_shd.g_old_rec.prb_attribute9
478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17

Line 482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14

478: ,p_prb_attribute10_o =>ben_prb_shd.g_old_rec.prb_attribute10
479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18

Line 483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15

479: ,p_prb_attribute11_o =>ben_prb_shd.g_old_rec.prb_attribute11
480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19

Line 484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16

480: ,p_prb_attribute12_o =>ben_prb_shd.g_old_rec.prb_attribute12
481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20

Line 485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17

481: ,p_prb_attribute13_o =>ben_prb_shd.g_old_rec.prb_attribute13
482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21

Line 486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18

482: ,p_prb_attribute14_o =>ben_prb_shd.g_old_rec.prb_attribute14
483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22

Line 487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19

483: ,p_prb_attribute15_o =>ben_prb_shd.g_old_rec.prb_attribute15
484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23

Line 488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20

484: ,p_prb_attribute16_o =>ben_prb_shd.g_old_rec.prb_attribute16
485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24

Line 489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21

485: ,p_prb_attribute17_o =>ben_prb_shd.g_old_rec.prb_attribute17
486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25

Line 490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22

486: ,p_prb_attribute18_o =>ben_prb_shd.g_old_rec.prb_attribute18
487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26

Line 491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23

487: ,p_prb_attribute19_o =>ben_prb_shd.g_old_rec.prb_attribute19
488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27

Line 492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24

488: ,p_prb_attribute20_o =>ben_prb_shd.g_old_rec.prb_attribute20
489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28

Line 493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25

489: ,p_prb_attribute21_o =>ben_prb_shd.g_old_rec.prb_attribute21
490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29

Line 494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26

490: ,p_prb_attribute22_o =>ben_prb_shd.g_old_rec.prb_attribute22
491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29
498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30

Line 495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27

491: ,p_prb_attribute23_o =>ben_prb_shd.g_old_rec.prb_attribute23
492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29
498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30
499: ,p_object_version_number_o =>ben_prb_shd.g_old_rec.object_version_number

Line 496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28

492: ,p_prb_attribute24_o =>ben_prb_shd.g_old_rec.prb_attribute24
493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29
498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30
499: ,p_object_version_number_o =>ben_prb_shd.g_old_rec.object_version_number
500: );

Line 497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29

493: ,p_prb_attribute25_o =>ben_prb_shd.g_old_rec.prb_attribute25
494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29
498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30
499: ,p_object_version_number_o =>ben_prb_shd.g_old_rec.object_version_number
500: );
501: --

Line 498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30

494: ,p_prb_attribute26_o =>ben_prb_shd.g_old_rec.prb_attribute26
495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29
498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30
499: ,p_object_version_number_o =>ben_prb_shd.g_old_rec.object_version_number
500: );
501: --
502: exception

Line 499: ,p_object_version_number_o =>ben_prb_shd.g_old_rec.object_version_number

495: ,p_prb_attribute27_o =>ben_prb_shd.g_old_rec.prb_attribute27
496: ,p_prb_attribute28_o =>ben_prb_shd.g_old_rec.prb_attribute28
497: ,p_prb_attribute29_o =>ben_prb_shd.g_old_rec.prb_attribute29
498: ,p_prb_attribute30_o =>ben_prb_shd.g_old_rec.prb_attribute30
499: ,p_object_version_number_o =>ben_prb_shd.g_old_rec.object_version_number
500: );
501: --
502: exception
503: --

Line 561: Procedure convert_defs(p_rec in out nocopy ben_prb_shd.g_rec_type) is

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

Line 576: ben_prb_shd.g_old_rec.business_group_id;

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

Line 580: ben_prb_shd.g_old_rec.pl_id;

576: ben_prb_shd.g_old_rec.business_group_id;
577: End If;
578: If (p_rec.pl_id = hr_api.g_number) then
579: p_rec.pl_id :=
580: ben_prb_shd.g_old_rec.pl_id;
581: End If;
582: If (p_rec.rptg_grp_id = hr_api.g_number) then
583: p_rec.rptg_grp_id :=
584: ben_prb_shd.g_old_rec.rptg_grp_id;

Line 584: ben_prb_shd.g_old_rec.rptg_grp_id;

580: ben_prb_shd.g_old_rec.pl_id;
581: End If;
582: If (p_rec.rptg_grp_id = hr_api.g_number) then
583: p_rec.rptg_grp_id :=
584: ben_prb_shd.g_old_rec.rptg_grp_id;
585: End If;
586: If (p_rec.organization_id = hr_api.g_number) then
587: p_rec.organization_id :=
588: ben_prb_shd.g_old_rec.organization_id;

Line 588: ben_prb_shd.g_old_rec.organization_id;

584: ben_prb_shd.g_old_rec.rptg_grp_id;
585: End If;
586: If (p_rec.organization_id = hr_api.g_number) then
587: p_rec.organization_id :=
588: ben_prb_shd.g_old_rec.organization_id;
589: End If;
590: If (p_rec.quald_dt = hr_api.g_date) then
591: p_rec.quald_dt :=
592: ben_prb_shd.g_old_rec.quald_dt;

Line 592: ben_prb_shd.g_old_rec.quald_dt;

588: ben_prb_shd.g_old_rec.organization_id;
589: End If;
590: If (p_rec.quald_dt = hr_api.g_date) then
591: p_rec.quald_dt :=
592: ben_prb_shd.g_old_rec.quald_dt;
593: End If;
594: If (p_rec.quald_flag = hr_api.g_varchar2) then
595: p_rec.quald_flag :=
596: ben_prb_shd.g_old_rec.quald_flag;

Line 596: ben_prb_shd.g_old_rec.quald_flag;

592: ben_prb_shd.g_old_rec.quald_dt;
593: End If;
594: If (p_rec.quald_flag = hr_api.g_varchar2) then
595: p_rec.quald_flag :=
596: ben_prb_shd.g_old_rec.quald_flag;
597: End If;
598: If (p_rec.regy_pl_name = hr_api.g_varchar2) then
599: p_rec.regy_pl_name :=
600: ben_prb_shd.g_old_rec.regy_pl_name;

Line 600: ben_prb_shd.g_old_rec.regy_pl_name;

596: ben_prb_shd.g_old_rec.quald_flag;
597: End If;
598: If (p_rec.regy_pl_name = hr_api.g_varchar2) then
599: p_rec.regy_pl_name :=
600: ben_prb_shd.g_old_rec.regy_pl_name;
601: End If;
602: If (p_rec.aprvd_trmn_dt = hr_api.g_date) then
603: p_rec.aprvd_trmn_dt :=
604: ben_prb_shd.g_old_rec.aprvd_trmn_dt;

Line 604: ben_prb_shd.g_old_rec.aprvd_trmn_dt;

600: ben_prb_shd.g_old_rec.regy_pl_name;
601: End If;
602: If (p_rec.aprvd_trmn_dt = hr_api.g_date) then
603: p_rec.aprvd_trmn_dt :=
604: ben_prb_shd.g_old_rec.aprvd_trmn_dt;
605: End If;
606: If (p_rec.prb_attribute_category = hr_api.g_varchar2) then
607: p_rec.prb_attribute_category :=
608: ben_prb_shd.g_old_rec.prb_attribute_category;

Line 608: ben_prb_shd.g_old_rec.prb_attribute_category;

604: ben_prb_shd.g_old_rec.aprvd_trmn_dt;
605: End If;
606: If (p_rec.prb_attribute_category = hr_api.g_varchar2) then
607: p_rec.prb_attribute_category :=
608: ben_prb_shd.g_old_rec.prb_attribute_category;
609: End If;
610: If (p_rec.prb_attribute1 = hr_api.g_varchar2) then
611: p_rec.prb_attribute1 :=
612: ben_prb_shd.g_old_rec.prb_attribute1;

Line 612: ben_prb_shd.g_old_rec.prb_attribute1;

608: ben_prb_shd.g_old_rec.prb_attribute_category;
609: End If;
610: If (p_rec.prb_attribute1 = hr_api.g_varchar2) then
611: p_rec.prb_attribute1 :=
612: ben_prb_shd.g_old_rec.prb_attribute1;
613: End If;
614: If (p_rec.prb_attribute2 = hr_api.g_varchar2) then
615: p_rec.prb_attribute2 :=
616: ben_prb_shd.g_old_rec.prb_attribute2;

Line 616: ben_prb_shd.g_old_rec.prb_attribute2;

612: ben_prb_shd.g_old_rec.prb_attribute1;
613: End If;
614: If (p_rec.prb_attribute2 = hr_api.g_varchar2) then
615: p_rec.prb_attribute2 :=
616: ben_prb_shd.g_old_rec.prb_attribute2;
617: End If;
618: If (p_rec.prb_attribute3 = hr_api.g_varchar2) then
619: p_rec.prb_attribute3 :=
620: ben_prb_shd.g_old_rec.prb_attribute3;

Line 620: ben_prb_shd.g_old_rec.prb_attribute3;

616: ben_prb_shd.g_old_rec.prb_attribute2;
617: End If;
618: If (p_rec.prb_attribute3 = hr_api.g_varchar2) then
619: p_rec.prb_attribute3 :=
620: ben_prb_shd.g_old_rec.prb_attribute3;
621: End If;
622: If (p_rec.prb_attribute4 = hr_api.g_varchar2) then
623: p_rec.prb_attribute4 :=
624: ben_prb_shd.g_old_rec.prb_attribute4;

Line 624: ben_prb_shd.g_old_rec.prb_attribute4;

620: ben_prb_shd.g_old_rec.prb_attribute3;
621: End If;
622: If (p_rec.prb_attribute4 = hr_api.g_varchar2) then
623: p_rec.prb_attribute4 :=
624: ben_prb_shd.g_old_rec.prb_attribute4;
625: End If;
626: If (p_rec.prb_attribute5 = hr_api.g_varchar2) then
627: p_rec.prb_attribute5 :=
628: ben_prb_shd.g_old_rec.prb_attribute5;

Line 628: ben_prb_shd.g_old_rec.prb_attribute5;

624: ben_prb_shd.g_old_rec.prb_attribute4;
625: End If;
626: If (p_rec.prb_attribute5 = hr_api.g_varchar2) then
627: p_rec.prb_attribute5 :=
628: ben_prb_shd.g_old_rec.prb_attribute5;
629: End If;
630: If (p_rec.prb_attribute6 = hr_api.g_varchar2) then
631: p_rec.prb_attribute6 :=
632: ben_prb_shd.g_old_rec.prb_attribute6;

Line 632: ben_prb_shd.g_old_rec.prb_attribute6;

628: ben_prb_shd.g_old_rec.prb_attribute5;
629: End If;
630: If (p_rec.prb_attribute6 = hr_api.g_varchar2) then
631: p_rec.prb_attribute6 :=
632: ben_prb_shd.g_old_rec.prb_attribute6;
633: End If;
634: If (p_rec.prb_attribute7 = hr_api.g_varchar2) then
635: p_rec.prb_attribute7 :=
636: ben_prb_shd.g_old_rec.prb_attribute7;

Line 636: ben_prb_shd.g_old_rec.prb_attribute7;

632: ben_prb_shd.g_old_rec.prb_attribute6;
633: End If;
634: If (p_rec.prb_attribute7 = hr_api.g_varchar2) then
635: p_rec.prb_attribute7 :=
636: ben_prb_shd.g_old_rec.prb_attribute7;
637: End If;
638: If (p_rec.prb_attribute8 = hr_api.g_varchar2) then
639: p_rec.prb_attribute8 :=
640: ben_prb_shd.g_old_rec.prb_attribute8;

Line 640: ben_prb_shd.g_old_rec.prb_attribute8;

636: ben_prb_shd.g_old_rec.prb_attribute7;
637: End If;
638: If (p_rec.prb_attribute8 = hr_api.g_varchar2) then
639: p_rec.prb_attribute8 :=
640: ben_prb_shd.g_old_rec.prb_attribute8;
641: End If;
642: If (p_rec.prb_attribute9 = hr_api.g_varchar2) then
643: p_rec.prb_attribute9 :=
644: ben_prb_shd.g_old_rec.prb_attribute9;

Line 644: ben_prb_shd.g_old_rec.prb_attribute9;

640: ben_prb_shd.g_old_rec.prb_attribute8;
641: End If;
642: If (p_rec.prb_attribute9 = hr_api.g_varchar2) then
643: p_rec.prb_attribute9 :=
644: ben_prb_shd.g_old_rec.prb_attribute9;
645: End If;
646: If (p_rec.prb_attribute10 = hr_api.g_varchar2) then
647: p_rec.prb_attribute10 :=
648: ben_prb_shd.g_old_rec.prb_attribute10;

Line 648: ben_prb_shd.g_old_rec.prb_attribute10;

644: ben_prb_shd.g_old_rec.prb_attribute9;
645: End If;
646: If (p_rec.prb_attribute10 = hr_api.g_varchar2) then
647: p_rec.prb_attribute10 :=
648: ben_prb_shd.g_old_rec.prb_attribute10;
649: End If;
650: If (p_rec.prb_attribute11 = hr_api.g_varchar2) then
651: p_rec.prb_attribute11 :=
652: ben_prb_shd.g_old_rec.prb_attribute11;

Line 652: ben_prb_shd.g_old_rec.prb_attribute11;

648: ben_prb_shd.g_old_rec.prb_attribute10;
649: End If;
650: If (p_rec.prb_attribute11 = hr_api.g_varchar2) then
651: p_rec.prb_attribute11 :=
652: ben_prb_shd.g_old_rec.prb_attribute11;
653: End If;
654: If (p_rec.prb_attribute12 = hr_api.g_varchar2) then
655: p_rec.prb_attribute12 :=
656: ben_prb_shd.g_old_rec.prb_attribute12;

Line 656: ben_prb_shd.g_old_rec.prb_attribute12;

652: ben_prb_shd.g_old_rec.prb_attribute11;
653: End If;
654: If (p_rec.prb_attribute12 = hr_api.g_varchar2) then
655: p_rec.prb_attribute12 :=
656: ben_prb_shd.g_old_rec.prb_attribute12;
657: End If;
658: If (p_rec.prb_attribute13 = hr_api.g_varchar2) then
659: p_rec.prb_attribute13 :=
660: ben_prb_shd.g_old_rec.prb_attribute13;

Line 660: ben_prb_shd.g_old_rec.prb_attribute13;

656: ben_prb_shd.g_old_rec.prb_attribute12;
657: End If;
658: If (p_rec.prb_attribute13 = hr_api.g_varchar2) then
659: p_rec.prb_attribute13 :=
660: ben_prb_shd.g_old_rec.prb_attribute13;
661: End If;
662: If (p_rec.prb_attribute14 = hr_api.g_varchar2) then
663: p_rec.prb_attribute14 :=
664: ben_prb_shd.g_old_rec.prb_attribute14;

Line 664: ben_prb_shd.g_old_rec.prb_attribute14;

660: ben_prb_shd.g_old_rec.prb_attribute13;
661: End If;
662: If (p_rec.prb_attribute14 = hr_api.g_varchar2) then
663: p_rec.prb_attribute14 :=
664: ben_prb_shd.g_old_rec.prb_attribute14;
665: End If;
666: If (p_rec.prb_attribute15 = hr_api.g_varchar2) then
667: p_rec.prb_attribute15 :=
668: ben_prb_shd.g_old_rec.prb_attribute15;

Line 668: ben_prb_shd.g_old_rec.prb_attribute15;

664: ben_prb_shd.g_old_rec.prb_attribute14;
665: End If;
666: If (p_rec.prb_attribute15 = hr_api.g_varchar2) then
667: p_rec.prb_attribute15 :=
668: ben_prb_shd.g_old_rec.prb_attribute15;
669: End If;
670: If (p_rec.prb_attribute16 = hr_api.g_varchar2) then
671: p_rec.prb_attribute16 :=
672: ben_prb_shd.g_old_rec.prb_attribute16;

Line 672: ben_prb_shd.g_old_rec.prb_attribute16;

668: ben_prb_shd.g_old_rec.prb_attribute15;
669: End If;
670: If (p_rec.prb_attribute16 = hr_api.g_varchar2) then
671: p_rec.prb_attribute16 :=
672: ben_prb_shd.g_old_rec.prb_attribute16;
673: End If;
674: If (p_rec.prb_attribute17 = hr_api.g_varchar2) then
675: p_rec.prb_attribute17 :=
676: ben_prb_shd.g_old_rec.prb_attribute17;

Line 676: ben_prb_shd.g_old_rec.prb_attribute17;

672: ben_prb_shd.g_old_rec.prb_attribute16;
673: End If;
674: If (p_rec.prb_attribute17 = hr_api.g_varchar2) then
675: p_rec.prb_attribute17 :=
676: ben_prb_shd.g_old_rec.prb_attribute17;
677: End If;
678: If (p_rec.prb_attribute18 = hr_api.g_varchar2) then
679: p_rec.prb_attribute18 :=
680: ben_prb_shd.g_old_rec.prb_attribute18;

Line 680: ben_prb_shd.g_old_rec.prb_attribute18;

676: ben_prb_shd.g_old_rec.prb_attribute17;
677: End If;
678: If (p_rec.prb_attribute18 = hr_api.g_varchar2) then
679: p_rec.prb_attribute18 :=
680: ben_prb_shd.g_old_rec.prb_attribute18;
681: End If;
682: If (p_rec.prb_attribute19 = hr_api.g_varchar2) then
683: p_rec.prb_attribute19 :=
684: ben_prb_shd.g_old_rec.prb_attribute19;

Line 684: ben_prb_shd.g_old_rec.prb_attribute19;

680: ben_prb_shd.g_old_rec.prb_attribute18;
681: End If;
682: If (p_rec.prb_attribute19 = hr_api.g_varchar2) then
683: p_rec.prb_attribute19 :=
684: ben_prb_shd.g_old_rec.prb_attribute19;
685: End If;
686: If (p_rec.prb_attribute20 = hr_api.g_varchar2) then
687: p_rec.prb_attribute20 :=
688: ben_prb_shd.g_old_rec.prb_attribute20;

Line 688: ben_prb_shd.g_old_rec.prb_attribute20;

684: ben_prb_shd.g_old_rec.prb_attribute19;
685: End If;
686: If (p_rec.prb_attribute20 = hr_api.g_varchar2) then
687: p_rec.prb_attribute20 :=
688: ben_prb_shd.g_old_rec.prb_attribute20;
689: End If;
690: If (p_rec.prb_attribute21 = hr_api.g_varchar2) then
691: p_rec.prb_attribute21 :=
692: ben_prb_shd.g_old_rec.prb_attribute21;

Line 692: ben_prb_shd.g_old_rec.prb_attribute21;

688: ben_prb_shd.g_old_rec.prb_attribute20;
689: End If;
690: If (p_rec.prb_attribute21 = hr_api.g_varchar2) then
691: p_rec.prb_attribute21 :=
692: ben_prb_shd.g_old_rec.prb_attribute21;
693: End If;
694: If (p_rec.prb_attribute22 = hr_api.g_varchar2) then
695: p_rec.prb_attribute22 :=
696: ben_prb_shd.g_old_rec.prb_attribute22;

Line 696: ben_prb_shd.g_old_rec.prb_attribute22;

692: ben_prb_shd.g_old_rec.prb_attribute21;
693: End If;
694: If (p_rec.prb_attribute22 = hr_api.g_varchar2) then
695: p_rec.prb_attribute22 :=
696: ben_prb_shd.g_old_rec.prb_attribute22;
697: End If;
698: If (p_rec.prb_attribute23 = hr_api.g_varchar2) then
699: p_rec.prb_attribute23 :=
700: ben_prb_shd.g_old_rec.prb_attribute23;

Line 700: ben_prb_shd.g_old_rec.prb_attribute23;

696: ben_prb_shd.g_old_rec.prb_attribute22;
697: End If;
698: If (p_rec.prb_attribute23 = hr_api.g_varchar2) then
699: p_rec.prb_attribute23 :=
700: ben_prb_shd.g_old_rec.prb_attribute23;
701: End If;
702: If (p_rec.prb_attribute24 = hr_api.g_varchar2) then
703: p_rec.prb_attribute24 :=
704: ben_prb_shd.g_old_rec.prb_attribute24;

Line 704: ben_prb_shd.g_old_rec.prb_attribute24;

700: ben_prb_shd.g_old_rec.prb_attribute23;
701: End If;
702: If (p_rec.prb_attribute24 = hr_api.g_varchar2) then
703: p_rec.prb_attribute24 :=
704: ben_prb_shd.g_old_rec.prb_attribute24;
705: End If;
706: If (p_rec.prb_attribute25 = hr_api.g_varchar2) then
707: p_rec.prb_attribute25 :=
708: ben_prb_shd.g_old_rec.prb_attribute25;

Line 708: ben_prb_shd.g_old_rec.prb_attribute25;

704: ben_prb_shd.g_old_rec.prb_attribute24;
705: End If;
706: If (p_rec.prb_attribute25 = hr_api.g_varchar2) then
707: p_rec.prb_attribute25 :=
708: ben_prb_shd.g_old_rec.prb_attribute25;
709: End If;
710: If (p_rec.prb_attribute26 = hr_api.g_varchar2) then
711: p_rec.prb_attribute26 :=
712: ben_prb_shd.g_old_rec.prb_attribute26;

Line 712: ben_prb_shd.g_old_rec.prb_attribute26;

708: ben_prb_shd.g_old_rec.prb_attribute25;
709: End If;
710: If (p_rec.prb_attribute26 = hr_api.g_varchar2) then
711: p_rec.prb_attribute26 :=
712: ben_prb_shd.g_old_rec.prb_attribute26;
713: End If;
714: If (p_rec.prb_attribute27 = hr_api.g_varchar2) then
715: p_rec.prb_attribute27 :=
716: ben_prb_shd.g_old_rec.prb_attribute27;

Line 716: ben_prb_shd.g_old_rec.prb_attribute27;

712: ben_prb_shd.g_old_rec.prb_attribute26;
713: End If;
714: If (p_rec.prb_attribute27 = hr_api.g_varchar2) then
715: p_rec.prb_attribute27 :=
716: ben_prb_shd.g_old_rec.prb_attribute27;
717: End If;
718: If (p_rec.prb_attribute28 = hr_api.g_varchar2) then
719: p_rec.prb_attribute28 :=
720: ben_prb_shd.g_old_rec.prb_attribute28;

Line 720: ben_prb_shd.g_old_rec.prb_attribute28;

716: ben_prb_shd.g_old_rec.prb_attribute27;
717: End If;
718: If (p_rec.prb_attribute28 = hr_api.g_varchar2) then
719: p_rec.prb_attribute28 :=
720: ben_prb_shd.g_old_rec.prb_attribute28;
721: End If;
722: If (p_rec.prb_attribute29 = hr_api.g_varchar2) then
723: p_rec.prb_attribute29 :=
724: ben_prb_shd.g_old_rec.prb_attribute29;

Line 724: ben_prb_shd.g_old_rec.prb_attribute29;

720: ben_prb_shd.g_old_rec.prb_attribute28;
721: End If;
722: If (p_rec.prb_attribute29 = hr_api.g_varchar2) then
723: p_rec.prb_attribute29 :=
724: ben_prb_shd.g_old_rec.prb_attribute29;
725: End If;
726: If (p_rec.prb_attribute30 = hr_api.g_varchar2) then
727: p_rec.prb_attribute30 :=
728: ben_prb_shd.g_old_rec.prb_attribute30;

Line 728: ben_prb_shd.g_old_rec.prb_attribute30;

724: ben_prb_shd.g_old_rec.prb_attribute29;
725: End If;
726: If (p_rec.prb_attribute30 = hr_api.g_varchar2) then
727: p_rec.prb_attribute30 :=
728: ben_prb_shd.g_old_rec.prb_attribute30;
729: End If;
730: --
731: hr_utility.set_location(' Leaving:'||l_proc, 10);
732: --

Line 740: p_rec in out nocopy ben_prb_shd.g_rec_type,

736: -- |---------------------------------< upd >----------------------------------|
737: -- ----------------------------------------------------------------------------
738: Procedure upd
739: (
740: p_rec in out nocopy ben_prb_shd.g_rec_type,
741: p_effective_date in date,
742: p_datetrack_mode in varchar2
743: ) is
744: --

Line 758: ben_prb_shd.lck

754: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
755: --
756: -- We must lock the row which we need to update.
757: --
758: ben_prb_shd.lck
759: (p_effective_date => p_effective_date,
760: p_datetrack_mode => p_datetrack_mode,
761: p_pl_regy_bod_id => p_rec.pl_regy_bod_id,
762: p_object_version_number => p_rec.object_version_number,

Line 860: l_rec ben_prb_shd.g_rec_type;

856: p_effective_date in date,
857: p_datetrack_mode in varchar2
858: ) is
859: --
860: l_rec ben_prb_shd.g_rec_type;
861: l_proc varchar2(72) := g_package||'upd';
862: --
863: Begin
864: hr_utility.set_location('Entering:'||l_proc, 5);

Line 870: ben_prb_shd.convert_args

866: -- Call conversion function to turn arguments into the
867: -- l_rec structure.
868: --
869: l_rec :=
870: ben_prb_shd.convert_args
871: (
872: p_pl_regy_bod_id,
873: null,
874: null,