DBA Data[Home] [Help]

APPS.BEN_PGC_UPD dependencies on BEN_PGC_SHD

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

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

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

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

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

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

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

Line 145: ben_pgc_shd.constraint_error

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

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

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

Line 150: ben_pgc_shd.constraint_error

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

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

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

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

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

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

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

Line 269: ben_pgc_shd.upd_effective_end_date

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

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

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

Line 394: (p_rec in ben_pgc_shd.g_rec_type,

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

Line 459: ,p_effective_start_date_o =>ben_pgc_shd.g_old_rec.effective_start_date

455: ,p_effective_date =>p_effective_date
456: ,p_datetrack_mode =>p_datetrack_mode
457: ,p_validation_start_date =>p_validation_start_date
458: ,p_validation_end_date =>p_validation_end_date
459: ,p_effective_start_date_o =>ben_pgc_shd.g_old_rec.effective_start_date
460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date
461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag

Line 460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date

456: ,p_datetrack_mode =>p_datetrack_mode
457: ,p_validation_start_date =>p_validation_start_date
458: ,p_validation_end_date =>p_validation_end_date
459: ,p_effective_start_date_o =>ben_pgc_shd.g_old_rec.effective_start_date
460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date
461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl

Line 461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id

457: ,p_validation_start_date =>p_validation_start_date
458: ,p_validation_end_date =>p_validation_end_date
459: ,p_effective_start_date_o =>ben_pgc_shd.g_old_rec.effective_start_date
460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date
461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag

Line 462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id

458: ,p_validation_end_date =>p_validation_end_date
459: ,p_effective_start_date_o =>ben_pgc_shd.g_old_rec.effective_start_date
460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date
461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd

Line 463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag

459: ,p_effective_start_date_o =>ben_pgc_shd.g_old_rec.effective_start_date
460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date
461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag

Line 464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl

460: ,p_effective_end_date_o =>ben_pgc_shd.g_old_rec.effective_end_date
461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd

Line 465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag

461: ,p_business_group_id_o =>ben_pgc_shd.g_old_rec.business_group_id
462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category

Line 466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd

462: ,p_pgm_id_o =>ben_pgc_shd.g_old_rec.pgm_id
463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1

Line 467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag

463: ,p_lack_ctfn_sspnd_enrt_flag_o =>ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag
464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2

Line 468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd

464: ,p_ctfn_rqd_when_rl_o =>ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl
465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3

Line 469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category

465: ,p_pfd_flag_o =>ben_pgc_shd.g_old_rec.pfd_flag
466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4

Line 470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1

466: ,p_dpnt_cvg_ctfn_typ_cd_o =>ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd
467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5

Line 471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2

467: ,p_rqd_flag_o =>ben_pgc_shd.g_old_rec.rqd_flag
468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6

Line 472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3

468: ,p_rlshp_typ_cd_o =>ben_pgc_shd.g_old_rec.rlshp_typ_cd
469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7

Line 473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4

469: ,p_pgc_attribute_category_o =>ben_pgc_shd.g_old_rec.pgc_attribute_category
470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8

Line 474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5

470: ,p_pgc_attribute1_o =>ben_pgc_shd.g_old_rec.pgc_attribute1
471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9

Line 475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6

471: ,p_pgc_attribute2_o =>ben_pgc_shd.g_old_rec.pgc_attribute2
472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10

Line 476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7

472: ,p_pgc_attribute3_o =>ben_pgc_shd.g_old_rec.pgc_attribute3
473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11

Line 477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8

473: ,p_pgc_attribute4_o =>ben_pgc_shd.g_old_rec.pgc_attribute4
474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12

Line 478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9

474: ,p_pgc_attribute5_o =>ben_pgc_shd.g_old_rec.pgc_attribute5
475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13

Line 479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10

475: ,p_pgc_attribute6_o =>ben_pgc_shd.g_old_rec.pgc_attribute6
476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14

Line 480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11

476: ,p_pgc_attribute7_o =>ben_pgc_shd.g_old_rec.pgc_attribute7
477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15

Line 481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12

477: ,p_pgc_attribute8_o =>ben_pgc_shd.g_old_rec.pgc_attribute8
478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16

Line 482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13

478: ,p_pgc_attribute9_o =>ben_pgc_shd.g_old_rec.pgc_attribute9
479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17

Line 483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14

479: ,p_pgc_attribute10_o =>ben_pgc_shd.g_old_rec.pgc_attribute10
480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18

Line 484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15

480: ,p_pgc_attribute11_o =>ben_pgc_shd.g_old_rec.pgc_attribute11
481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19

Line 485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16

481: ,p_pgc_attribute12_o =>ben_pgc_shd.g_old_rec.pgc_attribute12
482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20

Line 486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17

482: ,p_pgc_attribute13_o =>ben_pgc_shd.g_old_rec.pgc_attribute13
483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21

Line 487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18

483: ,p_pgc_attribute14_o =>ben_pgc_shd.g_old_rec.pgc_attribute14
484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22

Line 488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19

484: ,p_pgc_attribute15_o =>ben_pgc_shd.g_old_rec.pgc_attribute15
485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23

Line 489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20

485: ,p_pgc_attribute16_o =>ben_pgc_shd.g_old_rec.pgc_attribute16
486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24

Line 490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21

486: ,p_pgc_attribute17_o =>ben_pgc_shd.g_old_rec.pgc_attribute17
487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25

Line 491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22

487: ,p_pgc_attribute18_o =>ben_pgc_shd.g_old_rec.pgc_attribute18
488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26

Line 492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23

488: ,p_pgc_attribute19_o =>ben_pgc_shd.g_old_rec.pgc_attribute19
489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27

Line 493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24

489: ,p_pgc_attribute20_o =>ben_pgc_shd.g_old_rec.pgc_attribute20
490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28

Line 494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25

490: ,p_pgc_attribute21_o =>ben_pgc_shd.g_old_rec.pgc_attribute21
491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29

Line 495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26

491: ,p_pgc_attribute22_o =>ben_pgc_shd.g_old_rec.pgc_attribute22
492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29
499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30

Line 496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27

492: ,p_pgc_attribute23_o =>ben_pgc_shd.g_old_rec.pgc_attribute23
493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29
499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30
500: ,p_object_version_number_o =>ben_pgc_shd.g_old_rec.object_version_number

Line 497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28

493: ,p_pgc_attribute24_o =>ben_pgc_shd.g_old_rec.pgc_attribute24
494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29
499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30
500: ,p_object_version_number_o =>ben_pgc_shd.g_old_rec.object_version_number
501: );

