DBA Data[Home] [Help]

APPS.BEN_PND_UPD dependencies on BEN_PND_SHD

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

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

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

Line 136: ben_pnd_shd.g_api_dml := false; -- Unset the api dml status

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

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

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

Line 149: ben_pnd_shd.constraint_error

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

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

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

Line 154: ben_pnd_shd.constraint_error

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

Line 157: ben_pnd_shd.g_api_dml := false; -- Unset the api dml status

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

Line 193: (p_rec in out nocopy ben_pnd_shd.g_rec_type,

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

Line 257: (p_rec in out nocopy ben_pnd_shd.g_rec_type,

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

Line 273: ben_pnd_shd.upd_effective_end_date

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

Line 342: (p_rec in out nocopy ben_pnd_shd.g_rec_type,

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

Line 398: (p_rec in ben_pnd_shd.g_rec_type,

394: --
395: -- {End Of Comments}
396: -- ----------------------------------------------------------------------------
397: Procedure post_update
398: (p_rec in ben_pnd_shd.g_rec_type,
399: p_effective_date in date,
400: p_datetrack_mode in varchar2,
401: p_validation_start_date in date,
402: p_validation_end_date in date) is

Line 467: ,p_effective_start_date_o =>ben_pnd_shd.g_old_rec.effective_start_date

463: ,p_effective_date =>p_effective_date
464: ,p_datetrack_mode =>p_datetrack_mode
465: ,p_validation_start_date =>p_validation_start_date
466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_pnd_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date
469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl

Line 468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date

464: ,p_datetrack_mode =>p_datetrack_mode
465: ,p_validation_start_date =>p_validation_start_date
466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_pnd_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date
469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag

Line 469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id

465: ,p_validation_start_date =>p_validation_start_date
466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_pnd_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date
469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd

Line 470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag

466: ,p_validation_end_date =>p_validation_end_date
467: ,p_effective_start_date_o =>ben_pnd_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date
469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag

Line 471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl

467: ,p_effective_start_date_o =>ben_pnd_shd.g_old_rec.effective_start_date
468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date
469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd

Line 472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag

468: ,p_effective_end_date_o =>ben_pnd_shd.g_old_rec.effective_end_date
469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id

Line 473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd

469: ,p_pl_id_o =>ben_pnd_shd.g_old_rec.pl_id
470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category

Line 474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag

470: ,p_pfd_flag_o =>ben_pnd_shd.g_old_rec.pfd_flag
471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1

Line 475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd

471: ,p_ctfn_rqd_when_rl_o =>ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl
472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2

Line 476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id

472: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3

Line 477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category

473: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4

Line 478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1

474: ,p_rqd_flag_o =>ben_pnd_shd.g_old_rec.rqd_flag
475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5

Line 479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2

475: ,p_rlshp_typ_cd_o =>ben_pnd_shd.g_old_rec.rlshp_typ_cd
476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6

Line 480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3

476: ,p_business_group_id_o =>ben_pnd_shd.g_old_rec.business_group_id
477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7

Line 481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4

477: ,p_pnd_attribute_category_o =>ben_pnd_shd.g_old_rec.pnd_attribute_category
478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8

Line 482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5

478: ,p_pnd_attribute1_o =>ben_pnd_shd.g_old_rec.pnd_attribute1
479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9

Line 483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6

479: ,p_pnd_attribute2_o =>ben_pnd_shd.g_old_rec.pnd_attribute2
480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10

Line 484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7

480: ,p_pnd_attribute3_o =>ben_pnd_shd.g_old_rec.pnd_attribute3
481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11

Line 485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8

481: ,p_pnd_attribute4_o =>ben_pnd_shd.g_old_rec.pnd_attribute4
482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12

Line 486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9

482: ,p_pnd_attribute5_o =>ben_pnd_shd.g_old_rec.pnd_attribute5
483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13

Line 487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10

483: ,p_pnd_attribute6_o =>ben_pnd_shd.g_old_rec.pnd_attribute6
484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14

Line 488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11

484: ,p_pnd_attribute7_o =>ben_pnd_shd.g_old_rec.pnd_attribute7
485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15

Line 489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12

485: ,p_pnd_attribute8_o =>ben_pnd_shd.g_old_rec.pnd_attribute8
486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16

Line 490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13

486: ,p_pnd_attribute9_o =>ben_pnd_shd.g_old_rec.pnd_attribute9
487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17

Line 491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14

487: ,p_pnd_attribute10_o =>ben_pnd_shd.g_old_rec.pnd_attribute10
488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18

Line 492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15

488: ,p_pnd_attribute11_o =>ben_pnd_shd.g_old_rec.pnd_attribute11
489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19

Line 493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16

489: ,p_pnd_attribute12_o =>ben_pnd_shd.g_old_rec.pnd_attribute12
490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20

Line 494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17

490: ,p_pnd_attribute13_o =>ben_pnd_shd.g_old_rec.pnd_attribute13
491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21

Line 495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18

491: ,p_pnd_attribute14_o =>ben_pnd_shd.g_old_rec.pnd_attribute14
492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22

Line 496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19

492: ,p_pnd_attribute15_o =>ben_pnd_shd.g_old_rec.pnd_attribute15
493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23

Line 497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20

493: ,p_pnd_attribute16_o =>ben_pnd_shd.g_old_rec.pnd_attribute16
494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24

Line 498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21

494: ,p_pnd_attribute17_o =>ben_pnd_shd.g_old_rec.pnd_attribute17
495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25

Line 499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22

495: ,p_pnd_attribute18_o =>ben_pnd_shd.g_old_rec.pnd_attribute18
496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26

Line 500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23

496: ,p_pnd_attribute19_o =>ben_pnd_shd.g_old_rec.pnd_attribute19
497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27

Line 501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24

497: ,p_pnd_attribute20_o =>ben_pnd_shd.g_old_rec.pnd_attribute20
498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28

Line 502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25

498: ,p_pnd_attribute21_o =>ben_pnd_shd.g_old_rec.pnd_attribute21
499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29

Line 503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26

499: ,p_pnd_attribute22_o =>ben_pnd_shd.g_old_rec.pnd_attribute22
500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30

Line 504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27

500: ,p_pnd_attribute23_o =>ben_pnd_shd.g_old_rec.pnd_attribute23
501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id

Line 505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28

501: ,p_pnd_attribute24_o =>ben_pnd_shd.g_old_rec.pnd_attribute24
502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id

Line 506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29

502: ,p_pnd_attribute25_o =>ben_pnd_shd.g_old_rec.pnd_attribute25
503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id

Line 507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30

503: ,p_pnd_attribute26_o =>ben_pnd_shd.g_old_rec.pnd_attribute26
504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id
511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date

Line 508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id

504: ,p_pnd_attribute27_o =>ben_pnd_shd.g_old_rec.pnd_attribute27
505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id
511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date
512: ,p_object_version_number_o =>ben_pnd_shd.g_old_rec.object_version_number

Line 509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id

505: ,p_pnd_attribute28_o =>ben_pnd_shd.g_old_rec.pnd_attribute28
506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id
511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date
512: ,p_object_version_number_o =>ben_pnd_shd.g_old_rec.object_version_number
513: );

Line 510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id

506: ,p_pnd_attribute29_o =>ben_pnd_shd.g_old_rec.pnd_attribute29
507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id
511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date
512: ,p_object_version_number_o =>ben_pnd_shd.g_old_rec.object_version_number
513: );
514: --

Line 511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date

507: ,p_pnd_attribute30_o =>ben_pnd_shd.g_old_rec.pnd_attribute30
508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id
511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date
512: ,p_object_version_number_o =>ben_pnd_shd.g_old_rec.object_version_number
513: );
514: --
515: exception

Line 512: ,p_object_version_number_o =>ben_pnd_shd.g_old_rec.object_version_number

508: ,p_request_id_o =>ben_pnd_shd.g_old_rec.request_id
509: ,p_program_application_id_o =>ben_pnd_shd.g_old_rec.program_application_id
510: ,p_program_id_o =>ben_pnd_shd.g_old_rec.program_id
511: ,p_program_update_date_o =>ben_pnd_shd.g_old_rec.program_update_date
512: ,p_object_version_number_o =>ben_pnd_shd.g_old_rec.object_version_number
513: );
514: --
515: exception
516: --

