DBA Data[Home] [Help]

APPS.BEN_PBB_UPD dependencies on BEN_PBB_SHD

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

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

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

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

124: where per_bnfts_bal_id = p_rec.per_bnfts_bal_id
125: and effective_start_date = p_validation_start_date
126: and effective_end_date = p_validation_end_date;
127: --
128: ben_pbb_shd.g_api_dml := false; -- Unset the api dml status
129: --
130: -- Set the effective start and end dates
131: --
132: p_rec.effective_start_date := p_validation_start_date;

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

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

Line 141: ben_pbb_shd.constraint_error

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

Line 145: ben_pbb_shd.g_api_dml := false; -- Unset the api dml status

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

Line 146: ben_pbb_shd.constraint_error

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

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

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

Line 185: (p_rec in out nocopy ben_pbb_shd.g_rec_type,

181: --
182: -- {End Of Comments}
183: -- ----------------------------------------------------------------------------
184: Procedure update_dml
185: (p_rec in out nocopy ben_pbb_shd.g_rec_type,
186: p_effective_date in date,
187: p_datetrack_mode in varchar2,
188: p_validation_start_date in date,
189: p_validation_end_date in date) is

Line 249: (p_rec in out nocopy ben_pbb_shd.g_rec_type,

245: --
246: -- {End Of Comments}
247: -- ----------------------------------------------------------------------------
248: Procedure dt_pre_update
249: (p_rec in out nocopy ben_pbb_shd.g_rec_type,
250: p_effective_date in date,
251: p_datetrack_mode in varchar2,
252: p_validation_start_date in date,
253: p_validation_end_date in date) is

Line 265: ben_pbb_shd.upd_effective_end_date

261: hr_utility.set_location(l_proc, 10);
262: --
263: -- Update the current effective end date
264: --
265: ben_pbb_shd.upd_effective_end_date
266: (p_effective_date => p_effective_date,
267: p_base_key_value => p_rec.per_bnfts_bal_id,
268: p_new_effective_end_date => (p_validation_start_date - 1),
269: p_validation_start_date => p_validation_start_date,

Line 334: (p_rec in out nocopy ben_pbb_shd.g_rec_type,

330: --
331: -- {End Of Comments}
332: -- ----------------------------------------------------------------------------
333: Procedure pre_update
334: (p_rec in out nocopy ben_pbb_shd.g_rec_type,
335: p_effective_date in date,
336: p_datetrack_mode in varchar2,
337: p_validation_start_date in date,
338: p_validation_end_date in date) is

Line 436: (p_rec in ben_pbb_shd.g_rec_type,

432: --
433: -- {End Of Comments}
434: -- ----------------------------------------------------------------------------
435: Procedure post_update
436: (p_rec in ben_pbb_shd.g_rec_type,
437: p_effective_date in date,
438: p_datetrack_mode in varchar2,
439: p_validation_start_date in date,
440: p_validation_end_date in date) is

Line 497: ,p_effective_start_date_o =>ben_pbb_shd.g_old_rec.effective_start_date

493: ,p_effective_date =>p_effective_date
494: ,p_datetrack_mode =>p_datetrack_mode
495: ,p_validation_start_date =>p_validation_start_date
496: ,p_validation_end_date =>p_validation_end_date
497: ,p_effective_start_date_o =>ben_pbb_shd.g_old_rec.effective_start_date
498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date
499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id

Line 498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date

494: ,p_datetrack_mode =>p_datetrack_mode
495: ,p_validation_start_date =>p_validation_start_date
496: ,p_validation_end_date =>p_validation_end_date
497: ,p_effective_start_date_o =>ben_pbb_shd.g_old_rec.effective_start_date
498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date
499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id

Line 499: ,p_val_o =>ben_pbb_shd.g_old_rec.val

495: ,p_validation_start_date =>p_validation_start_date
496: ,p_validation_end_date =>p_validation_end_date
497: ,p_effective_start_date_o =>ben_pbb_shd.g_old_rec.effective_start_date
498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date
499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category

Line 500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id

496: ,p_validation_end_date =>p_validation_end_date
497: ,p_effective_start_date_o =>ben_pbb_shd.g_old_rec.effective_start_date
498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date
499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1

Line 501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id

497: ,p_effective_start_date_o =>ben_pbb_shd.g_old_rec.effective_start_date
498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date
499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2

Line 502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id

498: ,p_effective_end_date_o =>ben_pbb_shd.g_old_rec.effective_end_date
499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3

Line 503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category

499: ,p_val_o =>ben_pbb_shd.g_old_rec.val
500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4

Line 504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1

500: ,p_bnfts_bal_id_o =>ben_pbb_shd.g_old_rec.bnfts_bal_id
501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5

Line 505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2

501: ,p_person_id_o =>ben_pbb_shd.g_old_rec.person_id
502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6

Line 506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3

502: ,p_business_group_id_o =>ben_pbb_shd.g_old_rec.business_group_id
503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7

Line 507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4

503: ,p_pbb_attribute_category_o =>ben_pbb_shd.g_old_rec.pbb_attribute_category
504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8

Line 508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5

504: ,p_pbb_attribute1_o =>ben_pbb_shd.g_old_rec.pbb_attribute1
505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9

Line 509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6

505: ,p_pbb_attribute2_o =>ben_pbb_shd.g_old_rec.pbb_attribute2
506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10

Line 510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7

506: ,p_pbb_attribute3_o =>ben_pbb_shd.g_old_rec.pbb_attribute3
507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11

Line 511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8

507: ,p_pbb_attribute4_o =>ben_pbb_shd.g_old_rec.pbb_attribute4
508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12

Line 512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9

508: ,p_pbb_attribute5_o =>ben_pbb_shd.g_old_rec.pbb_attribute5
509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13

Line 513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10

509: ,p_pbb_attribute6_o =>ben_pbb_shd.g_old_rec.pbb_attribute6
510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14

Line 514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11

510: ,p_pbb_attribute7_o =>ben_pbb_shd.g_old_rec.pbb_attribute7
511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15

Line 515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12

511: ,p_pbb_attribute8_o =>ben_pbb_shd.g_old_rec.pbb_attribute8
512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16

Line 516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13

512: ,p_pbb_attribute9_o =>ben_pbb_shd.g_old_rec.pbb_attribute9
513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17

Line 517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14

513: ,p_pbb_attribute10_o =>ben_pbb_shd.g_old_rec.pbb_attribute10
514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18

Line 518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15

514: ,p_pbb_attribute11_o =>ben_pbb_shd.g_old_rec.pbb_attribute11
515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19

Line 519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16

515: ,p_pbb_attribute12_o =>ben_pbb_shd.g_old_rec.pbb_attribute12
516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20

Line 520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17

516: ,p_pbb_attribute13_o =>ben_pbb_shd.g_old_rec.pbb_attribute13
517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21

Line 521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18

517: ,p_pbb_attribute14_o =>ben_pbb_shd.g_old_rec.pbb_attribute14
518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22

Line 522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19

518: ,p_pbb_attribute15_o =>ben_pbb_shd.g_old_rec.pbb_attribute15
519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23

Line 523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20

519: ,p_pbb_attribute16_o =>ben_pbb_shd.g_old_rec.pbb_attribute16
520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24

Line 524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21

520: ,p_pbb_attribute17_o =>ben_pbb_shd.g_old_rec.pbb_attribute17
521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25

Line 525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22

521: ,p_pbb_attribute18_o =>ben_pbb_shd.g_old_rec.pbb_attribute18
522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26

Line 526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23

522: ,p_pbb_attribute19_o =>ben_pbb_shd.g_old_rec.pbb_attribute19
523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27

Line 527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24

523: ,p_pbb_attribute20_o =>ben_pbb_shd.g_old_rec.pbb_attribute20
524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28

Line 528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25

524: ,p_pbb_attribute21_o =>ben_pbb_shd.g_old_rec.pbb_attribute21
525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29

Line 529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26

525: ,p_pbb_attribute22_o =>ben_pbb_shd.g_old_rec.pbb_attribute22
526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29
533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30

Line 530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27

526: ,p_pbb_attribute23_o =>ben_pbb_shd.g_old_rec.pbb_attribute23
527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29
533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30
534: ,p_object_version_number_o =>ben_pbb_shd.g_old_rec.object_version_number

Line 531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28

527: ,p_pbb_attribute24_o =>ben_pbb_shd.g_old_rec.pbb_attribute24
528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29
533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30
534: ,p_object_version_number_o =>ben_pbb_shd.g_old_rec.object_version_number
535: );

Line 532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29

528: ,p_pbb_attribute25_o =>ben_pbb_shd.g_old_rec.pbb_attribute25
529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29
533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30
534: ,p_object_version_number_o =>ben_pbb_shd.g_old_rec.object_version_number
535: );
536: --

Line 533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30

529: ,p_pbb_attribute26_o =>ben_pbb_shd.g_old_rec.pbb_attribute26
530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29
533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30
534: ,p_object_version_number_o =>ben_pbb_shd.g_old_rec.object_version_number
535: );
536: --
537: exception

Line 534: ,p_object_version_number_o =>ben_pbb_shd.g_old_rec.object_version_number

530: ,p_pbb_attribute27_o =>ben_pbb_shd.g_old_rec.pbb_attribute27
531: ,p_pbb_attribute28_o =>ben_pbb_shd.g_old_rec.pbb_attribute28
532: ,p_pbb_attribute29_o =>ben_pbb_shd.g_old_rec.pbb_attribute29
533: ,p_pbb_attribute30_o =>ben_pbb_shd.g_old_rec.pbb_attribute30
534: ,p_object_version_number_o =>ben_pbb_shd.g_old_rec.object_version_number
535: );
536: --
537: exception
538: --

Line 596: Procedure convert_defs(p_rec in out nocopy ben_pbb_shd.g_rec_type) is

592: -- Internal Row Handler Use Only.
593: --
594: -- {End Of Comments}
595: -- ----------------------------------------------------------------------------
596: Procedure convert_defs(p_rec in out nocopy ben_pbb_shd.g_rec_type) is
597: --
598: l_proc varchar2(72) := g_package||'convert_defs';
599: --
600: Begin

Line 611: ben_pbb_shd.g_old_rec.val;

607: -- is being used then we must set to the 'current' argument value.
608: --
609: If (p_rec.val = hr_api.g_number) then
610: p_rec.val :=
611: ben_pbb_shd.g_old_rec.val;
612: End If;
613: If (p_rec.bnfts_bal_id = hr_api.g_number) then
614: p_rec.bnfts_bal_id :=
615: ben_pbb_shd.g_old_rec.bnfts_bal_id;

Line 615: ben_pbb_shd.g_old_rec.bnfts_bal_id;

611: ben_pbb_shd.g_old_rec.val;
612: End If;
613: If (p_rec.bnfts_bal_id = hr_api.g_number) then
614: p_rec.bnfts_bal_id :=
615: ben_pbb_shd.g_old_rec.bnfts_bal_id;
616: End If;
617: If (p_rec.person_id = hr_api.g_number) then
618: p_rec.person_id :=
619: ben_pbb_shd.g_old_rec.person_id;

Line 619: ben_pbb_shd.g_old_rec.person_id;

615: ben_pbb_shd.g_old_rec.bnfts_bal_id;
616: End If;
617: If (p_rec.person_id = hr_api.g_number) then
618: p_rec.person_id :=
619: ben_pbb_shd.g_old_rec.person_id;
620: End If;
621: If (p_rec.business_group_id = hr_api.g_number) then
622: p_rec.business_group_id :=
623: ben_pbb_shd.g_old_rec.business_group_id;

Line 623: ben_pbb_shd.g_old_rec.business_group_id;

619: ben_pbb_shd.g_old_rec.person_id;
620: End If;
621: If (p_rec.business_group_id = hr_api.g_number) then
622: p_rec.business_group_id :=
623: ben_pbb_shd.g_old_rec.business_group_id;
624: End If;
625: If (p_rec.pbb_attribute_category = hr_api.g_varchar2) then
626: p_rec.pbb_attribute_category :=
627: ben_pbb_shd.g_old_rec.pbb_attribute_category;

Line 627: ben_pbb_shd.g_old_rec.pbb_attribute_category;

623: ben_pbb_shd.g_old_rec.business_group_id;
624: End If;
625: If (p_rec.pbb_attribute_category = hr_api.g_varchar2) then
626: p_rec.pbb_attribute_category :=
627: ben_pbb_shd.g_old_rec.pbb_attribute_category;
628: End If;
629: If (p_rec.pbb_attribute1 = hr_api.g_varchar2) then
630: p_rec.pbb_attribute1 :=
631: ben_pbb_shd.g_old_rec.pbb_attribute1;

Line 631: ben_pbb_shd.g_old_rec.pbb_attribute1;

627: ben_pbb_shd.g_old_rec.pbb_attribute_category;
628: End If;
629: If (p_rec.pbb_attribute1 = hr_api.g_varchar2) then
630: p_rec.pbb_attribute1 :=
631: ben_pbb_shd.g_old_rec.pbb_attribute1;
632: End If;
633: If (p_rec.pbb_attribute2 = hr_api.g_varchar2) then
634: p_rec.pbb_attribute2 :=
635: ben_pbb_shd.g_old_rec.pbb_attribute2;

Line 635: ben_pbb_shd.g_old_rec.pbb_attribute2;

631: ben_pbb_shd.g_old_rec.pbb_attribute1;
632: End If;
633: If (p_rec.pbb_attribute2 = hr_api.g_varchar2) then
634: p_rec.pbb_attribute2 :=
635: ben_pbb_shd.g_old_rec.pbb_attribute2;
636: End If;
637: If (p_rec.pbb_attribute3 = hr_api.g_varchar2) then
638: p_rec.pbb_attribute3 :=
639: ben_pbb_shd.g_old_rec.pbb_attribute3;

Line 639: ben_pbb_shd.g_old_rec.pbb_attribute3;

635: ben_pbb_shd.g_old_rec.pbb_attribute2;
636: End If;
637: If (p_rec.pbb_attribute3 = hr_api.g_varchar2) then
638: p_rec.pbb_attribute3 :=
639: ben_pbb_shd.g_old_rec.pbb_attribute3;
640: End If;
641: If (p_rec.pbb_attribute4 = hr_api.g_varchar2) then
642: p_rec.pbb_attribute4 :=
643: ben_pbb_shd.g_old_rec.pbb_attribute4;

Line 643: ben_pbb_shd.g_old_rec.pbb_attribute4;

639: ben_pbb_shd.g_old_rec.pbb_attribute3;
640: End If;
641: If (p_rec.pbb_attribute4 = hr_api.g_varchar2) then
642: p_rec.pbb_attribute4 :=
643: ben_pbb_shd.g_old_rec.pbb_attribute4;
644: End If;
645: If (p_rec.pbb_attribute5 = hr_api.g_varchar2) then
646: p_rec.pbb_attribute5 :=
647: ben_pbb_shd.g_old_rec.pbb_attribute5;

Line 647: ben_pbb_shd.g_old_rec.pbb_attribute5;

643: ben_pbb_shd.g_old_rec.pbb_attribute4;
644: End If;
645: If (p_rec.pbb_attribute5 = hr_api.g_varchar2) then
646: p_rec.pbb_attribute5 :=
647: ben_pbb_shd.g_old_rec.pbb_attribute5;
648: End If;
649: If (p_rec.pbb_attribute6 = hr_api.g_varchar2) then
650: p_rec.pbb_attribute6 :=
651: ben_pbb_shd.g_old_rec.pbb_attribute6;

Line 651: ben_pbb_shd.g_old_rec.pbb_attribute6;

647: ben_pbb_shd.g_old_rec.pbb_attribute5;
648: End If;
649: If (p_rec.pbb_attribute6 = hr_api.g_varchar2) then
650: p_rec.pbb_attribute6 :=
651: ben_pbb_shd.g_old_rec.pbb_attribute6;
652: End If;
653: If (p_rec.pbb_attribute7 = hr_api.g_varchar2) then
654: p_rec.pbb_attribute7 :=
655: ben_pbb_shd.g_old_rec.pbb_attribute7;

Line 655: ben_pbb_shd.g_old_rec.pbb_attribute7;

651: ben_pbb_shd.g_old_rec.pbb_attribute6;
652: End If;
653: If (p_rec.pbb_attribute7 = hr_api.g_varchar2) then
654: p_rec.pbb_attribute7 :=
655: ben_pbb_shd.g_old_rec.pbb_attribute7;
656: End If;
657: If (p_rec.pbb_attribute8 = hr_api.g_varchar2) then
658: p_rec.pbb_attribute8 :=
659: ben_pbb_shd.g_old_rec.pbb_attribute8;

Line 659: ben_pbb_shd.g_old_rec.pbb_attribute8;

655: ben_pbb_shd.g_old_rec.pbb_attribute7;
656: End If;
657: If (p_rec.pbb_attribute8 = hr_api.g_varchar2) then
658: p_rec.pbb_attribute8 :=
659: ben_pbb_shd.g_old_rec.pbb_attribute8;
660: End If;
661: If (p_rec.pbb_attribute9 = hr_api.g_varchar2) then
662: p_rec.pbb_attribute9 :=
663: ben_pbb_shd.g_old_rec.pbb_attribute9;

Line 663: ben_pbb_shd.g_old_rec.pbb_attribute9;

659: ben_pbb_shd.g_old_rec.pbb_attribute8;
660: End If;
661: If (p_rec.pbb_attribute9 = hr_api.g_varchar2) then
662: p_rec.pbb_attribute9 :=
663: ben_pbb_shd.g_old_rec.pbb_attribute9;
664: End If;
665: If (p_rec.pbb_attribute10 = hr_api.g_varchar2) then
666: p_rec.pbb_attribute10 :=
667: ben_pbb_shd.g_old_rec.pbb_attribute10;

Line 667: ben_pbb_shd.g_old_rec.pbb_attribute10;

663: ben_pbb_shd.g_old_rec.pbb_attribute9;
664: End If;
665: If (p_rec.pbb_attribute10 = hr_api.g_varchar2) then
666: p_rec.pbb_attribute10 :=
667: ben_pbb_shd.g_old_rec.pbb_attribute10;
668: End If;
669: If (p_rec.pbb_attribute11 = hr_api.g_varchar2) then
670: p_rec.pbb_attribute11 :=
671: ben_pbb_shd.g_old_rec.pbb_attribute11;

Line 671: ben_pbb_shd.g_old_rec.pbb_attribute11;

667: ben_pbb_shd.g_old_rec.pbb_attribute10;
668: End If;
669: If (p_rec.pbb_attribute11 = hr_api.g_varchar2) then
670: p_rec.pbb_attribute11 :=
671: ben_pbb_shd.g_old_rec.pbb_attribute11;
672: End If;
673: If (p_rec.pbb_attribute12 = hr_api.g_varchar2) then
674: p_rec.pbb_attribute12 :=
675: ben_pbb_shd.g_old_rec.pbb_attribute12;

Line 675: ben_pbb_shd.g_old_rec.pbb_attribute12;

671: ben_pbb_shd.g_old_rec.pbb_attribute11;
672: End If;
673: If (p_rec.pbb_attribute12 = hr_api.g_varchar2) then
674: p_rec.pbb_attribute12 :=
675: ben_pbb_shd.g_old_rec.pbb_attribute12;
676: End If;
677: If (p_rec.pbb_attribute13 = hr_api.g_varchar2) then
678: p_rec.pbb_attribute13 :=
679: ben_pbb_shd.g_old_rec.pbb_attribute13;

Line 679: ben_pbb_shd.g_old_rec.pbb_attribute13;

675: ben_pbb_shd.g_old_rec.pbb_attribute12;
676: End If;
677: If (p_rec.pbb_attribute13 = hr_api.g_varchar2) then
678: p_rec.pbb_attribute13 :=
679: ben_pbb_shd.g_old_rec.pbb_attribute13;
680: End If;
681: If (p_rec.pbb_attribute14 = hr_api.g_varchar2) then
682: p_rec.pbb_attribute14 :=
683: ben_pbb_shd.g_old_rec.pbb_attribute14;

Line 683: ben_pbb_shd.g_old_rec.pbb_attribute14;

679: ben_pbb_shd.g_old_rec.pbb_attribute13;
680: End If;
681: If (p_rec.pbb_attribute14 = hr_api.g_varchar2) then
682: p_rec.pbb_attribute14 :=
683: ben_pbb_shd.g_old_rec.pbb_attribute14;
684: End If;
685: If (p_rec.pbb_attribute15 = hr_api.g_varchar2) then
686: p_rec.pbb_attribute15 :=
687: ben_pbb_shd.g_old_rec.pbb_attribute15;

Line 687: ben_pbb_shd.g_old_rec.pbb_attribute15;

683: ben_pbb_shd.g_old_rec.pbb_attribute14;
684: End If;
685: If (p_rec.pbb_attribute15 = hr_api.g_varchar2) then
686: p_rec.pbb_attribute15 :=
687: ben_pbb_shd.g_old_rec.pbb_attribute15;
688: End If;
689: If (p_rec.pbb_attribute16 = hr_api.g_varchar2) then
690: p_rec.pbb_attribute16 :=
691: ben_pbb_shd.g_old_rec.pbb_attribute16;

Line 691: ben_pbb_shd.g_old_rec.pbb_attribute16;

687: ben_pbb_shd.g_old_rec.pbb_attribute15;
688: End If;
689: If (p_rec.pbb_attribute16 = hr_api.g_varchar2) then
690: p_rec.pbb_attribute16 :=
691: ben_pbb_shd.g_old_rec.pbb_attribute16;
692: End If;
693: If (p_rec.pbb_attribute17 = hr_api.g_varchar2) then
694: p_rec.pbb_attribute17 :=
695: ben_pbb_shd.g_old_rec.pbb_attribute17;

Line 695: ben_pbb_shd.g_old_rec.pbb_attribute17;

691: ben_pbb_shd.g_old_rec.pbb_attribute16;
692: End If;
693: If (p_rec.pbb_attribute17 = hr_api.g_varchar2) then
694: p_rec.pbb_attribute17 :=
695: ben_pbb_shd.g_old_rec.pbb_attribute17;
696: End If;
697: If (p_rec.pbb_attribute18 = hr_api.g_varchar2) then
698: p_rec.pbb_attribute18 :=
699: ben_pbb_shd.g_old_rec.pbb_attribute18;

Line 699: ben_pbb_shd.g_old_rec.pbb_attribute18;

695: ben_pbb_shd.g_old_rec.pbb_attribute17;
696: End If;
697: If (p_rec.pbb_attribute18 = hr_api.g_varchar2) then
698: p_rec.pbb_attribute18 :=
699: ben_pbb_shd.g_old_rec.pbb_attribute18;
700: End If;
701: If (p_rec.pbb_attribute19 = hr_api.g_varchar2) then
702: p_rec.pbb_attribute19 :=
703: ben_pbb_shd.g_old_rec.pbb_attribute19;

Line 703: ben_pbb_shd.g_old_rec.pbb_attribute19;

699: ben_pbb_shd.g_old_rec.pbb_attribute18;
700: End If;
701: If (p_rec.pbb_attribute19 = hr_api.g_varchar2) then
702: p_rec.pbb_attribute19 :=
703: ben_pbb_shd.g_old_rec.pbb_attribute19;
704: End If;
705: If (p_rec.pbb_attribute20 = hr_api.g_varchar2) then
706: p_rec.pbb_attribute20 :=
707: ben_pbb_shd.g_old_rec.pbb_attribute20;

Line 707: ben_pbb_shd.g_old_rec.pbb_attribute20;

703: ben_pbb_shd.g_old_rec.pbb_attribute19;
704: End If;
705: If (p_rec.pbb_attribute20 = hr_api.g_varchar2) then
706: p_rec.pbb_attribute20 :=
707: ben_pbb_shd.g_old_rec.pbb_attribute20;
708: End If;
709: If (p_rec.pbb_attribute21 = hr_api.g_varchar2) then
710: p_rec.pbb_attribute21 :=
711: ben_pbb_shd.g_old_rec.pbb_attribute21;

Line 711: ben_pbb_shd.g_old_rec.pbb_attribute21;

707: ben_pbb_shd.g_old_rec.pbb_attribute20;
708: End If;
709: If (p_rec.pbb_attribute21 = hr_api.g_varchar2) then
710: p_rec.pbb_attribute21 :=
711: ben_pbb_shd.g_old_rec.pbb_attribute21;
712: End If;
713: If (p_rec.pbb_attribute22 = hr_api.g_varchar2) then
714: p_rec.pbb_attribute22 :=
715: ben_pbb_shd.g_old_rec.pbb_attribute22;

Line 715: ben_pbb_shd.g_old_rec.pbb_attribute22;

711: ben_pbb_shd.g_old_rec.pbb_attribute21;
712: End If;
713: If (p_rec.pbb_attribute22 = hr_api.g_varchar2) then
714: p_rec.pbb_attribute22 :=
715: ben_pbb_shd.g_old_rec.pbb_attribute22;
716: End If;
717: If (p_rec.pbb_attribute23 = hr_api.g_varchar2) then
718: p_rec.pbb_attribute23 :=
719: ben_pbb_shd.g_old_rec.pbb_attribute23;

Line 719: ben_pbb_shd.g_old_rec.pbb_attribute23;

715: ben_pbb_shd.g_old_rec.pbb_attribute22;
716: End If;
717: If (p_rec.pbb_attribute23 = hr_api.g_varchar2) then
718: p_rec.pbb_attribute23 :=
719: ben_pbb_shd.g_old_rec.pbb_attribute23;
720: End If;
721: If (p_rec.pbb_attribute24 = hr_api.g_varchar2) then
722: p_rec.pbb_attribute24 :=
723: ben_pbb_shd.g_old_rec.pbb_attribute24;

Line 723: ben_pbb_shd.g_old_rec.pbb_attribute24;

719: ben_pbb_shd.g_old_rec.pbb_attribute23;
720: End If;
721: If (p_rec.pbb_attribute24 = hr_api.g_varchar2) then
722: p_rec.pbb_attribute24 :=
723: ben_pbb_shd.g_old_rec.pbb_attribute24;
724: End If;
725: If (p_rec.pbb_attribute25 = hr_api.g_varchar2) then
726: p_rec.pbb_attribute25 :=
727: ben_pbb_shd.g_old_rec.pbb_attribute25;

Line 727: ben_pbb_shd.g_old_rec.pbb_attribute25;

723: ben_pbb_shd.g_old_rec.pbb_attribute24;
724: End If;
725: If (p_rec.pbb_attribute25 = hr_api.g_varchar2) then
726: p_rec.pbb_attribute25 :=
727: ben_pbb_shd.g_old_rec.pbb_attribute25;
728: End If;
729: If (p_rec.pbb_attribute26 = hr_api.g_varchar2) then
730: p_rec.pbb_attribute26 :=
731: ben_pbb_shd.g_old_rec.pbb_attribute26;

Line 731: ben_pbb_shd.g_old_rec.pbb_attribute26;

727: ben_pbb_shd.g_old_rec.pbb_attribute25;
728: End If;
729: If (p_rec.pbb_attribute26 = hr_api.g_varchar2) then
730: p_rec.pbb_attribute26 :=
731: ben_pbb_shd.g_old_rec.pbb_attribute26;
732: End If;
733: If (p_rec.pbb_attribute27 = hr_api.g_varchar2) then
734: p_rec.pbb_attribute27 :=
735: ben_pbb_shd.g_old_rec.pbb_attribute27;

Line 735: ben_pbb_shd.g_old_rec.pbb_attribute27;

731: ben_pbb_shd.g_old_rec.pbb_attribute26;
732: End If;
733: If (p_rec.pbb_attribute27 = hr_api.g_varchar2) then
734: p_rec.pbb_attribute27 :=
735: ben_pbb_shd.g_old_rec.pbb_attribute27;
736: End If;
737: If (p_rec.pbb_attribute28 = hr_api.g_varchar2) then
738: p_rec.pbb_attribute28 :=
739: ben_pbb_shd.g_old_rec.pbb_attribute28;

Line 739: ben_pbb_shd.g_old_rec.pbb_attribute28;

735: ben_pbb_shd.g_old_rec.pbb_attribute27;
736: End If;
737: If (p_rec.pbb_attribute28 = hr_api.g_varchar2) then
738: p_rec.pbb_attribute28 :=
739: ben_pbb_shd.g_old_rec.pbb_attribute28;
740: End If;
741: If (p_rec.pbb_attribute29 = hr_api.g_varchar2) then
742: p_rec.pbb_attribute29 :=
743: ben_pbb_shd.g_old_rec.pbb_attribute29;

Line 743: ben_pbb_shd.g_old_rec.pbb_attribute29;

739: ben_pbb_shd.g_old_rec.pbb_attribute28;
740: End If;
741: If (p_rec.pbb_attribute29 = hr_api.g_varchar2) then
742: p_rec.pbb_attribute29 :=
743: ben_pbb_shd.g_old_rec.pbb_attribute29;
744: End If;
745: If (p_rec.pbb_attribute30 = hr_api.g_varchar2) then
746: p_rec.pbb_attribute30 :=
747: ben_pbb_shd.g_old_rec.pbb_attribute30;

Line 747: ben_pbb_shd.g_old_rec.pbb_attribute30;

743: ben_pbb_shd.g_old_rec.pbb_attribute29;
744: End If;
745: If (p_rec.pbb_attribute30 = hr_api.g_varchar2) then
746: p_rec.pbb_attribute30 :=
747: ben_pbb_shd.g_old_rec.pbb_attribute30;
748: End If;
749:
750: --
751: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 760: p_rec in out nocopy ben_pbb_shd.g_rec_type,

756: -- |---------------------------------< upd >----------------------------------|
757: -- ----------------------------------------------------------------------------
758: Procedure upd
759: (
760: p_rec in out nocopy ben_pbb_shd.g_rec_type,
761: p_effective_date in date,
762: p_datetrack_mode in varchar2
763: ) is
764: --

Line 778: ben_pbb_shd.lck

774: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
775: --
776: -- We must lock the row which we need to update.
777: --
778: ben_pbb_shd.lck
779: (p_effective_date => p_effective_date,
780: p_datetrack_mode => p_datetrack_mode,
781: p_per_bnfts_bal_id => p_rec.per_bnfts_bal_id,
782: p_object_version_number => p_rec.object_version_number,

Line 876: l_rec ben_pbb_shd.g_rec_type;

872: p_effective_date in date,
873: p_datetrack_mode in varchar2
874: ) is
875: --
876: l_rec ben_pbb_shd.g_rec_type;
877: l_proc varchar2(72) := g_package||'upd';
878: --
879: Begin
880: hr_utility.set_location('Entering:'||l_proc, 5);

Line 886: ben_pbb_shd.convert_args

882: -- Call conversion function to turn arguments into the
883: -- l_rec structure.
884: --
885: l_rec :=
886: ben_pbb_shd.convert_args
887: (
888: p_per_bnfts_bal_id,
889: null,
890: null,