Line 498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29

494: ,p_pgc_attribute25_o =>ben_pgc_shd.g_old_rec.pgc_attribute25
495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29
499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30
500: ,p_object_version_number_o =>ben_pgc_shd.g_old_rec.object_version_number
501: );
502: --

Line 499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30

495: ,p_pgc_attribute26_o =>ben_pgc_shd.g_old_rec.pgc_attribute26
496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29
499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30
500: ,p_object_version_number_o =>ben_pgc_shd.g_old_rec.object_version_number
501: );
502: --
503: exception

Line 500: ,p_object_version_number_o =>ben_pgc_shd.g_old_rec.object_version_number

496: ,p_pgc_attribute27_o =>ben_pgc_shd.g_old_rec.pgc_attribute27
497: ,p_pgc_attribute28_o =>ben_pgc_shd.g_old_rec.pgc_attribute28
498: ,p_pgc_attribute29_o =>ben_pgc_shd.g_old_rec.pgc_attribute29
499: ,p_pgc_attribute30_o =>ben_pgc_shd.g_old_rec.pgc_attribute30
500: ,p_object_version_number_o =>ben_pgc_shd.g_old_rec.object_version_number
501: );
502: --
503: exception
504: --

Line 562: Procedure convert_defs(p_rec in out nocopy ben_pgc_shd.g_rec_type) is

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

Line 577: ben_pgc_shd.g_old_rec.business_group_id;

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

Line 581: ben_pgc_shd.g_old_rec.pgm_id;

577: ben_pgc_shd.g_old_rec.business_group_id;
578: End If;
579: If (p_rec.pgm_id = hr_api.g_number) then
580: p_rec.pgm_id :=
581: ben_pgc_shd.g_old_rec.pgm_id;
582: End If;
583: If (p_rec.lack_ctfn_sspnd_enrt_flag = hr_api.g_varchar2) then
584: p_rec.lack_ctfn_sspnd_enrt_flag :=
585: ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;

Line 585: ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;