Line 574: Procedure convert_defs(p_rec in out nocopy ben_pnd_shd.g_rec_type) is

570: -- Internal Row Handler Use Only.
571: --
572: -- {End Of Comments}
573: -- ----------------------------------------------------------------------------
574: Procedure convert_defs(p_rec in out nocopy ben_pnd_shd.g_rec_type) is
575: --
576: l_proc varchar2(72) := g_package||'convert_defs';
577: --
578: Begin

Line 589: ben_pnd_shd.g_old_rec.pl_id;

585: -- is being used then we must set to the 'current' argument value.
586: --
587: If (p_rec.pl_id = hr_api.g_number) then
588: p_rec.pl_id :=
589: ben_pnd_shd.g_old_rec.pl_id;
590: End If;
591: If (p_rec.pfd_flag = hr_api.g_varchar2) then
592: p_rec.pfd_flag :=
593: ben_pnd_shd.g_old_rec.pfd_flag;

Line 593: ben_pnd_shd.g_old_rec.pfd_flag;

589: ben_pnd_shd.g_old_rec.pl_id;
590: End If;
591: If (p_rec.pfd_flag = hr_api.g_varchar2) then
592: p_rec.pfd_flag :=
593: ben_pnd_shd.g_old_rec.pfd_flag;
594: End If;
595: If (p_rec.ctfn_rqd_when_rl = hr_api.g_number) then
596: p_rec.ctfn_rqd_when_rl :=
597: ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl;

