DBA Data[Home] [Help]

APPS.BEN_PDP_UPD dependencies on BEN_PDP_SHD

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

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

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

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

133: where elig_cvrd_dpnt_id = p_rec.elig_cvrd_dpnt_id
134: and effective_start_date = p_validation_start_date
135: and effective_end_date = p_validation_end_date;
136: --
137: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
138: --
139: -- Set the effective start and end dates
140: --
141: p_rec.effective_start_date := p_validation_start_date;

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

145: hr_utility.set_location(' Leaving:'||l_proc, 15);
146: Exception
147: When hr_api.check_integrity_violated Then
148: -- A check constraint has been violated
149: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
150: ben_pdp_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: When hr_api.unique_integrity_violated Then
153: -- Unique integrity has been violated

Line 150: ben_pdp_shd.constraint_error

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

Line 154: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status

150: ben_pdp_shd.constraint_error
151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: When hr_api.unique_integrity_violated Then
153: -- Unique integrity has been violated
154: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
155: ben_pdp_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When Others Then
158: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status

Line 155: ben_pdp_shd.constraint_error

151: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
152: When hr_api.unique_integrity_violated Then
153: -- Unique integrity has been violated
154: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
155: ben_pdp_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When Others Then
158: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
159: Raise;

Line 158: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status

154: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
155: ben_pdp_shd.constraint_error
156: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
157: When Others Then
158: ben_pdp_shd.g_api_dml := false; -- Unset the api dml status
159: Raise;
160: End dt_update_dml;
161: --
162: -- ----------------------------------------------------------------------------