581: ben_pgc_shd.g_old_rec.pgm_id;
582: End If;
583: If (p_rec.lack_ctfn_sspnd_enrt_flag = hr_api.g_varchar2) then
584: p_rec.lack_ctfn_sspnd_enrt_flag :=
585: ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;
586: End If;
587: If (p_rec.ctfn_rqd_when_rl = hr_api.g_number) then
588: p_rec.ctfn_rqd_when_rl :=
589: ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl;

Line 589: ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl;

585: ben_pgc_shd.g_old_rec.lack_ctfn_sspnd_enrt_flag;
586: End If;
587: If (p_rec.ctfn_rqd_when_rl = hr_api.g_number) then
588: p_rec.ctfn_rqd_when_rl :=
589: ben_pgc_shd.g_old_rec.ctfn_rqd_when_rl;
590: End If;
591: If (p_rec.pfd_flag = hr_api.g_varchar2) then
592: p_rec.pfd_flag :=
593: ben_pgc_shd.g_old_rec.pfd_flag;

Line 593: ben_pgc_shd.g_old_rec.pfd_flag;

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

Line 597: ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;

593: ben_pgc_shd.g_old_rec.pfd_flag;
594: End If;
595: If (p_rec.dpnt_cvg_ctfn_typ_cd = hr_api.g_varchar2) then
596: p_rec.dpnt_cvg_ctfn_typ_cd :=
597: ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;
598: End If;
599: If (p_rec.rqd_flag = hr_api.g_varchar2) then
600: p_rec.rqd_flag :=
601: ben_pgc_shd.g_old_rec.rqd_flag;

Line 601: ben_pgc_shd.g_old_rec.rqd_flag;

597: ben_pgc_shd.g_old_rec.dpnt_cvg_ctfn_typ_cd;
598: End If;
599: If (p_rec.rqd_flag = hr_api.g_varchar2) then
600: p_rec.rqd_flag :=
601: ben_pgc_shd.g_old_rec.rqd_flag;
602: End If;
603: If (p_rec.rlshp_typ_cd = hr_api.g_varchar2) then
604: p_rec.rlshp_typ_cd :=
605: ben_pgc_shd.g_old_rec.rlshp_typ_cd;

Line 605: ben_pgc_shd.g_old_rec.rlshp_typ_cd;

601: ben_pgc_shd.g_old_rec.rqd_flag;
602: End If;
603: If (p_rec.rlshp_typ_cd = hr_api.g_varchar2) then
604: p_rec.rlshp_typ_cd :=
605: ben_pgc_shd.g_old_rec.rlshp_typ_cd;
606: End If;
607: If (p_rec.pgc_attribute_category = hr_api.g_varchar2) then
608: p_rec.pgc_attribute_category :=
609: ben_pgc_shd.g_old_rec.pgc_attribute_category;

Line 609: ben_pgc_shd.g_old_rec.pgc_attribute_category;

605: ben_pgc_shd.g_old_rec.rlshp_typ_cd;
606: End If;
607: If (p_rec.pgc_attribute_category = hr_api.g_varchar2) then
608: p_rec.pgc_attribute_category :=
609: ben_pgc_shd.g_old_rec.pgc_attribute_category;
610: End If;
611: If (p_rec.pgc_attribute1 = hr_api.g_varchar2) then
612: p_rec.pgc_attribute1 :=
613: ben_pgc_shd.g_old_rec.pgc_attribute1;

Line 613: ben_pgc_shd.g_old_rec.pgc_attribute1;

609: ben_pgc_shd.g_old_rec.pgc_attribute_category;
610: End If;
611: If (p_rec.pgc_attribute1 = hr_api.g_varchar2) then
612: p_rec.pgc_attribute1 :=
613: ben_pgc_shd.g_old_rec.pgc_attribute1;
614: End If;
615: If (p_rec.pgc_attribute2 = hr_api.g_varchar2) then
616: p_rec.pgc_attribute2 :=
617: ben_pgc_shd.g_old_rec.pgc_attribute2;

Line 617: ben_pgc_shd.g_old_rec.pgc_attribute2;

613: ben_pgc_shd.g_old_rec.pgc_attribute1;
614: End If;
615: If (p_rec.pgc_attribute2 = hr_api.g_varchar2) then
616: p_rec.pgc_attribute2 :=
617: ben_pgc_shd.g_old_rec.pgc_attribute2;
618: End If;
619: If (p_rec.pgc_attribute3 = hr_api.g_varchar2) then
620: p_rec.pgc_attribute3 :=
621: ben_pgc_shd.g_old_rec.pgc_attribute3;