Line 597: ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl;

593: ben_pnd_shd.g_old_rec.pfd_flag;
594: End If;
595: If (p_rec.ctfn_rqd_when_rl = hr_api.g_number) then
596: p_rec.ctfn_rqd_when_rl :=
597: ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl;
598: End If;
599: If (p_rec.lack_ctfn_sspnd_enrt_flag = hr_api.g_varchar2) then
600: p_rec.lack_ctfn_sspnd_enrt_flag :=
601: ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;

Line 601: ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;

597: ben_pnd_shd.g_old_rec.ctfn_rqd_when_rl;
598: End If;
599: If (p_rec.lack_ctfn_sspnd_enrt_flag = hr_api.g_varchar2) then
600: p_rec.lack_ctfn_sspnd_enrt_flag :=
601: ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;
602: End If;
603: If (p_rec.dpnt_cvg_ctfn_typ_cd = hr_api.g_varchar2) then
604: p_rec.dpnt_cvg_ctfn_typ_cd :=
605: ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;

Line 605: ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;

601: ben_pnd_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;
602: End If;
603: If (p_rec.dpnt_cvg_ctfn_typ_cd = hr_api.g_varchar2) then
604: p_rec.dpnt_cvg_ctfn_typ_cd :=
605: ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;
606: End If;
607: If (p_rec.rqd_flag = hr_api.g_varchar2) then
608: p_rec.rqd_flag :=
609: ben_pnd_shd.g_old_rec.rqd_flag;

Line 609: ben_pnd_shd.g_old_rec.rqd_flag;

605: ben_pnd_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;
606: End If;
607: If (p_rec.rqd_flag = hr_api.g_varchar2) then
608: p_rec.rqd_flag :=
609: ben_pnd_shd.g_old_rec.rqd_flag;
610: End If;
611: If (p_rec.rlshp_typ_cd = hr_api.g_varchar2) then
612: p_rec.rlshp_typ_cd :=
613: ben_pnd_shd.g_old_rec.rlshp_typ_cd;

Line 613: ben_pnd_shd.g_old_rec.rlshp_typ_cd;

609: ben_pnd_shd.g_old_rec.rqd_flag;
610: End If;
611: If (p_rec.rlshp_typ_cd = hr_api.g_varchar2) then
612: p_rec.rlshp_typ_cd :=
613: ben_pnd_shd.g_old_rec.rlshp_typ_cd;
614: End If;
615: If (p_rec.business_group_id = hr_api.g_number) then
616: p_rec.business_group_id :=
617: ben_pnd_shd.g_old_rec.business_group_id;

Line 617: ben_pnd_shd.g_old_rec.business_group_id;

613: ben_pnd_shd.g_old_rec.rlshp_typ_cd;
614: End If;
615: If (p_rec.business_group_id = hr_api.g_number) then
616: p_rec.business_group_id :=
617: ben_pnd_shd.g_old_rec.business_group_id;
618: End If;
619: If (p_rec.pnd_attribute_category = hr_api.g_varchar2) then
620: p_rec.pnd_attribute_category :=
621: ben_pnd_shd.g_old_rec.pnd_attribute_category;