Line 194: (p_rec in out nocopy ben_pdp_shd.g_rec_type,

190: --
191: -- {End Of Comments}
192: -- ----------------------------------------------------------------------------
193: Procedure update_dml
194: (p_rec in out nocopy ben_pdp_shd.g_rec_type,
195: p_effective_date in date,
196: p_datetrack_mode in varchar2,
197: p_validation_start_date in date,
198: p_validation_end_date in date) is

Line 258: (p_rec in out nocopy ben_pdp_shd.g_rec_type,

254: --
255: -- {End Of Comments}
256: -- ----------------------------------------------------------------------------
257: Procedure dt_pre_update
258: (p_rec in out nocopy ben_pdp_shd.g_rec_type,
259: p_effective_date in date,
260: p_datetrack_mode in varchar2,
261: p_validation_start_date in date,
262: p_validation_end_date in date) is

Line 274: ben_pdp_shd.upd_effective_end_date

270: hr_utility.set_location(l_proc, 10);
271: --
272: -- Update the current effective end date
273: --
274: ben_pdp_shd.upd_effective_end_date
275: (p_effective_date => p_effective_date,
276: p_base_key_value => p_rec.elig_cvrd_dpnt_id,
277: p_new_effective_end_date => (p_validation_start_date - 1),
278: p_validation_start_date => p_validation_start_date,

Line 343: (p_rec in out nocopy ben_pdp_shd.g_rec_type,

339: --
340: -- {End Of Comments}
341: -- ----------------------------------------------------------------------------
342: Procedure pre_update
343: (p_rec in out nocopy ben_pdp_shd.g_rec_type,
344: p_effective_date in date,
345: p_datetrack_mode in varchar2,
346: p_validation_start_date in date,
347: p_validation_end_date in date) is

Line 450: (p_rec in ben_pdp_shd.g_rec_type,

446: --
447: -- {End Of Comments}
448: -- ----------------------------------------------------------------------------
449: Procedure post_update
450: (p_rec in ben_pdp_shd.g_rec_type,
451: p_effective_date in date,
452: p_datetrack_mode in varchar2,
453: p_validation_start_date in date,
454: p_validation_end_date in date) is

Line 536: ,p_effective_start_date_o =>ben_pdp_shd.g_old_rec.effective_start_date

532: ,p_effective_date =>p_effective_date
533: ,p_datetrack_mode =>p_datetrack_mode
534: ,p_validation_start_date =>p_validation_start_date
535: ,p_validation_end_date =>p_validation_end_date
536: ,p_effective_start_date_o =>ben_pdp_shd.g_old_rec.effective_start_date
537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date
538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id

Line 537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date

533: ,p_datetrack_mode =>p_datetrack_mode
534: ,p_validation_start_date =>p_validation_start_date
535: ,p_validation_end_date =>p_validation_end_date
536: ,p_effective_start_date_o =>ben_pdp_shd.g_old_rec.effective_start_date
537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date
538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt

Line 538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id

534: ,p_validation_start_date =>p_validation_start_date
535: ,p_validation_end_date =>p_validation_end_date
536: ,p_effective_start_date_o =>ben_pdp_shd.g_old_rec.effective_start_date
537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date
538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt

Line 539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id

535: ,p_validation_end_date =>p_validation_end_date
536: ,p_effective_start_date_o =>ben_pdp_shd.g_old_rec.effective_start_date
537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date
538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag

Line 540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id

536: ,p_effective_start_date_o =>ben_pdp_shd.g_old_rec.effective_start_date
537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date
538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category

Line 541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt

537: ,p_effective_end_date_o =>ben_pdp_shd.g_old_rec.effective_end_date
538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1

Line 542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt

538: ,p_business_group_id_o =>ben_pdp_shd.g_old_rec.business_group_id
539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2

Line 543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag

539: ,p_prtt_enrt_rslt_id_o =>ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id
540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3

Line 544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category

540: ,p_dpnt_person_id_o =>ben_pdp_shd.g_old_rec.dpnt_person_id
541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4

Line 545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1

541: ,p_cvg_strt_dt_o =>ben_pdp_shd.g_old_rec.cvg_strt_dt
542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5

Line 546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2

542: ,p_cvg_thru_dt_o =>ben_pdp_shd.g_old_rec.cvg_thru_dt
543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6

Line 547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3

543: ,p_cvg_pndg_flag_o =>ben_pdp_shd.g_old_rec.cvg_pndg_flag
544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7

Line 548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4

544: ,p_pdp_attribute_category_o =>ben_pdp_shd.g_old_rec.pdp_attribute_category
545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8

Line 549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5

545: ,p_pdp_attribute1_o =>ben_pdp_shd.g_old_rec.pdp_attribute1
546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9

Line 550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6

546: ,p_pdp_attribute2_o =>ben_pdp_shd.g_old_rec.pdp_attribute2
547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10

Line 551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7

547: ,p_pdp_attribute3_o =>ben_pdp_shd.g_old_rec.pdp_attribute3
548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11

Line 552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8

548: ,p_pdp_attribute4_o =>ben_pdp_shd.g_old_rec.pdp_attribute4
549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12

Line 553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9

549: ,p_pdp_attribute5_o =>ben_pdp_shd.g_old_rec.pdp_attribute5
550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13

Line 554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10

550: ,p_pdp_attribute6_o =>ben_pdp_shd.g_old_rec.pdp_attribute6
551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14

Line 555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11

551: ,p_pdp_attribute7_o =>ben_pdp_shd.g_old_rec.pdp_attribute7
552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15

Line 556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12

552: ,p_pdp_attribute8_o =>ben_pdp_shd.g_old_rec.pdp_attribute8
553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16

Line 557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13

553: ,p_pdp_attribute9_o =>ben_pdp_shd.g_old_rec.pdp_attribute9
554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17

Line 558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14

554: ,p_pdp_attribute10_o =>ben_pdp_shd.g_old_rec.pdp_attribute10
555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18

Line 559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15

555: ,p_pdp_attribute11_o =>ben_pdp_shd.g_old_rec.pdp_attribute11
556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19

Line 560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16

556: ,p_pdp_attribute12_o =>ben_pdp_shd.g_old_rec.pdp_attribute12
557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20

Line 561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17

557: ,p_pdp_attribute13_o =>ben_pdp_shd.g_old_rec.pdp_attribute13
558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21

Line 562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18

558: ,p_pdp_attribute14_o =>ben_pdp_shd.g_old_rec.pdp_attribute14
559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22

Line 563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19

559: ,p_pdp_attribute15_o =>ben_pdp_shd.g_old_rec.pdp_attribute15
560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23

Line 564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20

560: ,p_pdp_attribute16_o =>ben_pdp_shd.g_old_rec.pdp_attribute16
561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24

Line 565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21

561: ,p_pdp_attribute17_o =>ben_pdp_shd.g_old_rec.pdp_attribute17
562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25

Line 566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22

562: ,p_pdp_attribute18_o =>ben_pdp_shd.g_old_rec.pdp_attribute18
563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26

Line 567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23

563: ,p_pdp_attribute19_o =>ben_pdp_shd.g_old_rec.pdp_attribute19
564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27

Line 568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24

564: ,p_pdp_attribute20_o =>ben_pdp_shd.g_old_rec.pdp_attribute20
565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28

Line 569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25

565: ,p_pdp_attribute21_o =>ben_pdp_shd.g_old_rec.pdp_attribute21
566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29

Line 570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26

566: ,p_pdp_attribute22_o =>ben_pdp_shd.g_old_rec.pdp_attribute22
567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30

Line 571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27

567: ,p_pdp_attribute23_o =>ben_pdp_shd.g_old_rec.pdp_attribute23
568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id

Line 572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28

568: ,p_pdp_attribute24_o =>ben_pdp_shd.g_old_rec.pdp_attribute24
569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id

Line 573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29

569: ,p_pdp_attribute25_o =>ben_pdp_shd.g_old_rec.pdp_attribute25
570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id

Line 574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30

570: ,p_pdp_attribute26_o =>ben_pdp_shd.g_old_rec.pdp_attribute26
571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date

Line 575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id

571: ,p_pdp_attribute27_o =>ben_pdp_shd.g_old_rec.pdp_attribute27
572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number

Line 576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id

572: ,p_pdp_attribute28_o =>ben_pdp_shd.g_old_rec.pdp_attribute28
573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag

Line 577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id

573: ,p_pdp_attribute29_o =>ben_pdp_shd.g_old_rec.pdp_attribute29
574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag
581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id

Line 578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date

574: ,p_pdp_attribute30_o =>ben_pdp_shd.g_old_rec.pdp_attribute30
575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag
581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id
582: ,p_ovrdn_thru_dt_o =>ben_pdp_shd.g_old_rec.ovrdn_thru_dt

Line 579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number

575: ,p_request_id_o =>ben_pdp_shd.g_old_rec.request_id
576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag
581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id
582: ,p_ovrdn_thru_dt_o =>ben_pdp_shd.g_old_rec.ovrdn_thru_dt
583: );

Line 580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag

576: ,p_program_application_id_o =>ben_pdp_shd.g_old_rec.program_application_id
577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag
581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id
582: ,p_ovrdn_thru_dt_o =>ben_pdp_shd.g_old_rec.ovrdn_thru_dt
583: );
584: --

Line 581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id

577: ,p_program_id_o =>ben_pdp_shd.g_old_rec.program_id
578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag
581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id
582: ,p_ovrdn_thru_dt_o =>ben_pdp_shd.g_old_rec.ovrdn_thru_dt
583: );
584: --
585: exception

Line 582: ,p_ovrdn_thru_dt_o =>ben_pdp_shd.g_old_rec.ovrdn_thru_dt

578: ,p_program_update_date_o =>ben_pdp_shd.g_old_rec.program_update_date
579: ,p_object_version_number_o =>ben_pdp_shd.g_old_rec.object_version_number
580: ,p_ovrdn_flag_o =>ben_pdp_shd.g_old_rec.ovrdn_flag
581: ,p_per_in_ler_id_o =>ben_pdp_shd.g_old_rec.per_in_ler_id
582: ,p_ovrdn_thru_dt_o =>ben_pdp_shd.g_old_rec.ovrdn_thru_dt
583: );
584: --
585: exception
586: --

Line 644: Procedure convert_defs(p_rec in out nocopy ben_pdp_shd.g_rec_type) is

640: -- Internal Row Handler Use Only.
641: --
642: -- {End Of Comments}
643: -- ----------------------------------------------------------------------------
644: Procedure convert_defs(p_rec in out nocopy ben_pdp_shd.g_rec_type) is
645: --
646: l_proc varchar2(72) := g_package||'convert_defs';
647: --
648: Begin

Line 659: ben_pdp_shd.g_old_rec.business_group_id;

655: -- is being used then we must set to the 'current' argument value.
656: --
657: If (p_rec.business_group_id = hr_api.g_number) then
658: p_rec.business_group_id :=
659: ben_pdp_shd.g_old_rec.business_group_id;
660: End If;
661: If (p_rec.prtt_enrt_rslt_id = hr_api.g_number) then
662: p_rec.prtt_enrt_rslt_id :=
663: ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id;

Line 663: ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id;

659: ben_pdp_shd.g_old_rec.business_group_id;
660: End If;
661: If (p_rec.prtt_enrt_rslt_id = hr_api.g_number) then
662: p_rec.prtt_enrt_rslt_id :=
663: ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id;
664: End If;
665: If (p_rec.dpnt_person_id = hr_api.g_number) then
666: p_rec.dpnt_person_id :=
667: ben_pdp_shd.g_old_rec.dpnt_person_id;

Line 667: ben_pdp_shd.g_old_rec.dpnt_person_id;

663: ben_pdp_shd.g_old_rec.prtt_enrt_rslt_id;
664: End If;
665: If (p_rec.dpnt_person_id = hr_api.g_number) then
666: p_rec.dpnt_person_id :=
667: ben_pdp_shd.g_old_rec.dpnt_person_id;
668: End If;
669: If (p_rec.cvg_strt_dt = hr_api.g_date) then
670: p_rec.cvg_strt_dt :=
671: ben_pdp_shd.g_old_rec.cvg_strt_dt;

Line 671: ben_pdp_shd.g_old_rec.cvg_strt_dt;

667: ben_pdp_shd.g_old_rec.dpnt_person_id;
668: End If;
669: If (p_rec.cvg_strt_dt = hr_api.g_date) then
670: p_rec.cvg_strt_dt :=
671: ben_pdp_shd.g_old_rec.cvg_strt_dt;
672: End If;
673: If (p_rec.cvg_thru_dt = hr_api.g_date) then
674: p_rec.cvg_thru_dt :=
675: ben_pdp_shd.g_old_rec.cvg_thru_dt;

Line 675: ben_pdp_shd.g_old_rec.cvg_thru_dt;

671: ben_pdp_shd.g_old_rec.cvg_strt_dt;
672: End If;
673: If (p_rec.cvg_thru_dt = hr_api.g_date) then
674: p_rec.cvg_thru_dt :=
675: ben_pdp_shd.g_old_rec.cvg_thru_dt;
676: End If;
677: If (p_rec.cvg_pndg_flag = hr_api.g_varchar2) then
678: p_rec.cvg_pndg_flag :=
679: ben_pdp_shd.g_old_rec.cvg_pndg_flag;

Line 679: ben_pdp_shd.g_old_rec.cvg_pndg_flag;

675: ben_pdp_shd.g_old_rec.cvg_thru_dt;
676: End If;
677: If (p_rec.cvg_pndg_flag = hr_api.g_varchar2) then
678: p_rec.cvg_pndg_flag :=
679: ben_pdp_shd.g_old_rec.cvg_pndg_flag;
680: End If;
681: If (p_rec.pdp_attribute_category = hr_api.g_varchar2) then
682: p_rec.pdp_attribute_category :=
683: ben_pdp_shd.g_old_rec.pdp_attribute_category;

Line 683: ben_pdp_shd.g_old_rec.pdp_attribute_category;

679: ben_pdp_shd.g_old_rec.cvg_pndg_flag;
680: End If;
681: If (p_rec.pdp_attribute_category = hr_api.g_varchar2) then
682: p_rec.pdp_attribute_category :=
683: ben_pdp_shd.g_old_rec.pdp_attribute_category;
684: End If;
685: If (p_rec.pdp_attribute1 = hr_api.g_varchar2) then
686: p_rec.pdp_attribute1 :=
687: ben_pdp_shd.g_old_rec.pdp_attribute1;

Line 687: ben_pdp_shd.g_old_rec.pdp_attribute1;

683: ben_pdp_shd.g_old_rec.pdp_attribute_category;
684: End If;
685: If (p_rec.pdp_attribute1 = hr_api.g_varchar2) then
686: p_rec.pdp_attribute1 :=
687: ben_pdp_shd.g_old_rec.pdp_attribute1;
688: End If;
689: If (p_rec.pdp_attribute2 = hr_api.g_varchar2) then
690: p_rec.pdp_attribute2 :=
691: ben_pdp_shd.g_old_rec.pdp_attribute2;

Line 691: ben_pdp_shd.g_old_rec.pdp_attribute2;

687: ben_pdp_shd.g_old_rec.pdp_attribute1;
688: End If;
689: If (p_rec.pdp_attribute2 = hr_api.g_varchar2) then
690: p_rec.pdp_attribute2 :=
691: ben_pdp_shd.g_old_rec.pdp_attribute2;
692: End If;
693: If (p_rec.pdp_attribute3 = hr_api.g_varchar2) then
694: p_rec.pdp_attribute3 :=
695: ben_pdp_shd.g_old_rec.pdp_attribute3;

Line 695: ben_pdp_shd.g_old_rec.pdp_attribute3;

691: ben_pdp_shd.g_old_rec.pdp_attribute2;
692: End If;
693: If (p_rec.pdp_attribute3 = hr_api.g_varchar2) then
694: p_rec.pdp_attribute3 :=
695: ben_pdp_shd.g_old_rec.pdp_attribute3;
696: End If;
697: If (p_rec.pdp_attribute4 = hr_api.g_varchar2) then
698: p_rec.pdp_attribute4 :=
699: ben_pdp_shd.g_old_rec.pdp_attribute4;

Line 699: ben_pdp_shd.g_old_rec.pdp_attribute4;

695: ben_pdp_shd.g_old_rec.pdp_attribute3;
696: End If;
697: If (p_rec.pdp_attribute4 = hr_api.g_varchar2) then
698: p_rec.pdp_attribute4 :=
699: ben_pdp_shd.g_old_rec.pdp_attribute4;
700: End If;
701: If (p_rec.pdp_attribute5 = hr_api.g_varchar2) then
702: p_rec.pdp_attribute5 :=
703: ben_pdp_shd.g_old_rec.pdp_attribute5;

Line 703: ben_pdp_shd.g_old_rec.pdp_attribute5;

699: ben_pdp_shd.g_old_rec.pdp_attribute4;
700: End If;
701: If (p_rec.pdp_attribute5 = hr_api.g_varchar2) then
702: p_rec.pdp_attribute5 :=
703: ben_pdp_shd.g_old_rec.pdp_attribute5;
704: End If;
705: If (p_rec.pdp_attribute6 = hr_api.g_varchar2) then
706: p_rec.pdp_attribute6 :=
707: ben_pdp_shd.g_old_rec.pdp_attribute6;

Line 707: ben_pdp_shd.g_old_rec.pdp_attribute6;

703: ben_pdp_shd.g_old_rec.pdp_attribute5;
704: End If;
705: If (p_rec.pdp_attribute6 = hr_api.g_varchar2) then
706: p_rec.pdp_attribute6 :=
707: ben_pdp_shd.g_old_rec.pdp_attribute6;
708: End If;
709: If (p_rec.pdp_attribute7 = hr_api.g_varchar2) then
710: p_rec.pdp_attribute7 :=
711: ben_pdp_shd.g_old_rec.pdp_attribute7;

Line 711: ben_pdp_shd.g_old_rec.pdp_attribute7;

707: ben_pdp_shd.g_old_rec.pdp_attribute6;
708: End If;
709: If (p_rec.pdp_attribute7 = hr_api.g_varchar2) then
710: p_rec.pdp_attribute7 :=
711: ben_pdp_shd.g_old_rec.pdp_attribute7;
712: End If;
713: If (p_rec.pdp_attribute8 = hr_api.g_varchar2) then
714: p_rec.pdp_attribute8 :=
715: ben_pdp_shd.g_old_rec.pdp_attribute8;

Line 715: ben_pdp_shd.g_old_rec.pdp_attribute8;

711: ben_pdp_shd.g_old_rec.pdp_attribute7;
712: End If;
713: If (p_rec.pdp_attribute8 = hr_api.g_varchar2) then
714: p_rec.pdp_attribute8 :=
715: ben_pdp_shd.g_old_rec.pdp_attribute8;
716: End If;
717: If (p_rec.pdp_attribute9 = hr_api.g_varchar2) then
718: p_rec.pdp_attribute9 :=
719: ben_pdp_shd.g_old_rec.pdp_attribute9;

Line 719: ben_pdp_shd.g_old_rec.pdp_attribute9;

715: ben_pdp_shd.g_old_rec.pdp_attribute8;
716: End If;
717: If (p_rec.pdp_attribute9 = hr_api.g_varchar2) then
718: p_rec.pdp_attribute9 :=
719: ben_pdp_shd.g_old_rec.pdp_attribute9;
720: End If;
721: If (p_rec.pdp_attribute10 = hr_api.g_varchar2) then
722: p_rec.pdp_attribute10 :=
723: ben_pdp_shd.g_old_rec.pdp_attribute10;

Line 723: ben_pdp_shd.g_old_rec.pdp_attribute10;

719: ben_pdp_shd.g_old_rec.pdp_attribute9;
720: End If;
721: If (p_rec.pdp_attribute10 = hr_api.g_varchar2) then
722: p_rec.pdp_attribute10 :=
723: ben_pdp_shd.g_old_rec.pdp_attribute10;
724: End If;
725: If (p_rec.pdp_attribute11 = hr_api.g_varchar2) then
726: p_rec.pdp_attribute11 :=
727: ben_pdp_shd.g_old_rec.pdp_attribute11;

Line 727: ben_pdp_shd.g_old_rec.pdp_attribute11;

723: ben_pdp_shd.g_old_rec.pdp_attribute10;
724: End If;
725: If (p_rec.pdp_attribute11 = hr_api.g_varchar2) then
726: p_rec.pdp_attribute11 :=
727: ben_pdp_shd.g_old_rec.pdp_attribute11;
728: End If;
729: If (p_rec.pdp_attribute12 = hr_api.g_varchar2) then
730: p_rec.pdp_attribute12 :=
731: ben_pdp_shd.g_old_rec.pdp_attribute12;

Line 731: ben_pdp_shd.g_old_rec.pdp_attribute12;

727: ben_pdp_shd.g_old_rec.pdp_attribute11;
728: End If;
729: If (p_rec.pdp_attribute12 = hr_api.g_varchar2) then
730: p_rec.pdp_attribute12 :=
731: ben_pdp_shd.g_old_rec.pdp_attribute12;
732: End If;
733: If (p_rec.pdp_attribute13 = hr_api.g_varchar2) then
734: p_rec.pdp_attribute13 :=
735: ben_pdp_shd.g_old_rec.pdp_attribute13;

Line 735: ben_pdp_shd.g_old_rec.pdp_attribute13;

731: ben_pdp_shd.g_old_rec.pdp_attribute12;
732: End If;
733: If (p_rec.pdp_attribute13 = hr_api.g_varchar2) then
734: p_rec.pdp_attribute13 :=
735: ben_pdp_shd.g_old_rec.pdp_attribute13;
736: End If;
737: If (p_rec.pdp_attribute14 = hr_api.g_varchar2) then
738: p_rec.pdp_attribute14 :=
739: ben_pdp_shd.g_old_rec.pdp_attribute14;

Line 739: ben_pdp_shd.g_old_rec.pdp_attribute14;

735: ben_pdp_shd.g_old_rec.pdp_attribute13;
736: End If;
737: If (p_rec.pdp_attribute14 = hr_api.g_varchar2) then
738: p_rec.pdp_attribute14 :=
739: ben_pdp_shd.g_old_rec.pdp_attribute14;
740: End If;
741: If (p_rec.pdp_attribute15 = hr_api.g_varchar2) then
742: p_rec.pdp_attribute15 :=
743: ben_pdp_shd.g_old_rec.pdp_attribute15;

Line 743: ben_pdp_shd.g_old_rec.pdp_attribute15;

739: ben_pdp_shd.g_old_rec.pdp_attribute14;
740: End If;
741: If (p_rec.pdp_attribute15 = hr_api.g_varchar2) then
742: p_rec.pdp_attribute15 :=
743: ben_pdp_shd.g_old_rec.pdp_attribute15;
744: End If;
745: If (p_rec.pdp_attribute16 = hr_api.g_varchar2) then
746: p_rec.pdp_attribute16 :=
747: ben_pdp_shd.g_old_rec.pdp_attribute16;

Line 747: ben_pdp_shd.g_old_rec.pdp_attribute16;

743: ben_pdp_shd.g_old_rec.pdp_attribute15;
744: End If;
745: If (p_rec.pdp_attribute16 = hr_api.g_varchar2) then
746: p_rec.pdp_attribute16 :=
747: ben_pdp_shd.g_old_rec.pdp_attribute16;
748: End If;
749: If (p_rec.pdp_attribute17 = hr_api.g_varchar2) then
750: p_rec.pdp_attribute17 :=
751: ben_pdp_shd.g_old_rec.pdp_attribute17;

Line 751: ben_pdp_shd.g_old_rec.pdp_attribute17;

747: ben_pdp_shd.g_old_rec.pdp_attribute16;
748: End If;
749: If (p_rec.pdp_attribute17 = hr_api.g_varchar2) then
750: p_rec.pdp_attribute17 :=
751: ben_pdp_shd.g_old_rec.pdp_attribute17;
752: End If;
753: If (p_rec.pdp_attribute18 = hr_api.g_varchar2) then
754: p_rec.pdp_attribute18 :=
755: ben_pdp_shd.g_old_rec.pdp_attribute18;

Line 755: ben_pdp_shd.g_old_rec.pdp_attribute18;

751: ben_pdp_shd.g_old_rec.pdp_attribute17;
752: End If;
753: If (p_rec.pdp_attribute18 = hr_api.g_varchar2) then
754: p_rec.pdp_attribute18 :=
755: ben_pdp_shd.g_old_rec.pdp_attribute18;
756: End If;
757: If (p_rec.pdp_attribute19 = hr_api.g_varchar2) then
758: p_rec.pdp_attribute19 :=
759: ben_pdp_shd.g_old_rec.pdp_attribute19;

Line 759: ben_pdp_shd.g_old_rec.pdp_attribute19;

755: ben_pdp_shd.g_old_rec.pdp_attribute18;
756: End If;
757: If (p_rec.pdp_attribute19 = hr_api.g_varchar2) then
758: p_rec.pdp_attribute19 :=
759: ben_pdp_shd.g_old_rec.pdp_attribute19;
760: End If;
761: If (p_rec.pdp_attribute20 = hr_api.g_varchar2) then
762: p_rec.pdp_attribute20 :=
763: ben_pdp_shd.g_old_rec.pdp_attribute20;

Line 763: ben_pdp_shd.g_old_rec.pdp_attribute20;

759: ben_pdp_shd.g_old_rec.pdp_attribute19;
760: End If;
761: If (p_rec.pdp_attribute20 = hr_api.g_varchar2) then
762: p_rec.pdp_attribute20 :=
763: ben_pdp_shd.g_old_rec.pdp_attribute20;
764: End If;
765: If (p_rec.pdp_attribute21 = hr_api.g_varchar2) then
766: p_rec.pdp_attribute21 :=
767: ben_pdp_shd.g_old_rec.pdp_attribute21;

Line 767: ben_pdp_shd.g_old_rec.pdp_attribute21;

763: ben_pdp_shd.g_old_rec.pdp_attribute20;
764: End If;
765: If (p_rec.pdp_attribute21 = hr_api.g_varchar2) then
766: p_rec.pdp_attribute21 :=
767: ben_pdp_shd.g_old_rec.pdp_attribute21;
768: End If;
769: If (p_rec.pdp_attribute22 = hr_api.g_varchar2) then
770: p_rec.pdp_attribute22 :=
771: ben_pdp_shd.g_old_rec.pdp_attribute22;

Line 771: ben_pdp_shd.g_old_rec.pdp_attribute22;

767: ben_pdp_shd.g_old_rec.pdp_attribute21;
768: End If;
769: If (p_rec.pdp_attribute22 = hr_api.g_varchar2) then
770: p_rec.pdp_attribute22 :=
771: ben_pdp_shd.g_old_rec.pdp_attribute22;
772: End If;
773: If (p_rec.pdp_attribute23 = hr_api.g_varchar2) then
774: p_rec.pdp_attribute23 :=
775: ben_pdp_shd.g_old_rec.pdp_attribute23;

Line 775: ben_pdp_shd.g_old_rec.pdp_attribute23;

771: ben_pdp_shd.g_old_rec.pdp_attribute22;
772: End If;
773: If (p_rec.pdp_attribute23 = hr_api.g_varchar2) then
774: p_rec.pdp_attribute23 :=
775: ben_pdp_shd.g_old_rec.pdp_attribute23;
776: End If;
777: If (p_rec.pdp_attribute24 = hr_api.g_varchar2) then
778: p_rec.pdp_attribute24 :=
779: ben_pdp_shd.g_old_rec.pdp_attribute24;

Line 779: ben_pdp_shd.g_old_rec.pdp_attribute24;

775: ben_pdp_shd.g_old_rec.pdp_attribute23;
776: End If;
777: If (p_rec.pdp_attribute24 = hr_api.g_varchar2) then
778: p_rec.pdp_attribute24 :=
779: ben_pdp_shd.g_old_rec.pdp_attribute24;
780: End If;
781: If (p_rec.pdp_attribute25 = hr_api.g_varchar2) then
782: p_rec.pdp_attribute25 :=
783: ben_pdp_shd.g_old_rec.pdp_attribute25;

Line 783: ben_pdp_shd.g_old_rec.pdp_attribute25;

779: ben_pdp_shd.g_old_rec.pdp_attribute24;
780: End If;
781: If (p_rec.pdp_attribute25 = hr_api.g_varchar2) then
782: p_rec.pdp_attribute25 :=
783: ben_pdp_shd.g_old_rec.pdp_attribute25;
784: End If;
785: If (p_rec.pdp_attribute26 = hr_api.g_varchar2) then
786: p_rec.pdp_attribute26 :=
787: ben_pdp_shd.g_old_rec.pdp_attribute26;

Line 787: ben_pdp_shd.g_old_rec.pdp_attribute26;

783: ben_pdp_shd.g_old_rec.pdp_attribute25;
784: End If;
785: If (p_rec.pdp_attribute26 = hr_api.g_varchar2) then
786: p_rec.pdp_attribute26 :=
787: ben_pdp_shd.g_old_rec.pdp_attribute26;
788: End If;
789: If (p_rec.pdp_attribute27 = hr_api.g_varchar2) then
790: p_rec.pdp_attribute27 :=
791: ben_pdp_shd.g_old_rec.pdp_attribute27;

Line 791: ben_pdp_shd.g_old_rec.pdp_attribute27;

787: ben_pdp_shd.g_old_rec.pdp_attribute26;
788: End If;
789: If (p_rec.pdp_attribute27 = hr_api.g_varchar2) then
790: p_rec.pdp_attribute27 :=
791: ben_pdp_shd.g_old_rec.pdp_attribute27;
792: End If;
793: If (p_rec.pdp_attribute28 = hr_api.g_varchar2) then
794: p_rec.pdp_attribute28 :=
795: ben_pdp_shd.g_old_rec.pdp_attribute28;

Line 795: ben_pdp_shd.g_old_rec.pdp_attribute28;

791: ben_pdp_shd.g_old_rec.pdp_attribute27;
792: End If;
793: If (p_rec.pdp_attribute28 = hr_api.g_varchar2) then
794: p_rec.pdp_attribute28 :=
795: ben_pdp_shd.g_old_rec.pdp_attribute28;
796: End If;
797: If (p_rec.pdp_attribute29 = hr_api.g_varchar2) then
798: p_rec.pdp_attribute29 :=
799: ben_pdp_shd.g_old_rec.pdp_attribute29;

Line 799: ben_pdp_shd.g_old_rec.pdp_attribute29;

795: ben_pdp_shd.g_old_rec.pdp_attribute28;
796: End If;
797: If (p_rec.pdp_attribute29 = hr_api.g_varchar2) then
798: p_rec.pdp_attribute29 :=
799: ben_pdp_shd.g_old_rec.pdp_attribute29;
800: End If;
801: If (p_rec.pdp_attribute30 = hr_api.g_varchar2) then
802: p_rec.pdp_attribute30 :=
803: ben_pdp_shd.g_old_rec.pdp_attribute30;

Line 803: ben_pdp_shd.g_old_rec.pdp_attribute30;

799: ben_pdp_shd.g_old_rec.pdp_attribute29;
800: End If;
801: If (p_rec.pdp_attribute30 = hr_api.g_varchar2) then
802: p_rec.pdp_attribute30 :=
803: ben_pdp_shd.g_old_rec.pdp_attribute30;
804: End If;
805: If (p_rec.request_id = hr_api.g_number) then
806: p_rec.request_id :=
807: ben_pbc_shd.g_old_rec.request_id;

Line 823: ben_pdp_shd.g_old_rec.ovrdn_flag;

819: ben_pbc_shd.g_old_rec.program_update_date;
820: End If;
821: If (p_rec.ovrdn_flag = hr_api.g_varchar2) then
822: p_rec.ovrdn_flag :=
823: ben_pdp_shd.g_old_rec.ovrdn_flag;
824: End If;
825: If (p_rec.per_in_ler_id = hr_api.g_number) then
826: p_rec.per_in_ler_id :=
827: ben_pdp_shd.g_old_rec.per_in_ler_id;

Line 827: ben_pdp_shd.g_old_rec.per_in_ler_id;

823: ben_pdp_shd.g_old_rec.ovrdn_flag;
824: End If;
825: If (p_rec.per_in_ler_id = hr_api.g_number) then
826: p_rec.per_in_ler_id :=
827: ben_pdp_shd.g_old_rec.per_in_ler_id;
828: End If;
829: If (p_rec.ovrdn_thru_dt = hr_api.g_date) then
830: p_rec.ovrdn_thru_dt :=
831: ben_pdp_shd.g_old_rec.ovrdn_thru_dt;

Line 831: ben_pdp_shd.g_old_rec.ovrdn_thru_dt;

827: ben_pdp_shd.g_old_rec.per_in_ler_id;
828: End If;
829: If (p_rec.ovrdn_thru_dt = hr_api.g_date) then
830: p_rec.ovrdn_thru_dt :=
831: ben_pdp_shd.g_old_rec.ovrdn_thru_dt;
832: End If;
833: --
834: hr_utility.set_location(' Leaving:'||l_proc, 10);
835: --

Line 843: p_rec in out nocopy ben_pdp_shd.g_rec_type,

839: -- |---------------------------------< upd >----------------------------------|
840: -- ----------------------------------------------------------------------------
841: Procedure upd
842: (
843: p_rec in out nocopy ben_pdp_shd.g_rec_type,
844: p_effective_date in date,
845: p_datetrack_mode in varchar2
846: ) is
847: --

Line 861: ben_pdp_shd.lck

857: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
858: --
859: -- We must lock the row which we need to update.
860: --
861: ben_pdp_shd.lck
862: (p_effective_date => p_effective_date,
863: p_datetrack_mode => p_datetrack_mode,
864: p_elig_cvrd_dpnt_id => p_rec.elig_cvrd_dpnt_id,
865: p_object_version_number => p_rec.object_version_number,

Line 968: l_rec ben_pdp_shd.g_rec_type;

964: p_effective_date in date,
965: p_datetrack_mode in varchar2
966: ) is
967: --
968: l_rec ben_pdp_shd.g_rec_type;
969: l_proc varchar2(72) := g_package||'upd';
970: --
971: Begin
972: hr_utility.set_location('Entering:'||l_proc, 5);

Line 978: ben_pdp_shd.convert_args

974: -- Call conversion function to turn arguments into the
975: -- l_rec structure.
976: --
977: l_rec :=
978: ben_pdp_shd.convert_args
979: (
980: p_elig_cvrd_dpnt_id,
981: null,
982: null,