Line 621: ben_pgc_shd.g_old_rec.pgc_attribute3;

617: ben_pgc_shd.g_old_rec.pgc_attribute2;
618: End If;
619: If (p_rec.pgc_attribute3 = hr_api.g_varchar2) then
620: p_rec.pgc_attribute3 :=
621: ben_pgc_shd.g_old_rec.pgc_attribute3;
622: End If;
623: If (p_rec.pgc_attribute4 = hr_api.g_varchar2) then
624: p_rec.pgc_attribute4 :=
625: ben_pgc_shd.g_old_rec.pgc_attribute4;

Line 625: ben_pgc_shd.g_old_rec.pgc_attribute4;

621: ben_pgc_shd.g_old_rec.pgc_attribute3;
622: End If;
623: If (p_rec.pgc_attribute4 = hr_api.g_varchar2) then
624: p_rec.pgc_attribute4 :=
625: ben_pgc_shd.g_old_rec.pgc_attribute4;
626: End If;
627: If (p_rec.pgc_attribute5 = hr_api.g_varchar2) then
628: p_rec.pgc_attribute5 :=
629: ben_pgc_shd.g_old_rec.pgc_attribute5;

Line 629: ben_pgc_shd.g_old_rec.pgc_attribute5;

625: ben_pgc_shd.g_old_rec.pgc_attribute4;
626: End If;
627: If (p_rec.pgc_attribute5 = hr_api.g_varchar2) then
628: p_rec.pgc_attribute5 :=
629: ben_pgc_shd.g_old_rec.pgc_attribute5;
630: End If;
631: If (p_rec.pgc_attribute6 = hr_api.g_varchar2) then
632: p_rec.pgc_attribute6 :=
633: ben_pgc_shd.g_old_rec.pgc_attribute6;

Line 633: ben_pgc_shd.g_old_rec.pgc_attribute6;

629: ben_pgc_shd.g_old_rec.pgc_attribute5;
630: End If;
631: If (p_rec.pgc_attribute6 = hr_api.g_varchar2) then
632: p_rec.pgc_attribute6 :=
633: ben_pgc_shd.g_old_rec.pgc_attribute6;
634: End If;
635: If (p_rec.pgc_attribute7 = hr_api.g_varchar2) then
636: p_rec.pgc_attribute7 :=
637: ben_pgc_shd.g_old_rec.pgc_attribute7;

Line 637: ben_pgc_shd.g_old_rec.pgc_attribute7;

633: ben_pgc_shd.g_old_rec.pgc_attribute6;
634: End If;
635: If (p_rec.pgc_attribute7 = hr_api.g_varchar2) then
636: p_rec.pgc_attribute7 :=
637: ben_pgc_shd.g_old_rec.pgc_attribute7;
638: End If;
639: If (p_rec.pgc_attribute8 = hr_api.g_varchar2) then
640: p_rec.pgc_attribute8 :=
641: ben_pgc_shd.g_old_rec.pgc_attribute8;

Line 641: ben_pgc_shd.g_old_rec.pgc_attribute8;

637: ben_pgc_shd.g_old_rec.pgc_attribute7;
638: End If;
639: If (p_rec.pgc_attribute8 = hr_api.g_varchar2) then
640: p_rec.pgc_attribute8 :=
641: ben_pgc_shd.g_old_rec.pgc_attribute8;
642: End If;
643: If (p_rec.pgc_attribute9 = hr_api.g_varchar2) then
644: p_rec.pgc_attribute9 :=
645: ben_pgc_shd.g_old_rec.pgc_attribute9;

Line 645: ben_pgc_shd.g_old_rec.pgc_attribute9;

641: ben_pgc_shd.g_old_rec.pgc_attribute8;
642: End If;
643: If (p_rec.pgc_attribute9 = hr_api.g_varchar2) then
644: p_rec.pgc_attribute9 :=
645: ben_pgc_shd.g_old_rec.pgc_attribute9;
646: End If;
647: If (p_rec.pgc_attribute10 = hr_api.g_varchar2) then
648: p_rec.pgc_attribute10 :=
649: ben_pgc_shd.g_old_rec.pgc_attribute10;

Line 649: ben_pgc_shd.g_old_rec.pgc_attribute10;