Line 621: ben_pnd_shd.g_old_rec.pnd_attribute_category;

617: ben_pnd_shd.g_old_rec.business_group_id;
618: End If;
619: If (p_rec.pnd_attribute_category = hr_api.g_varchar2) then
620: p_rec.pnd_attribute_category :=
621: ben_pnd_shd.g_old_rec.pnd_attribute_category;
622: End If;
623: If (p_rec.pnd_attribute1 = hr_api.g_varchar2) then
624: p_rec.pnd_attribute1 :=
625: ben_pnd_shd.g_old_rec.pnd_attribute1;

Line 625: ben_pnd_shd.g_old_rec.pnd_attribute1;

621: ben_pnd_shd.g_old_rec.pnd_attribute_category;
622: End If;
623: If (p_rec.pnd_attribute1 = hr_api.g_varchar2) then
624: p_rec.pnd_attribute1 :=
625: ben_pnd_shd.g_old_rec.pnd_attribute1;
626: End If;
627: If (p_rec.pnd_attribute2 = hr_api.g_varchar2) then
628: p_rec.pnd_attribute2 :=
629: ben_pnd_shd.g_old_rec.pnd_attribute2;

Line 629: ben_pnd_shd.g_old_rec.pnd_attribute2;

625: ben_pnd_shd.g_old_rec.pnd_attribute1;
626: End If;
627: If (p_rec.pnd_attribute2 = hr_api.g_varchar2) then
628: p_rec.pnd_attribute2 :=
629: ben_pnd_shd.g_old_rec.pnd_attribute2;
630: End If;
631: If (p_rec.pnd_attribute3 = hr_api.g_varchar2) then
632: p_rec.pnd_attribute3 :=
633: ben_pnd_shd.g_old_rec.pnd_attribute3;

Line 633: ben_pnd_shd.g_old_rec.pnd_attribute3;

629: ben_pnd_shd.g_old_rec.pnd_attribute2;
630: End If;
631: If (p_rec.pnd_attribute3 = hr_api.g_varchar2) then
632: p_rec.pnd_attribute3 :=
633: ben_pnd_shd.g_old_rec.pnd_attribute3;
634: End If;
635: If (p_rec.pnd_attribute4 = hr_api.g_varchar2) then
636: p_rec.pnd_attribute4 :=
637: ben_pnd_shd.g_old_rec.pnd_attribute4;

Line 637: ben_pnd_shd.g_old_rec.pnd_attribute4;

633: ben_pnd_shd.g_old_rec.pnd_attribute3;
634: End If;
635: If (p_rec.pnd_attribute4 = hr_api.g_varchar2) then
636: p_rec.pnd_attribute4 :=
637: ben_pnd_shd.g_old_rec.pnd_attribute4;
638: End If;
639: If (p_rec.pnd_attribute5 = hr_api.g_varchar2) then
640: p_rec.pnd_attribute5 :=
641: ben_pnd_shd.g_old_rec.pnd_attribute5;

Line 641: ben_pnd_shd.g_old_rec.pnd_attribute5;

637: ben_pnd_shd.g_old_rec.pnd_attribute4;
638: End If;
639: If (p_rec.pnd_attribute5 = hr_api.g_varchar2) then
640: p_rec.pnd_attribute5 :=
641: ben_pnd_shd.g_old_rec.pnd_attribute5;
642: End If;
643: If (p_rec.pnd_attribute6 = hr_api.g_varchar2) then
644: p_rec.pnd_attribute6 :=
645: ben_pnd_shd.g_old_rec.pnd_attribute6;

Line 645: ben_pnd_shd.g_old_rec.pnd_attribute6;

641: ben_pnd_shd.g_old_rec.pnd_attribute5;
642: End If;
643: If (p_rec.pnd_attribute6 = hr_api.g_varchar2) then
644: p_rec.pnd_attribute6 :=
645: ben_pnd_shd.g_old_rec.pnd_attribute6;
646: End If;
647: If (p_rec.pnd_attribute7 = hr_api.g_varchar2) then
648: p_rec.pnd_attribute7 :=
649: ben_pnd_shd.g_old_rec.pnd_attribute7;

Line 649: ben_pnd_shd.g_old_rec.pnd_attribute7;