645: ben_pgc_shd.g_old_rec.pgc_attribute9;
646: End If;
647: If (p_rec.pgc_attribute10 = hr_api.g_varchar2) then
648: p_rec.pgc_attribute10 :=
649: ben_pgc_shd.g_old_rec.pgc_attribute10;
650: End If;
651: If (p_rec.pgc_attribute11 = hr_api.g_varchar2) then
652: p_rec.pgc_attribute11 :=
653: ben_pgc_shd.g_old_rec.pgc_attribute11;

Line 653: ben_pgc_shd.g_old_rec.pgc_attribute11;

649: ben_pgc_shd.g_old_rec.pgc_attribute10;
650: End If;
651: If (p_rec.pgc_attribute11 = hr_api.g_varchar2) then
652: p_rec.pgc_attribute11 :=
653: ben_pgc_shd.g_old_rec.pgc_attribute11;
654: End If;
655: If (p_rec.pgc_attribute12 = hr_api.g_varchar2) then
656: p_rec.pgc_attribute12 :=
657: ben_pgc_shd.g_old_rec.pgc_attribute12;

Line 657: ben_pgc_shd.g_old_rec.pgc_attribute12;

653: ben_pgc_shd.g_old_rec.pgc_attribute11;
654: End If;
655: If (p_rec.pgc_attribute12 = hr_api.g_varchar2) then
656: p_rec.pgc_attribute12 :=
657: ben_pgc_shd.g_old_rec.pgc_attribute12;
658: End If;
659: If (p_rec.pgc_attribute13 = hr_api.g_varchar2) then
660: p_rec.pgc_attribute13 :=
661: ben_pgc_shd.g_old_rec.pgc_attribute13;

Line 661: ben_pgc_shd.g_old_rec.pgc_attribute13;

657: ben_pgc_shd.g_old_rec.pgc_attribute12;
658: End If;
659: If (p_rec.pgc_attribute13 = hr_api.g_varchar2) then
660: p_rec.pgc_attribute13 :=
661: ben_pgc_shd.g_old_rec.pgc_attribute13;
662: End If;
663: If (p_rec.pgc_attribute14 = hr_api.g_varchar2) then
664: p_rec.pgc_attribute14 :=
665: ben_pgc_shd.g_old_rec.pgc_attribute14;

Line 665: ben_pgc_shd.g_old_rec.pgc_attribute14;

661: ben_pgc_shd.g_old_rec.pgc_attribute13;
662: End If;
663: If (p_rec.pgc_attribute14 = hr_api.g_varchar2) then
664: p_rec.pgc_attribute14 :=
665: ben_pgc_shd.g_old_rec.pgc_attribute14;
666: End If;
667: If (p_rec.pgc_attribute15 = hr_api.g_varchar2) then
668: p_rec.pgc_attribute15 :=
669: ben_pgc_shd.g_old_rec.pgc_attribute15;

Line 669: ben_pgc_shd.g_old_rec.pgc_attribute15;

665: ben_pgc_shd.g_old_rec.pgc_attribute14;
666: End If;
667: If (p_rec.pgc_attribute15 = hr_api.g_varchar2) then
668: p_rec.pgc_attribute15 :=
669: ben_pgc_shd.g_old_rec.pgc_attribute15;
670: End If;
671: If (p_rec.pgc_attribute16 = hr_api.g_varchar2) then
672: p_rec.pgc_attribute16 :=
673: ben_pgc_shd.g_old_rec.pgc_attribute16;

Line 673: ben_pgc_shd.g_old_rec.pgc_attribute16;

669: ben_pgc_shd.g_old_rec.pgc_attribute15;
670: End If;
671: If (p_rec.pgc_attribute16 = hr_api.g_varchar2) then
672: p_rec.pgc_attribute16 :=
673: ben_pgc_shd.g_old_rec.pgc_attribute16;
674: End If;
675: If (p_rec.pgc_attribute17 = hr_api.g_varchar2) then
676: p_rec.pgc_attribute17 :=
677: ben_pgc_shd.g_old_rec.pgc_attribute17;

Line 677: ben_pgc_shd.g_old_rec.pgc_attribute17;

673: ben_pgc_shd.g_old_rec.pgc_attribute16;
674: End If;
675: If (p_rec.pgc_attribute17 = hr_api.g_varchar2) then
676: p_rec.pgc_attribute17 :=
677: ben_pgc_shd.g_old_rec.pgc_attribute17;
678: End If;
679: If (p_rec.pgc_attribute18 = hr_api.g_varchar2) then
680: p_rec.pgc_attribute18 :=
681: ben_pgc_shd.g_old_rec.pgc_attribute18;