645: ben_pnd_shd.g_old_rec.pnd_attribute6;
646: End If;
647: If (p_rec.pnd_attribute7 = hr_api.g_varchar2) then
648: p_rec.pnd_attribute7 :=
649: ben_pnd_shd.g_old_rec.pnd_attribute7;
650: End If;
651: If (p_rec.pnd_attribute8 = hr_api.g_varchar2) then
652: p_rec.pnd_attribute8 :=
653: ben_pnd_shd.g_old_rec.pnd_attribute8;

Line 653: ben_pnd_shd.g_old_rec.pnd_attribute8;

649: ben_pnd_shd.g_old_rec.pnd_attribute7;
650: End If;
651: If (p_rec.pnd_attribute8 = hr_api.g_varchar2) then
652: p_rec.pnd_attribute8 :=
653: ben_pnd_shd.g_old_rec.pnd_attribute8;
654: End If;
655: If (p_rec.pnd_attribute9 = hr_api.g_varchar2) then
656: p_rec.pnd_attribute9 :=
657: ben_pnd_shd.g_old_rec.pnd_attribute9;

Line 657: ben_pnd_shd.g_old_rec.pnd_attribute9;

653: ben_pnd_shd.g_old_rec.pnd_attribute8;
654: End If;
655: If (p_rec.pnd_attribute9 = hr_api.g_varchar2) then
656: p_rec.pnd_attribute9 :=
657: ben_pnd_shd.g_old_rec.pnd_attribute9;
658: End If;
659: If (p_rec.pnd_attribute10 = hr_api.g_varchar2) then
660: p_rec.pnd_attribute10 :=
661: ben_pnd_shd.g_old_rec.pnd_attribute10;

Line 661: ben_pnd_shd.g_old_rec.pnd_attribute10;

657: ben_pnd_shd.g_old_rec.pnd_attribute9;
658: End If;
659: If (p_rec.pnd_attribute10 = hr_api.g_varchar2) then
660: p_rec.pnd_attribute10 :=
661: ben_pnd_shd.g_old_rec.pnd_attribute10;
662: End If;
663: If (p_rec.pnd_attribute11 = hr_api.g_varchar2) then
664: p_rec.pnd_attribute11 :=
665: ben_pnd_shd.g_old_rec.pnd_attribute11;

Line 665: ben_pnd_shd.g_old_rec.pnd_attribute11;

661: ben_pnd_shd.g_old_rec.pnd_attribute10;
662: End If;
663: If (p_rec.pnd_attribute11 = hr_api.g_varchar2) then
664: p_rec.pnd_attribute11 :=
665: ben_pnd_shd.g_old_rec.pnd_attribute11;
666: End If;
667: If (p_rec.pnd_attribute12 = hr_api.g_varchar2) then
668: p_rec.pnd_attribute12 :=
669: ben_pnd_shd.g_old_rec.pnd_attribute12;

Line 669: ben_pnd_shd.g_old_rec.pnd_attribute12;

665: ben_pnd_shd.g_old_rec.pnd_attribute11;
666: End If;
667: If (p_rec.pnd_attribute12 = hr_api.g_varchar2) then
668: p_rec.pnd_attribute12 :=
669: ben_pnd_shd.g_old_rec.pnd_attribute12;
670: End If;
671: If (p_rec.pnd_attribute13 = hr_api.g_varchar2) then
672: p_rec.pnd_attribute13 :=
673: ben_pnd_shd.g_old_rec.pnd_attribute13;

Line 673: ben_pnd_shd.g_old_rec.pnd_attribute13;

669: ben_pnd_shd.g_old_rec.pnd_attribute12;
670: End If;
671: If (p_rec.pnd_attribute13 = hr_api.g_varchar2) then
672: p_rec.pnd_attribute13 :=
673: ben_pnd_shd.g_old_rec.pnd_attribute13;
674: End If;
675: If (p_rec.pnd_attribute14 = hr_api.g_varchar2) then
676: p_rec.pnd_attribute14 :=
677: ben_pnd_shd.g_old_rec.pnd_attribute14;

Line 677: ben_pnd_shd.g_old_rec.pnd_attribute14;

673: ben_pnd_shd.g_old_rec.pnd_attribute13;
674: End If;
675: If (p_rec.pnd_attribute14 = hr_api.g_varchar2) then
676: p_rec.pnd_attribute14 :=
677: ben_pnd_shd.g_old_rec.pnd_attribute14;
678: End If;
679: If (p_rec.pnd_attribute15 = hr_api.g_varchar2) then
680: p_rec.pnd_attribute15 :=
681: ben_pnd_shd.g_old_rec.pnd_attribute15;