Line 681: ben_pgc_shd.g_old_rec.pgc_attribute18;

677: ben_pgc_shd.g_old_rec.pgc_attribute17;
678: End If;
679: If (p_rec.pgc_attribute18 = hr_api.g_varchar2) then
680: p_rec.pgc_attribute18 :=
681: ben_pgc_shd.g_old_rec.pgc_attribute18;
682: End If;
683: If (p_rec.pgc_attribute19 = hr_api.g_varchar2) then
684: p_rec.pgc_attribute19 :=
685: ben_pgc_shd.g_old_rec.pgc_attribute19;

Line 685: ben_pgc_shd.g_old_rec.pgc_attribute19;

681: ben_pgc_shd.g_old_rec.pgc_attribute18;
682: End If;
683: If (p_rec.pgc_attribute19 = hr_api.g_varchar2) then
684: p_rec.pgc_attribute19 :=
685: ben_pgc_shd.g_old_rec.pgc_attribute19;
686: End If;
687: If (p_rec.pgc_attribute20 = hr_api.g_varchar2) then
688: p_rec.pgc_attribute20 :=
689: ben_pgc_shd.g_old_rec.pgc_attribute20;

Line 689: ben_pgc_shd.g_old_rec.pgc_attribute20;

685: ben_pgc_shd.g_old_rec.pgc_attribute19;
686: End If;
687: If (p_rec.pgc_attribute20 = hr_api.g_varchar2) then
688: p_rec.pgc_attribute20 :=
689: ben_pgc_shd.g_old_rec.pgc_attribute20;
690: End If;
691: If (p_rec.pgc_attribute21 = hr_api.g_varchar2) then
692: p_rec.pgc_attribute21 :=
693: ben_pgc_shd.g_old_rec.pgc_attribute21;

Line 693: ben_pgc_shd.g_old_rec.pgc_attribute21;

689: ben_pgc_shd.g_old_rec.pgc_attribute20;
690: End If;
691: If (p_rec.pgc_attribute21 = hr_api.g_varchar2) then
692: p_rec.pgc_attribute21 :=
693: ben_pgc_shd.g_old_rec.pgc_attribute21;
694: End If;
695: If (p_rec.pgc_attribute22 = hr_api.g_varchar2) then
696: p_rec.pgc_attribute22 :=
697: ben_pgc_shd.g_old_rec.pgc_attribute22;

Line 697: ben_pgc_shd.g_old_rec.pgc_attribute22;

693: ben_pgc_shd.g_old_rec.pgc_attribute21;
694: End If;
695: If (p_rec.pgc_attribute22 = hr_api.g_varchar2) then
696: p_rec.pgc_attribute22 :=
697: ben_pgc_shd.g_old_rec.pgc_attribute22;
698: End If;
699: If (p_rec.pgc_attribute23 = hr_api.g_varchar2) then
700: p_rec.pgc_attribute23 :=
701: ben_pgc_shd.g_old_rec.pgc_attribute23;

Line 701: ben_pgc_shd.g_old_rec.pgc_attribute23;

697: ben_pgc_shd.g_old_rec.pgc_attribute22;
698: End If;
699: If (p_rec.pgc_attribute23 = hr_api.g_varchar2) then
700: p_rec.pgc_attribute23 :=
701: ben_pgc_shd.g_old_rec.pgc_attribute23;
702: End If;
703: If (p_rec.pgc_attribute24 = hr_api.g_varchar2) then
704: p_rec.pgc_attribute24 :=
705: ben_pgc_shd.g_old_rec.pgc_attribute24;

Line 705: ben_pgc_shd.g_old_rec.pgc_attribute24;

701: ben_pgc_shd.g_old_rec.pgc_attribute23;
702: End If;
703: If (p_rec.pgc_attribute24 = hr_api.g_varchar2) then
704: p_rec.pgc_attribute24 :=
705: ben_pgc_shd.g_old_rec.pgc_attribute24;
706: End If;
707: If (p_rec.pgc_attribute25 = hr_api.g_varchar2) then
708: p_rec.pgc_attribute25 :=
709: ben_pgc_shd.g_old_rec.pgc_attribute25;

Line 709: ben_pgc_shd.g_old_rec.pgc_attribute25;