Line 681: ben_pnd_shd.g_old_rec.pnd_attribute15;

677: ben_pnd_shd.g_old_rec.pnd_attribute14;
678: End If;
679: If (p_rec.pnd_attribute15 = hr_api.g_varchar2) then
680: p_rec.pnd_attribute15 :=
681: ben_pnd_shd.g_old_rec.pnd_attribute15;
682: End If;
683: If (p_rec.pnd_attribute16 = hr_api.g_varchar2) then
684: p_rec.pnd_attribute16 :=
685: ben_pnd_shd.g_old_rec.pnd_attribute16;

Line 685: ben_pnd_shd.g_old_rec.pnd_attribute16;

681: ben_pnd_shd.g_old_rec.pnd_attribute15;
682: End If;
683: If (p_rec.pnd_attribute16 = hr_api.g_varchar2) then
684: p_rec.pnd_attribute16 :=
685: ben_pnd_shd.g_old_rec.pnd_attribute16;
686: End If;
687: If (p_rec.pnd_attribute17 = hr_api.g_varchar2) then
688: p_rec.pnd_attribute17 :=
689: ben_pnd_shd.g_old_rec.pnd_attribute17;

Line 689: ben_pnd_shd.g_old_rec.pnd_attribute17;

685: ben_pnd_shd.g_old_rec.pnd_attribute16;
686: End If;
687: If (p_rec.pnd_attribute17 = hr_api.g_varchar2) then
688: p_rec.pnd_attribute17 :=
689: ben_pnd_shd.g_old_rec.pnd_attribute17;
690: End If;
691: If (p_rec.pnd_attribute18 = hr_api.g_varchar2) then
692: p_rec.pnd_attribute18 :=
693: ben_pnd_shd.g_old_rec.pnd_attribute18;

Line 693: ben_pnd_shd.g_old_rec.pnd_attribute18;

689: ben_pnd_shd.g_old_rec.pnd_attribute17;
690: End If;
691: If (p_rec.pnd_attribute18 = hr_api.g_varchar2) then
692: p_rec.pnd_attribute18 :=
693: ben_pnd_shd.g_old_rec.pnd_attribute18;
694: End If;
695: If (p_rec.pnd_attribute19 = hr_api.g_varchar2) then
696: p_rec.pnd_attribute19 :=
697: ben_pnd_shd.g_old_rec.pnd_attribute19;

Line 697: ben_pnd_shd.g_old_rec.pnd_attribute19;

693: ben_pnd_shd.g_old_rec.pnd_attribute18;
694: End If;
695: If (p_rec.pnd_attribute19 = hr_api.g_varchar2) then
696: p_rec.pnd_attribute19 :=
697: ben_pnd_shd.g_old_rec.pnd_attribute19;
698: End If;
699: If (p_rec.pnd_attribute20 = hr_api.g_varchar2) then
700: p_rec.pnd_attribute20 :=
701: ben_pnd_shd.g_old_rec.pnd_attribute20;

Line 701: ben_pnd_shd.g_old_rec.pnd_attribute20;

697: ben_pnd_shd.g_old_rec.pnd_attribute19;
698: End If;
699: If (p_rec.pnd_attribute20 = hr_api.g_varchar2) then
700: p_rec.pnd_attribute20 :=
701: ben_pnd_shd.g_old_rec.pnd_attribute20;
702: End If;
703: If (p_rec.pnd_attribute21 = hr_api.g_varchar2) then
704: p_rec.pnd_attribute21 :=
705: ben_pnd_shd.g_old_rec.pnd_attribute21;

Line 705: ben_pnd_shd.g_old_rec.pnd_attribute21;

701: ben_pnd_shd.g_old_rec.pnd_attribute20;
702: End If;
703: If (p_rec.pnd_attribute21 = hr_api.g_varchar2) then
704: p_rec.pnd_attribute21 :=
705: ben_pnd_shd.g_old_rec.pnd_attribute21;
706: End If;
707: If (p_rec.pnd_attribute22 = hr_api.g_varchar2) then
708: p_rec.pnd_attribute22 :=
709: ben_pnd_shd.g_old_rec.pnd_attribute22;