705: ben_pgc_shd.g_old_rec.pgc_attribute24;
706: End If;
707: If (p_rec.pgc_attribute25 = hr_api.g_varchar2) then
708: p_rec.pgc_attribute25 :=
709: ben_pgc_shd.g_old_rec.pgc_attribute25;
710: End If;
711: If (p_rec.pgc_attribute26 = hr_api.g_varchar2) then
712: p_rec.pgc_attribute26 :=
713: ben_pgc_shd.g_old_rec.pgc_attribute26;

Line 713: ben_pgc_shd.g_old_rec.pgc_attribute26;

709: ben_pgc_shd.g_old_rec.pgc_attribute25;
710: End If;
711: If (p_rec.pgc_attribute26 = hr_api.g_varchar2) then
712: p_rec.pgc_attribute26 :=
713: ben_pgc_shd.g_old_rec.pgc_attribute26;
714: End If;
715: If (p_rec.pgc_attribute27 = hr_api.g_varchar2) then
716: p_rec.pgc_attribute27 :=
717: ben_pgc_shd.g_old_rec.pgc_attribute27;

Line 717: ben_pgc_shd.g_old_rec.pgc_attribute27;

713: ben_pgc_shd.g_old_rec.pgc_attribute26;
714: End If;
715: If (p_rec.pgc_attribute27 = hr_api.g_varchar2) then
716: p_rec.pgc_attribute27 :=
717: ben_pgc_shd.g_old_rec.pgc_attribute27;
718: End If;
719: If (p_rec.pgc_attribute28 = hr_api.g_varchar2) then
720: p_rec.pgc_attribute28 :=
721: ben_pgc_shd.g_old_rec.pgc_attribute28;

Line 721: ben_pgc_shd.g_old_rec.pgc_attribute28;

717: ben_pgc_shd.g_old_rec.pgc_attribute27;
718: End If;
719: If (p_rec.pgc_attribute28 = hr_api.g_varchar2) then
720: p_rec.pgc_attribute28 :=
721: ben_pgc_shd.g_old_rec.pgc_attribute28;
722: End If;
723: If (p_rec.pgc_attribute29 = hr_api.g_varchar2) then
724: p_rec.pgc_attribute29 :=
725: ben_pgc_shd.g_old_rec.pgc_attribute29;

Line 725: ben_pgc_shd.g_old_rec.pgc_attribute29;

721: ben_pgc_shd.g_old_rec.pgc_attribute28;
722: End If;
723: If (p_rec.pgc_attribute29 = hr_api.g_varchar2) then
724: p_rec.pgc_attribute29 :=
725: ben_pgc_shd.g_old_rec.pgc_attribute29;
726: End If;
727: If (p_rec.pgc_attribute30 = hr_api.g_varchar2) then
728: p_rec.pgc_attribute30 :=
729: ben_pgc_shd.g_old_rec.pgc_attribute30;

Line 729: ben_pgc_shd.g_old_rec.pgc_attribute30;

725: ben_pgc_shd.g_old_rec.pgc_attribute29;
726: End If;
727: If (p_rec.pgc_attribute30 = hr_api.g_varchar2) then
728: p_rec.pgc_attribute30 :=
729: ben_pgc_shd.g_old_rec.pgc_attribute30;
730: End If;
731:
732: --
733: hr_utility.set_location(' Leaving:'||l_proc, 10);

Line 742: p_rec in out nocopy ben_pgc_shd.g_rec_type,

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

Line 760: ben_pgc_shd.lck

756: dt_api.validate_dt_upd_mode(p_datetrack_mode => p_datetrack_mode);
757: --
758: -- We must lock the row which we need to update.
759: --
760: ben_pgc_shd.lck
761: (p_effective_date => p_effective_date,
762: p_datetrack_mode => p_datetrack_mode,
763: p_pgm_dpnt_cvg_ctfn_id => p_rec.pgm_dpnt_cvg_ctfn_id,
764: p_object_version_number => p_rec.object_version_number,

Line 862: l_rec ben_pgc_shd.g_rec_type;

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

Line 872: ben_pgc_shd.convert_args

868: -- Call conversion function to turn arguments into the
869: -- l_rec structure.
870: --
871: l_rec :=
872: ben_pgc_shd.convert_args
873: (
874: p_pgm_dpnt_cvg_ctfn_id,
875: null,
876: null,