Line 709: ben_pnd_shd.g_old_rec.pnd_attribute22;

705: ben_pnd_shd.g_old_rec.pnd_attribute21;
706: End If;
707: If (p_rec.pnd_attribute22 = hr_api.g_varchar2) then
708: p_rec.pnd_attribute22 :=
709: ben_pnd_shd.g_old_rec.pnd_attribute22;
710: End If;
711: If (p_rec.pnd_attribute23 = hr_api.g_varchar2) then
712: p_rec.pnd_attribute23 :=
713: ben_pnd_shd.g_old_rec.pnd_attribute23;

Line 713: ben_pnd_shd.g_old_rec.pnd_attribute23;

709: ben_pnd_shd.g_old_rec.pnd_attribute22;
710: End If;
711: If (p_rec.pnd_attribute23 = hr_api.g_varchar2) then
712: p_rec.pnd_attribute23 :=
713: ben_pnd_shd.g_old_rec.pnd_attribute23;
714: End If;
715: If (p_rec.pnd_attribute24 = hr_api.g_varchar2) then
716: p_rec.pnd_attribute24 :=
717: ben_pnd_shd.g_old_rec.pnd_attribute24;

Line 717: ben_pnd_shd.g_old_rec.pnd_attribute24;

713: ben_pnd_shd.g_old_rec.pnd_attribute23;
714: End If;
715: If (p_rec.pnd_attribute24 = hr_api.g_varchar2) then
716: p_rec.pnd_attribute24 :=
717: ben_pnd_shd.g_old_rec.pnd_attribute24;
718: End If;
719: If (p_rec.pnd_attribute25 = hr_api.g_varchar2) then
720: p_rec.pnd_attribute25 :=
721: ben_pnd_shd.g_old_rec.pnd_attribute25;

Line 721: ben_pnd_shd.g_old_rec.pnd_attribute25;

717: ben_pnd_shd.g_old_rec.pnd_attribute24;
718: End If;
719: If (p_rec.pnd_attribute25 = hr_api.g_varchar2) then
720: p_rec.pnd_attribute25 :=
721: ben_pnd_shd.g_old_rec.pnd_attribute25;
722: End If;
723: If (p_rec.pnd_attribute26 = hr_api.g_varchar2) then
724: p_rec.pnd_attribute26 :=
725: ben_pnd_shd.g_old_rec.pnd_attribute26;

Line 725: ben_pnd_shd.g_old_rec.pnd_attribute26;

721: ben_pnd_shd.g_old_rec.pnd_attribute25;
722: End If;
723: If (p_rec.pnd_attribute26 = hr_api.g_varchar2) then
724: p_rec.pnd_attribute26 :=
725: ben_pnd_shd.g_old_rec.pnd_attribute26;
726: End If;
727: If (p_rec.pnd_attribute27 = hr_api.g_varchar2) then
728: p_rec.pnd_attribute27 :=
729: ben_pnd_shd.g_old_rec.pnd_attribute27;

Line 729: ben_pnd_shd.g_old_rec.pnd_attribute27;

725: ben_pnd_shd.g_old_rec.pnd_attribute26;
726: End If;
727: If (p_rec.pnd_attribute27 = hr_api.g_varchar2) then
728: p_rec.pnd_attribute27 :=
729: ben_pnd_shd.g_old_rec.pnd_attribute27;
730: End If;
731: If (p_rec.pnd_attribute28 = hr_api.g_varchar2) then
732: p_rec.pnd_attribute28 :=
733: ben_pnd_shd.g_old_rec.pnd_attribute28;

Line 733: ben_pnd_shd.g_old_rec.pnd_attribute28;

729: ben_pnd_shd.g_old_rec.pnd_attribute27;
730: End If;
731: If (p_rec.pnd_attribute28 = hr_api.g_varchar2) then
732: p_rec.pnd_attribute28 :=
733: ben_pnd_shd.g_old_rec.pnd_attribute28;
734: End If;
735: If (p_rec.pnd_attribute29 = hr_api.g_varchar2) then
736: p_rec.pnd_attribute29 :=
737: ben_pnd_shd.g_old_rec.pnd_attribute29;

Line 737: ben_pnd_shd.g_old_rec.pnd_attribute29;

733: ben_pnd_shd.g_old_rec.pnd_attribute28;
734: End If;
735: If (p_rec.pnd_attribute29 = hr_api.g_varchar2) then
736: p_rec.pnd_attribute29 :=
737: ben_pnd_shd.g_old_rec.pnd_attribute29;
738: End If;
739: If (p_rec.pnd_attribute30 = hr_api.g_varchar2) then
740: p_rec.pnd_attribute30 :=
741: ben_pnd_shd.g_old_rec.pnd_attribute30;

Line 741: ben_pnd_shd.g_old_rec.pnd_attribute30;

737: ben_pnd_shd.g_old_rec.pnd_attribute29;
738: End If;
739: If (p_rec.pnd_attribute30 = hr_api.g_varchar2) then
740: p_rec.pnd_attribute30 :=
741: ben_pnd_shd.g_old_rec.pnd_attribute30;
742: End If;
743: If (p_rec.request_id = hr_api.g_number) then
744: p_rec.request_id :=
745: ben_pnd_shd.g_old_rec.request_id;

Line 745: ben_pnd_shd.g_old_rec.request_id;

741: ben_pnd_shd.g_old_rec.pnd_attribute30;
742: End If;
743: If (p_rec.request_id = hr_api.g_number) then
744: p_rec.request_id :=
745: ben_pnd_shd.g_old_rec.request_id;
746: End If;
747: If (p_rec.program_application_id = hr_api.g_number) then
748: p_rec.program_application_id :=
749: ben_pnd_shd.g_old_rec.program_application_id;

Line 749: ben_pnd_shd.g_old_rec.program_application_id;

745: ben_pnd_shd.g_old_rec.request_id;
746: End If;
747: If (p_rec.program_application_id = hr_api.g_number) then
748: p_rec.program_application_id :=
749: ben_pnd_shd.g_old_rec.program_application_id;
750: End If;
751: If (p_rec.program_id = hr_api.g_number) then
752: p_rec.program_id :=
753: ben_pnd_shd.g_old_rec.program_id;

Line 753: ben_pnd_shd.g_old_rec.program_id;

749: ben_pnd_shd.g_old_rec.program_application_id;
750: End If;
751: If (p_rec.program_id = hr_api.g_number) then
752: p_rec.program_id :=
753: ben_pnd_shd.g_old_rec.program_id;
754: End If;
755: If (p_rec.program_update_date = hr_api.g_date) then
756: p_rec.program_update_date :=
757: ben_pnd_shd.g_old_rec.program_update_date;

Line 757: ben_pnd_shd.g_old_rec.program_update_date;

753: ben_pnd_shd.g_old_rec.program_id;
754: End If;
755: If (p_rec.program_update_date = hr_api.g_date) then
756: p_rec.program_update_date :=
757: ben_pnd_shd.g_old_rec.program_update_date;
758: End If;
759:
760: --
761: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 770: p_rec in out nocopy ben_pnd_shd.g_rec_type,

766: -- |---------------------------------< upd >----------------------------------|
767: -- ----------------------------------------------------------------------------
768: Procedure upd
769: (
770: p_rec in out nocopy ben_pnd_shd.g_rec_type,
771: p_effective_date in date,
772: p_datetrack_mode in varchar2
773: ) is
774: --

Line 788: ben_pnd_shd.lck

784: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
785: --
786: -- We must lock the row which we need to update.
787: --
788: ben_pnd_shd.lck
789: (p_effective_date => p_effective_date,
790: p_datetrack_mode => p_datetrack_mode,
791: p_pl_dpnt_cvg_ctfn_id => p_rec.pl_dpnt_cvg_ctfn_id,
792: p_object_version_number => p_rec.object_version_number,

Line 894: l_rec ben_pnd_shd.g_rec_type;

890: p_effective_date in date,
891: p_datetrack_mode in varchar2
892: ) is
893: --
894: l_rec ben_pnd_shd.g_rec_type;
895: l_proc varchar2(72) := g_package||'upd';
896: --
897: Begin
898: hr_utility.set_location('Entering:'||l_proc, 5);

Line 904: ben_pnd_shd.convert_args

900: -- Call conversion function to turn arguments into the
901: -- l_rec structure.
902: --
903: l_rec :=
904: ben_pnd_shd.convert_args
905: (
906: p_pl_dpnt_cvg_ctfn_id,
907: null,
908: null,