DBA Data[Home] [Help]

APPS.PAY_PRF_UPD dependencies on PAY_PRF_SHD

Line 55: (p_rec in out nocopy pay_prf_shd.g_rec_type

51: --
52: -- {End Of Comments}
53: -- ----------------------------------------------------------------------------
54: Procedure update_dml
55: (p_rec in out nocopy pay_prf_shd.g_rec_type
56: ) is
57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --

Line 156: pay_prf_shd.constraint_error

152: Exception
153: When hr_api.check_integrity_violated Then
154: -- A check constraint has been violated
155: --
156: pay_prf_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: --

Line 161: pay_prf_shd.constraint_error

157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: --
161: pay_prf_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: --

Line 166: pay_prf_shd.constraint_error

162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: --
166: pay_prf_shd.constraint_error
167: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
168: When Others Then
169: --
170: Raise;

Line 206: (p_rec in pay_prf_shd.g_rec_type

202: --
203: -- {End Of Comments}
204: -- ----------------------------------------------------------------------------
205: Procedure pre_update
206: (p_rec in pay_prf_shd.g_rec_type
207: ) is
208: --
209: l_proc varchar2(72) := g_package||'pre_update';
210: --

Line 250: (p_rec in pay_prf_shd.g_rec_type

246: --
247: -- {End Of Comments}
248: -- ----------------------------------------------------------------------------
249: Procedure post_update
250: (p_rec in pay_prf_shd.g_rec_type
251: ) is
252: --
253: l_proc varchar2(72) := g_package||'post_update';
254: --

Line 409: => pay_prf_shd.g_old_rec.effective_start_date

405: => p_rec.ran_information29
406: ,p_ran_information30
407: => p_rec.ran_information30
408: ,p_effective_start_date_o
409: => pay_prf_shd.g_old_rec.effective_start_date
410: ,p_effective_end_date_o
411: => pay_prf_shd.g_old_rec.effective_end_date
412: ,p_range_table_number_o
413: => pay_prf_shd.g_old_rec.range_table_number

Line 411: => pay_prf_shd.g_old_rec.effective_end_date

407: => p_rec.ran_information30
408: ,p_effective_start_date_o
409: => pay_prf_shd.g_old_rec.effective_start_date
410: ,p_effective_end_date_o
411: => pay_prf_shd.g_old_rec.effective_end_date
412: ,p_range_table_number_o
413: => pay_prf_shd.g_old_rec.range_table_number
414: ,p_row_value_uom_o
415: => pay_prf_shd.g_old_rec.row_value_uom

Line 413: => pay_prf_shd.g_old_rec.range_table_number

409: => pay_prf_shd.g_old_rec.effective_start_date
410: ,p_effective_end_date_o
411: => pay_prf_shd.g_old_rec.effective_end_date
412: ,p_range_table_number_o
413: => pay_prf_shd.g_old_rec.range_table_number
414: ,p_row_value_uom_o
415: => pay_prf_shd.g_old_rec.row_value_uom
416: ,p_period_frequency_o
417: => pay_prf_shd.g_old_rec.period_frequency

Line 415: => pay_prf_shd.g_old_rec.row_value_uom

411: => pay_prf_shd.g_old_rec.effective_end_date
412: ,p_range_table_number_o
413: => pay_prf_shd.g_old_rec.range_table_number
414: ,p_row_value_uom_o
415: => pay_prf_shd.g_old_rec.row_value_uom
416: ,p_period_frequency_o
417: => pay_prf_shd.g_old_rec.period_frequency
418: ,p_earnings_type_o
419: => pay_prf_shd.g_old_rec.earnings_type

Line 417: => pay_prf_shd.g_old_rec.period_frequency

413: => pay_prf_shd.g_old_rec.range_table_number
414: ,p_row_value_uom_o
415: => pay_prf_shd.g_old_rec.row_value_uom
416: ,p_period_frequency_o
417: => pay_prf_shd.g_old_rec.period_frequency
418: ,p_earnings_type_o
419: => pay_prf_shd.g_old_rec.earnings_type
420: ,p_business_group_id_o
421: => pay_prf_shd.g_old_rec.business_group_id

Line 419: => pay_prf_shd.g_old_rec.earnings_type

415: => pay_prf_shd.g_old_rec.row_value_uom
416: ,p_period_frequency_o
417: => pay_prf_shd.g_old_rec.period_frequency
418: ,p_earnings_type_o
419: => pay_prf_shd.g_old_rec.earnings_type
420: ,p_business_group_id_o
421: => pay_prf_shd.g_old_rec.business_group_id
422: ,p_legislation_code_o
423: => pay_prf_shd.g_old_rec.legislation_code

Line 421: => pay_prf_shd.g_old_rec.business_group_id

417: => pay_prf_shd.g_old_rec.period_frequency
418: ,p_earnings_type_o
419: => pay_prf_shd.g_old_rec.earnings_type
420: ,p_business_group_id_o
421: => pay_prf_shd.g_old_rec.business_group_id
422: ,p_legislation_code_o
423: => pay_prf_shd.g_old_rec.legislation_code
424: ,p_last_updated_login_o
425: => pay_prf_shd.g_old_rec.last_updated_login

Line 423: => pay_prf_shd.g_old_rec.legislation_code

419: => pay_prf_shd.g_old_rec.earnings_type
420: ,p_business_group_id_o
421: => pay_prf_shd.g_old_rec.business_group_id
422: ,p_legislation_code_o
423: => pay_prf_shd.g_old_rec.legislation_code
424: ,p_last_updated_login_o
425: => pay_prf_shd.g_old_rec.last_updated_login
426: ,p_created_date_o
427: => pay_prf_shd.g_old_rec.created_date

Line 425: => pay_prf_shd.g_old_rec.last_updated_login

421: => pay_prf_shd.g_old_rec.business_group_id
422: ,p_legislation_code_o
423: => pay_prf_shd.g_old_rec.legislation_code
424: ,p_last_updated_login_o
425: => pay_prf_shd.g_old_rec.last_updated_login
426: ,p_created_date_o
427: => pay_prf_shd.g_old_rec.created_date
428: ,p_object_version_number_o
429: => pay_prf_shd.g_old_rec.object_version_number

Line 427: => pay_prf_shd.g_old_rec.created_date

423: => pay_prf_shd.g_old_rec.legislation_code
424: ,p_last_updated_login_o
425: => pay_prf_shd.g_old_rec.last_updated_login
426: ,p_created_date_o
427: => pay_prf_shd.g_old_rec.created_date
428: ,p_object_version_number_o
429: => pay_prf_shd.g_old_rec.object_version_number
430: ,p_attribute_category_o
431: => pay_prf_shd.g_old_rec.attribute_category

Line 429: => pay_prf_shd.g_old_rec.object_version_number

425: => pay_prf_shd.g_old_rec.last_updated_login
426: ,p_created_date_o
427: => pay_prf_shd.g_old_rec.created_date
428: ,p_object_version_number_o
429: => pay_prf_shd.g_old_rec.object_version_number
430: ,p_attribute_category_o
431: => pay_prf_shd.g_old_rec.attribute_category
432: ,p_attribute1_o
433: => pay_prf_shd.g_old_rec.attribute1

Line 431: => pay_prf_shd.g_old_rec.attribute_category

427: => pay_prf_shd.g_old_rec.created_date
428: ,p_object_version_number_o
429: => pay_prf_shd.g_old_rec.object_version_number
430: ,p_attribute_category_o
431: => pay_prf_shd.g_old_rec.attribute_category
432: ,p_attribute1_o
433: => pay_prf_shd.g_old_rec.attribute1
434: ,p_attribute2_o
435: => pay_prf_shd.g_old_rec.attribute2

Line 433: => pay_prf_shd.g_old_rec.attribute1

429: => pay_prf_shd.g_old_rec.object_version_number
430: ,p_attribute_category_o
431: => pay_prf_shd.g_old_rec.attribute_category
432: ,p_attribute1_o
433: => pay_prf_shd.g_old_rec.attribute1
434: ,p_attribute2_o
435: => pay_prf_shd.g_old_rec.attribute2
436: ,p_attribute3_o
437: => pay_prf_shd.g_old_rec.attribute3

Line 435: => pay_prf_shd.g_old_rec.attribute2

431: => pay_prf_shd.g_old_rec.attribute_category
432: ,p_attribute1_o
433: => pay_prf_shd.g_old_rec.attribute1
434: ,p_attribute2_o
435: => pay_prf_shd.g_old_rec.attribute2
436: ,p_attribute3_o
437: => pay_prf_shd.g_old_rec.attribute3
438: ,p_attribute4_o
439: => pay_prf_shd.g_old_rec.attribute4

Line 437: => pay_prf_shd.g_old_rec.attribute3

433: => pay_prf_shd.g_old_rec.attribute1
434: ,p_attribute2_o
435: => pay_prf_shd.g_old_rec.attribute2
436: ,p_attribute3_o
437: => pay_prf_shd.g_old_rec.attribute3
438: ,p_attribute4_o
439: => pay_prf_shd.g_old_rec.attribute4
440: ,p_attribute5_o
441: => pay_prf_shd.g_old_rec.attribute5

Line 439: => pay_prf_shd.g_old_rec.attribute4

435: => pay_prf_shd.g_old_rec.attribute2
436: ,p_attribute3_o
437: => pay_prf_shd.g_old_rec.attribute3
438: ,p_attribute4_o
439: => pay_prf_shd.g_old_rec.attribute4
440: ,p_attribute5_o
441: => pay_prf_shd.g_old_rec.attribute5
442: ,p_attribute6_o
443: => pay_prf_shd.g_old_rec.attribute6

Line 441: => pay_prf_shd.g_old_rec.attribute5

437: => pay_prf_shd.g_old_rec.attribute3
438: ,p_attribute4_o
439: => pay_prf_shd.g_old_rec.attribute4
440: ,p_attribute5_o
441: => pay_prf_shd.g_old_rec.attribute5
442: ,p_attribute6_o
443: => pay_prf_shd.g_old_rec.attribute6
444: ,p_attribute7_o
445: => pay_prf_shd.g_old_rec.attribute7

Line 443: => pay_prf_shd.g_old_rec.attribute6

439: => pay_prf_shd.g_old_rec.attribute4
440: ,p_attribute5_o
441: => pay_prf_shd.g_old_rec.attribute5
442: ,p_attribute6_o
443: => pay_prf_shd.g_old_rec.attribute6
444: ,p_attribute7_o
445: => pay_prf_shd.g_old_rec.attribute7
446: ,p_attribute8_o
447: => pay_prf_shd.g_old_rec.attribute8

Line 445: => pay_prf_shd.g_old_rec.attribute7

441: => pay_prf_shd.g_old_rec.attribute5
442: ,p_attribute6_o
443: => pay_prf_shd.g_old_rec.attribute6
444: ,p_attribute7_o
445: => pay_prf_shd.g_old_rec.attribute7
446: ,p_attribute8_o
447: => pay_prf_shd.g_old_rec.attribute8
448: ,p_attribute9_o
449: => pay_prf_shd.g_old_rec.attribute9

Line 447: => pay_prf_shd.g_old_rec.attribute8

443: => pay_prf_shd.g_old_rec.attribute6
444: ,p_attribute7_o
445: => pay_prf_shd.g_old_rec.attribute7
446: ,p_attribute8_o
447: => pay_prf_shd.g_old_rec.attribute8
448: ,p_attribute9_o
449: => pay_prf_shd.g_old_rec.attribute9
450: ,p_attribute10_o
451: => pay_prf_shd.g_old_rec.attribute10

Line 449: => pay_prf_shd.g_old_rec.attribute9

445: => pay_prf_shd.g_old_rec.attribute7
446: ,p_attribute8_o
447: => pay_prf_shd.g_old_rec.attribute8
448: ,p_attribute9_o
449: => pay_prf_shd.g_old_rec.attribute9
450: ,p_attribute10_o
451: => pay_prf_shd.g_old_rec.attribute10
452: ,p_attribute11_o
453: => pay_prf_shd.g_old_rec.attribute11

Line 451: => pay_prf_shd.g_old_rec.attribute10

447: => pay_prf_shd.g_old_rec.attribute8
448: ,p_attribute9_o
449: => pay_prf_shd.g_old_rec.attribute9
450: ,p_attribute10_o
451: => pay_prf_shd.g_old_rec.attribute10
452: ,p_attribute11_o
453: => pay_prf_shd.g_old_rec.attribute11
454: ,p_attribute12_o
455: => pay_prf_shd.g_old_rec.attribute12

Line 453: => pay_prf_shd.g_old_rec.attribute11

449: => pay_prf_shd.g_old_rec.attribute9
450: ,p_attribute10_o
451: => pay_prf_shd.g_old_rec.attribute10
452: ,p_attribute11_o
453: => pay_prf_shd.g_old_rec.attribute11
454: ,p_attribute12_o
455: => pay_prf_shd.g_old_rec.attribute12
456: ,p_attribute13_o
457: => pay_prf_shd.g_old_rec.attribute13

Line 455: => pay_prf_shd.g_old_rec.attribute12

451: => pay_prf_shd.g_old_rec.attribute10
452: ,p_attribute11_o
453: => pay_prf_shd.g_old_rec.attribute11
454: ,p_attribute12_o
455: => pay_prf_shd.g_old_rec.attribute12
456: ,p_attribute13_o
457: => pay_prf_shd.g_old_rec.attribute13
458: ,p_attribute14_o
459: => pay_prf_shd.g_old_rec.attribute14

Line 457: => pay_prf_shd.g_old_rec.attribute13

453: => pay_prf_shd.g_old_rec.attribute11
454: ,p_attribute12_o
455: => pay_prf_shd.g_old_rec.attribute12
456: ,p_attribute13_o
457: => pay_prf_shd.g_old_rec.attribute13
458: ,p_attribute14_o
459: => pay_prf_shd.g_old_rec.attribute14
460: ,p_attribute15_o
461: => pay_prf_shd.g_old_rec.attribute15

Line 459: => pay_prf_shd.g_old_rec.attribute14

455: => pay_prf_shd.g_old_rec.attribute12
456: ,p_attribute13_o
457: => pay_prf_shd.g_old_rec.attribute13
458: ,p_attribute14_o
459: => pay_prf_shd.g_old_rec.attribute14
460: ,p_attribute15_o
461: => pay_prf_shd.g_old_rec.attribute15
462: ,p_attribute16_o
463: => pay_prf_shd.g_old_rec.attribute16

Line 461: => pay_prf_shd.g_old_rec.attribute15

457: => pay_prf_shd.g_old_rec.attribute13
458: ,p_attribute14_o
459: => pay_prf_shd.g_old_rec.attribute14
460: ,p_attribute15_o
461: => pay_prf_shd.g_old_rec.attribute15
462: ,p_attribute16_o
463: => pay_prf_shd.g_old_rec.attribute16
464: ,p_attribute17_o
465: => pay_prf_shd.g_old_rec.attribute17

Line 463: => pay_prf_shd.g_old_rec.attribute16

459: => pay_prf_shd.g_old_rec.attribute14
460: ,p_attribute15_o
461: => pay_prf_shd.g_old_rec.attribute15
462: ,p_attribute16_o
463: => pay_prf_shd.g_old_rec.attribute16
464: ,p_attribute17_o
465: => pay_prf_shd.g_old_rec.attribute17
466: ,p_attribute18_o
467: => pay_prf_shd.g_old_rec.attribute18

Line 465: => pay_prf_shd.g_old_rec.attribute17

461: => pay_prf_shd.g_old_rec.attribute15
462: ,p_attribute16_o
463: => pay_prf_shd.g_old_rec.attribute16
464: ,p_attribute17_o
465: => pay_prf_shd.g_old_rec.attribute17
466: ,p_attribute18_o
467: => pay_prf_shd.g_old_rec.attribute18
468: ,p_attribute19_o
469: => pay_prf_shd.g_old_rec.attribute19

Line 467: => pay_prf_shd.g_old_rec.attribute18

463: => pay_prf_shd.g_old_rec.attribute16
464: ,p_attribute17_o
465: => pay_prf_shd.g_old_rec.attribute17
466: ,p_attribute18_o
467: => pay_prf_shd.g_old_rec.attribute18
468: ,p_attribute19_o
469: => pay_prf_shd.g_old_rec.attribute19
470: ,p_attribute20_o
471: => pay_prf_shd.g_old_rec.attribute20

Line 469: => pay_prf_shd.g_old_rec.attribute19

465: => pay_prf_shd.g_old_rec.attribute17
466: ,p_attribute18_o
467: => pay_prf_shd.g_old_rec.attribute18
468: ,p_attribute19_o
469: => pay_prf_shd.g_old_rec.attribute19
470: ,p_attribute20_o
471: => pay_prf_shd.g_old_rec.attribute20
472: ,p_attribute21_o
473: => pay_prf_shd.g_old_rec.attribute21

Line 471: => pay_prf_shd.g_old_rec.attribute20

467: => pay_prf_shd.g_old_rec.attribute18
468: ,p_attribute19_o
469: => pay_prf_shd.g_old_rec.attribute19
470: ,p_attribute20_o
471: => pay_prf_shd.g_old_rec.attribute20
472: ,p_attribute21_o
473: => pay_prf_shd.g_old_rec.attribute21
474: ,p_attribute22_o
475: => pay_prf_shd.g_old_rec.attribute22

Line 473: => pay_prf_shd.g_old_rec.attribute21

469: => pay_prf_shd.g_old_rec.attribute19
470: ,p_attribute20_o
471: => pay_prf_shd.g_old_rec.attribute20
472: ,p_attribute21_o
473: => pay_prf_shd.g_old_rec.attribute21
474: ,p_attribute22_o
475: => pay_prf_shd.g_old_rec.attribute22
476: ,p_attribute23_o
477: => pay_prf_shd.g_old_rec.attribute23

Line 475: => pay_prf_shd.g_old_rec.attribute22

471: => pay_prf_shd.g_old_rec.attribute20
472: ,p_attribute21_o
473: => pay_prf_shd.g_old_rec.attribute21
474: ,p_attribute22_o
475: => pay_prf_shd.g_old_rec.attribute22
476: ,p_attribute23_o
477: => pay_prf_shd.g_old_rec.attribute23
478: ,p_attribute24_o
479: => pay_prf_shd.g_old_rec.attribute24

Line 477: => pay_prf_shd.g_old_rec.attribute23

473: => pay_prf_shd.g_old_rec.attribute21
474: ,p_attribute22_o
475: => pay_prf_shd.g_old_rec.attribute22
476: ,p_attribute23_o
477: => pay_prf_shd.g_old_rec.attribute23
478: ,p_attribute24_o
479: => pay_prf_shd.g_old_rec.attribute24
480: ,p_attribute25_o
481: => pay_prf_shd.g_old_rec.attribute25

Line 479: => pay_prf_shd.g_old_rec.attribute24

475: => pay_prf_shd.g_old_rec.attribute22
476: ,p_attribute23_o
477: => pay_prf_shd.g_old_rec.attribute23
478: ,p_attribute24_o
479: => pay_prf_shd.g_old_rec.attribute24
480: ,p_attribute25_o
481: => pay_prf_shd.g_old_rec.attribute25
482: ,p_attribute26_o
483: => pay_prf_shd.g_old_rec.attribute26

Line 481: => pay_prf_shd.g_old_rec.attribute25

477: => pay_prf_shd.g_old_rec.attribute23
478: ,p_attribute24_o
479: => pay_prf_shd.g_old_rec.attribute24
480: ,p_attribute25_o
481: => pay_prf_shd.g_old_rec.attribute25
482: ,p_attribute26_o
483: => pay_prf_shd.g_old_rec.attribute26
484: ,p_attribute27_o
485: => pay_prf_shd.g_old_rec.attribute27

Line 483: => pay_prf_shd.g_old_rec.attribute26

479: => pay_prf_shd.g_old_rec.attribute24
480: ,p_attribute25_o
481: => pay_prf_shd.g_old_rec.attribute25
482: ,p_attribute26_o
483: => pay_prf_shd.g_old_rec.attribute26
484: ,p_attribute27_o
485: => pay_prf_shd.g_old_rec.attribute27
486: ,p_attribute28_o
487: => pay_prf_shd.g_old_rec.attribute28

Line 485: => pay_prf_shd.g_old_rec.attribute27

481: => pay_prf_shd.g_old_rec.attribute25
482: ,p_attribute26_o
483: => pay_prf_shd.g_old_rec.attribute26
484: ,p_attribute27_o
485: => pay_prf_shd.g_old_rec.attribute27
486: ,p_attribute28_o
487: => pay_prf_shd.g_old_rec.attribute28
488: ,p_attribute29_o
489: => pay_prf_shd.g_old_rec.attribute29

Line 487: => pay_prf_shd.g_old_rec.attribute28

483: => pay_prf_shd.g_old_rec.attribute26
484: ,p_attribute27_o
485: => pay_prf_shd.g_old_rec.attribute27
486: ,p_attribute28_o
487: => pay_prf_shd.g_old_rec.attribute28
488: ,p_attribute29_o
489: => pay_prf_shd.g_old_rec.attribute29
490: ,p_attribute30_o
491: => pay_prf_shd.g_old_rec.attribute30

Line 489: => pay_prf_shd.g_old_rec.attribute29

485: => pay_prf_shd.g_old_rec.attribute27
486: ,p_attribute28_o
487: => pay_prf_shd.g_old_rec.attribute28
488: ,p_attribute29_o
489: => pay_prf_shd.g_old_rec.attribute29
490: ,p_attribute30_o
491: => pay_prf_shd.g_old_rec.attribute30
492: ,p_ran_information_category_o
493: => pay_prf_shd.g_old_rec.ran_information_category

Line 491: => pay_prf_shd.g_old_rec.attribute30

487: => pay_prf_shd.g_old_rec.attribute28
488: ,p_attribute29_o
489: => pay_prf_shd.g_old_rec.attribute29
490: ,p_attribute30_o
491: => pay_prf_shd.g_old_rec.attribute30
492: ,p_ran_information_category_o
493: => pay_prf_shd.g_old_rec.ran_information_category
494: ,p_ran_information1_o
495: => pay_prf_shd.g_old_rec.ran_information1

Line 493: => pay_prf_shd.g_old_rec.ran_information_category

489: => pay_prf_shd.g_old_rec.attribute29
490: ,p_attribute30_o
491: => pay_prf_shd.g_old_rec.attribute30
492: ,p_ran_information_category_o
493: => pay_prf_shd.g_old_rec.ran_information_category
494: ,p_ran_information1_o
495: => pay_prf_shd.g_old_rec.ran_information1
496: ,p_ran_information2_o
497: => pay_prf_shd.g_old_rec.ran_information2

Line 495: => pay_prf_shd.g_old_rec.ran_information1

491: => pay_prf_shd.g_old_rec.attribute30
492: ,p_ran_information_category_o
493: => pay_prf_shd.g_old_rec.ran_information_category
494: ,p_ran_information1_o
495: => pay_prf_shd.g_old_rec.ran_information1
496: ,p_ran_information2_o
497: => pay_prf_shd.g_old_rec.ran_information2
498: ,p_ran_information3_o
499: => pay_prf_shd.g_old_rec.ran_information3

Line 497: => pay_prf_shd.g_old_rec.ran_information2

493: => pay_prf_shd.g_old_rec.ran_information_category
494: ,p_ran_information1_o
495: => pay_prf_shd.g_old_rec.ran_information1
496: ,p_ran_information2_o
497: => pay_prf_shd.g_old_rec.ran_information2
498: ,p_ran_information3_o
499: => pay_prf_shd.g_old_rec.ran_information3
500: ,p_ran_information4_o
501: => pay_prf_shd.g_old_rec.ran_information4

Line 499: => pay_prf_shd.g_old_rec.ran_information3

495: => pay_prf_shd.g_old_rec.ran_information1
496: ,p_ran_information2_o
497: => pay_prf_shd.g_old_rec.ran_information2
498: ,p_ran_information3_o
499: => pay_prf_shd.g_old_rec.ran_information3
500: ,p_ran_information4_o
501: => pay_prf_shd.g_old_rec.ran_information4
502: ,p_ran_information5_o
503: => pay_prf_shd.g_old_rec.ran_information5

Line 501: => pay_prf_shd.g_old_rec.ran_information4

497: => pay_prf_shd.g_old_rec.ran_information2
498: ,p_ran_information3_o
499: => pay_prf_shd.g_old_rec.ran_information3
500: ,p_ran_information4_o
501: => pay_prf_shd.g_old_rec.ran_information4
502: ,p_ran_information5_o
503: => pay_prf_shd.g_old_rec.ran_information5
504: ,p_ran_information6_o
505: => pay_prf_shd.g_old_rec.ran_information6

Line 503: => pay_prf_shd.g_old_rec.ran_information5

499: => pay_prf_shd.g_old_rec.ran_information3
500: ,p_ran_information4_o
501: => pay_prf_shd.g_old_rec.ran_information4
502: ,p_ran_information5_o
503: => pay_prf_shd.g_old_rec.ran_information5
504: ,p_ran_information6_o
505: => pay_prf_shd.g_old_rec.ran_information6
506: ,p_ran_information7_o
507: => pay_prf_shd.g_old_rec.ran_information7

Line 505: => pay_prf_shd.g_old_rec.ran_information6

501: => pay_prf_shd.g_old_rec.ran_information4
502: ,p_ran_information5_o
503: => pay_prf_shd.g_old_rec.ran_information5
504: ,p_ran_information6_o
505: => pay_prf_shd.g_old_rec.ran_information6
506: ,p_ran_information7_o
507: => pay_prf_shd.g_old_rec.ran_information7
508: ,p_ran_information8_o
509: => pay_prf_shd.g_old_rec.ran_information8

Line 507: => pay_prf_shd.g_old_rec.ran_information7

503: => pay_prf_shd.g_old_rec.ran_information5
504: ,p_ran_information6_o
505: => pay_prf_shd.g_old_rec.ran_information6
506: ,p_ran_information7_o
507: => pay_prf_shd.g_old_rec.ran_information7
508: ,p_ran_information8_o
509: => pay_prf_shd.g_old_rec.ran_information8
510: ,p_ran_information9_o
511: => pay_prf_shd.g_old_rec.ran_information9

Line 509: => pay_prf_shd.g_old_rec.ran_information8

505: => pay_prf_shd.g_old_rec.ran_information6
506: ,p_ran_information7_o
507: => pay_prf_shd.g_old_rec.ran_information7
508: ,p_ran_information8_o
509: => pay_prf_shd.g_old_rec.ran_information8
510: ,p_ran_information9_o
511: => pay_prf_shd.g_old_rec.ran_information9
512: ,p_ran_information10_o
513: => pay_prf_shd.g_old_rec.ran_information10

Line 511: => pay_prf_shd.g_old_rec.ran_information9

507: => pay_prf_shd.g_old_rec.ran_information7
508: ,p_ran_information8_o
509: => pay_prf_shd.g_old_rec.ran_information8
510: ,p_ran_information9_o
511: => pay_prf_shd.g_old_rec.ran_information9
512: ,p_ran_information10_o
513: => pay_prf_shd.g_old_rec.ran_information10
514: ,p_ran_information11_o
515: => pay_prf_shd.g_old_rec.ran_information11

Line 513: => pay_prf_shd.g_old_rec.ran_information10

509: => pay_prf_shd.g_old_rec.ran_information8
510: ,p_ran_information9_o
511: => pay_prf_shd.g_old_rec.ran_information9
512: ,p_ran_information10_o
513: => pay_prf_shd.g_old_rec.ran_information10
514: ,p_ran_information11_o
515: => pay_prf_shd.g_old_rec.ran_information11
516: ,p_ran_information12_o
517: => pay_prf_shd.g_old_rec.ran_information12

Line 515: => pay_prf_shd.g_old_rec.ran_information11

511: => pay_prf_shd.g_old_rec.ran_information9
512: ,p_ran_information10_o
513: => pay_prf_shd.g_old_rec.ran_information10
514: ,p_ran_information11_o
515: => pay_prf_shd.g_old_rec.ran_information11
516: ,p_ran_information12_o
517: => pay_prf_shd.g_old_rec.ran_information12
518: ,p_ran_information13_o
519: => pay_prf_shd.g_old_rec.ran_information13

Line 517: => pay_prf_shd.g_old_rec.ran_information12

513: => pay_prf_shd.g_old_rec.ran_information10
514: ,p_ran_information11_o
515: => pay_prf_shd.g_old_rec.ran_information11
516: ,p_ran_information12_o
517: => pay_prf_shd.g_old_rec.ran_information12
518: ,p_ran_information13_o
519: => pay_prf_shd.g_old_rec.ran_information13
520: ,p_ran_information14_o
521: => pay_prf_shd.g_old_rec.ran_information14

Line 519: => pay_prf_shd.g_old_rec.ran_information13

515: => pay_prf_shd.g_old_rec.ran_information11
516: ,p_ran_information12_o
517: => pay_prf_shd.g_old_rec.ran_information12
518: ,p_ran_information13_o
519: => pay_prf_shd.g_old_rec.ran_information13
520: ,p_ran_information14_o
521: => pay_prf_shd.g_old_rec.ran_information14
522: ,p_ran_information15_o
523: => pay_prf_shd.g_old_rec.ran_information15

Line 521: => pay_prf_shd.g_old_rec.ran_information14

517: => pay_prf_shd.g_old_rec.ran_information12
518: ,p_ran_information13_o
519: => pay_prf_shd.g_old_rec.ran_information13
520: ,p_ran_information14_o
521: => pay_prf_shd.g_old_rec.ran_information14
522: ,p_ran_information15_o
523: => pay_prf_shd.g_old_rec.ran_information15
524: ,p_ran_information16_o
525: => pay_prf_shd.g_old_rec.ran_information16

Line 523: => pay_prf_shd.g_old_rec.ran_information15

519: => pay_prf_shd.g_old_rec.ran_information13
520: ,p_ran_information14_o
521: => pay_prf_shd.g_old_rec.ran_information14
522: ,p_ran_information15_o
523: => pay_prf_shd.g_old_rec.ran_information15
524: ,p_ran_information16_o
525: => pay_prf_shd.g_old_rec.ran_information16
526: ,p_ran_information17_o
527: => pay_prf_shd.g_old_rec.ran_information17

Line 525: => pay_prf_shd.g_old_rec.ran_information16

521: => pay_prf_shd.g_old_rec.ran_information14
522: ,p_ran_information15_o
523: => pay_prf_shd.g_old_rec.ran_information15
524: ,p_ran_information16_o
525: => pay_prf_shd.g_old_rec.ran_information16
526: ,p_ran_information17_o
527: => pay_prf_shd.g_old_rec.ran_information17
528: ,p_ran_information18_o
529: => pay_prf_shd.g_old_rec.ran_information18

Line 527: => pay_prf_shd.g_old_rec.ran_information17

523: => pay_prf_shd.g_old_rec.ran_information15
524: ,p_ran_information16_o
525: => pay_prf_shd.g_old_rec.ran_information16
526: ,p_ran_information17_o
527: => pay_prf_shd.g_old_rec.ran_information17
528: ,p_ran_information18_o
529: => pay_prf_shd.g_old_rec.ran_information18
530: ,p_ran_information19_o
531: => pay_prf_shd.g_old_rec.ran_information19

Line 529: => pay_prf_shd.g_old_rec.ran_information18

525: => pay_prf_shd.g_old_rec.ran_information16
526: ,p_ran_information17_o
527: => pay_prf_shd.g_old_rec.ran_information17
528: ,p_ran_information18_o
529: => pay_prf_shd.g_old_rec.ran_information18
530: ,p_ran_information19_o
531: => pay_prf_shd.g_old_rec.ran_information19
532: ,p_ran_information20_o
533: => pay_prf_shd.g_old_rec.ran_information20

Line 531: => pay_prf_shd.g_old_rec.ran_information19

527: => pay_prf_shd.g_old_rec.ran_information17
528: ,p_ran_information18_o
529: => pay_prf_shd.g_old_rec.ran_information18
530: ,p_ran_information19_o
531: => pay_prf_shd.g_old_rec.ran_information19
532: ,p_ran_information20_o
533: => pay_prf_shd.g_old_rec.ran_information20
534: ,p_ran_information21_o
535: => pay_prf_shd.g_old_rec.ran_information21

Line 533: => pay_prf_shd.g_old_rec.ran_information20

529: => pay_prf_shd.g_old_rec.ran_information18
530: ,p_ran_information19_o
531: => pay_prf_shd.g_old_rec.ran_information19
532: ,p_ran_information20_o
533: => pay_prf_shd.g_old_rec.ran_information20
534: ,p_ran_information21_o
535: => pay_prf_shd.g_old_rec.ran_information21
536: ,p_ran_information22_o
537: => pay_prf_shd.g_old_rec.ran_information22

Line 535: => pay_prf_shd.g_old_rec.ran_information21

531: => pay_prf_shd.g_old_rec.ran_information19
532: ,p_ran_information20_o
533: => pay_prf_shd.g_old_rec.ran_information20
534: ,p_ran_information21_o
535: => pay_prf_shd.g_old_rec.ran_information21
536: ,p_ran_information22_o
537: => pay_prf_shd.g_old_rec.ran_information22
538: ,p_ran_information23_o
539: => pay_prf_shd.g_old_rec.ran_information23

Line 537: => pay_prf_shd.g_old_rec.ran_information22

533: => pay_prf_shd.g_old_rec.ran_information20
534: ,p_ran_information21_o
535: => pay_prf_shd.g_old_rec.ran_information21
536: ,p_ran_information22_o
537: => pay_prf_shd.g_old_rec.ran_information22
538: ,p_ran_information23_o
539: => pay_prf_shd.g_old_rec.ran_information23
540: ,p_ran_information24_o
541: => pay_prf_shd.g_old_rec.ran_information24

Line 539: => pay_prf_shd.g_old_rec.ran_information23

535: => pay_prf_shd.g_old_rec.ran_information21
536: ,p_ran_information22_o
537: => pay_prf_shd.g_old_rec.ran_information22
538: ,p_ran_information23_o
539: => pay_prf_shd.g_old_rec.ran_information23
540: ,p_ran_information24_o
541: => pay_prf_shd.g_old_rec.ran_information24
542: ,p_ran_information25_o
543: => pay_prf_shd.g_old_rec.ran_information25

Line 541: => pay_prf_shd.g_old_rec.ran_information24

537: => pay_prf_shd.g_old_rec.ran_information22
538: ,p_ran_information23_o
539: => pay_prf_shd.g_old_rec.ran_information23
540: ,p_ran_information24_o
541: => pay_prf_shd.g_old_rec.ran_information24
542: ,p_ran_information25_o
543: => pay_prf_shd.g_old_rec.ran_information25
544: ,p_ran_information26_o
545: => pay_prf_shd.g_old_rec.ran_information26

Line 543: => pay_prf_shd.g_old_rec.ran_information25

539: => pay_prf_shd.g_old_rec.ran_information23
540: ,p_ran_information24_o
541: => pay_prf_shd.g_old_rec.ran_information24
542: ,p_ran_information25_o
543: => pay_prf_shd.g_old_rec.ran_information25
544: ,p_ran_information26_o
545: => pay_prf_shd.g_old_rec.ran_information26
546: ,p_ran_information27_o
547: => pay_prf_shd.g_old_rec.ran_information27

Line 545: => pay_prf_shd.g_old_rec.ran_information26

541: => pay_prf_shd.g_old_rec.ran_information24
542: ,p_ran_information25_o
543: => pay_prf_shd.g_old_rec.ran_information25
544: ,p_ran_information26_o
545: => pay_prf_shd.g_old_rec.ran_information26
546: ,p_ran_information27_o
547: => pay_prf_shd.g_old_rec.ran_information27
548: ,p_ran_information28_o
549: => pay_prf_shd.g_old_rec.ran_information28

Line 547: => pay_prf_shd.g_old_rec.ran_information27

543: => pay_prf_shd.g_old_rec.ran_information25
544: ,p_ran_information26_o
545: => pay_prf_shd.g_old_rec.ran_information26
546: ,p_ran_information27_o
547: => pay_prf_shd.g_old_rec.ran_information27
548: ,p_ran_information28_o
549: => pay_prf_shd.g_old_rec.ran_information28
550: ,p_ran_information29_o
551: => pay_prf_shd.g_old_rec.ran_information29

Line 549: => pay_prf_shd.g_old_rec.ran_information28

545: => pay_prf_shd.g_old_rec.ran_information26
546: ,p_ran_information27_o
547: => pay_prf_shd.g_old_rec.ran_information27
548: ,p_ran_information28_o
549: => pay_prf_shd.g_old_rec.ran_information28
550: ,p_ran_information29_o
551: => pay_prf_shd.g_old_rec.ran_information29
552: ,p_ran_information30_o
553: => pay_prf_shd.g_old_rec.ran_information30

Line 551: => pay_prf_shd.g_old_rec.ran_information29

547: => pay_prf_shd.g_old_rec.ran_information27
548: ,p_ran_information28_o
549: => pay_prf_shd.g_old_rec.ran_information28
550: ,p_ran_information29_o
551: => pay_prf_shd.g_old_rec.ran_information29
552: ,p_ran_information30_o
553: => pay_prf_shd.g_old_rec.ran_information30
554: );
555: --

Line 553: => pay_prf_shd.g_old_rec.ran_information30

549: => pay_prf_shd.g_old_rec.ran_information28
550: ,p_ran_information29_o
551: => pay_prf_shd.g_old_rec.ran_information29
552: ,p_ran_information30_o
553: => pay_prf_shd.g_old_rec.ran_information30
554: );
555: --
556: exception
557: --

Line 613: (p_rec in out nocopy pay_prf_shd.g_rec_type

609: --
610: -- {End Of Comments}
611: -- ----------------------------------------------------------------------------
612: Procedure convert_defs
613: (p_rec in out nocopy pay_prf_shd.g_rec_type
614: ) is
615: --
616: Begin
617: --

Line 625: pay_prf_shd.g_old_rec.effective_start_date;

621: -- is being used then we must set to the 'current' argument value.
622: --
623: If (p_rec.effective_start_date = hr_api.g_date) then
624: p_rec.effective_start_date :=
625: pay_prf_shd.g_old_rec.effective_start_date;
626: End If;
627: If (p_rec.effective_end_date = hr_api.g_date) then
628: p_rec.effective_end_date :=
629: pay_prf_shd.g_old_rec.effective_end_date;

Line 629: pay_prf_shd.g_old_rec.effective_end_date;

625: pay_prf_shd.g_old_rec.effective_start_date;
626: End If;
627: If (p_rec.effective_end_date = hr_api.g_date) then
628: p_rec.effective_end_date :=
629: pay_prf_shd.g_old_rec.effective_end_date;
630: End If;
631: If (p_rec.range_table_number = hr_api.g_number) then
632: p_rec.range_table_number :=
633: pay_prf_shd.g_old_rec.range_table_number;

Line 633: pay_prf_shd.g_old_rec.range_table_number;

629: pay_prf_shd.g_old_rec.effective_end_date;
630: End If;
631: If (p_rec.range_table_number = hr_api.g_number) then
632: p_rec.range_table_number :=
633: pay_prf_shd.g_old_rec.range_table_number;
634: End If;
635: If (p_rec.row_value_uom = hr_api.g_varchar2) then
636: p_rec.row_value_uom :=
637: pay_prf_shd.g_old_rec.row_value_uom;

Line 637: pay_prf_shd.g_old_rec.row_value_uom;

633: pay_prf_shd.g_old_rec.range_table_number;
634: End If;
635: If (p_rec.row_value_uom = hr_api.g_varchar2) then
636: p_rec.row_value_uom :=
637: pay_prf_shd.g_old_rec.row_value_uom;
638: End If;
639: If (p_rec.period_frequency = hr_api.g_varchar2) then
640: p_rec.period_frequency :=
641: pay_prf_shd.g_old_rec.period_frequency;

Line 641: pay_prf_shd.g_old_rec.period_frequency;

637: pay_prf_shd.g_old_rec.row_value_uom;
638: End If;
639: If (p_rec.period_frequency = hr_api.g_varchar2) then
640: p_rec.period_frequency :=
641: pay_prf_shd.g_old_rec.period_frequency;
642: End If;
643: If (p_rec.earnings_type = hr_api.g_varchar2) then
644: p_rec.earnings_type :=
645: pay_prf_shd.g_old_rec.earnings_type;

Line 645: pay_prf_shd.g_old_rec.earnings_type;

641: pay_prf_shd.g_old_rec.period_frequency;
642: End If;
643: If (p_rec.earnings_type = hr_api.g_varchar2) then
644: p_rec.earnings_type :=
645: pay_prf_shd.g_old_rec.earnings_type;
646: End If;
647: If (p_rec.business_group_id = hr_api.g_number) then
648: p_rec.business_group_id :=
649: pay_prf_shd.g_old_rec.business_group_id;

Line 649: pay_prf_shd.g_old_rec.business_group_id;

645: pay_prf_shd.g_old_rec.earnings_type;
646: End If;
647: If (p_rec.business_group_id = hr_api.g_number) then
648: p_rec.business_group_id :=
649: pay_prf_shd.g_old_rec.business_group_id;
650: End If;
651: If (p_rec.legislation_code = hr_api.g_varchar2) then
652: p_rec.legislation_code :=
653: pay_prf_shd.g_old_rec.legislation_code;

Line 653: pay_prf_shd.g_old_rec.legislation_code;

649: pay_prf_shd.g_old_rec.business_group_id;
650: End If;
651: If (p_rec.legislation_code = hr_api.g_varchar2) then
652: p_rec.legislation_code :=
653: pay_prf_shd.g_old_rec.legislation_code;
654: End If;
655: If (p_rec.last_updated_login = hr_api.g_number) then
656: p_rec.last_updated_login :=
657: pay_prf_shd.g_old_rec.last_updated_login;

Line 657: pay_prf_shd.g_old_rec.last_updated_login;

653: pay_prf_shd.g_old_rec.legislation_code;
654: End If;
655: If (p_rec.last_updated_login = hr_api.g_number) then
656: p_rec.last_updated_login :=
657: pay_prf_shd.g_old_rec.last_updated_login;
658: End If;
659: If (p_rec.created_date = hr_api.g_date) then
660: p_rec.created_date :=
661: pay_prf_shd.g_old_rec.created_date;

Line 661: pay_prf_shd.g_old_rec.created_date;

657: pay_prf_shd.g_old_rec.last_updated_login;
658: End If;
659: If (p_rec.created_date = hr_api.g_date) then
660: p_rec.created_date :=
661: pay_prf_shd.g_old_rec.created_date;
662: End If;
663: If (p_rec.attribute_category = hr_api.g_varchar2) then
664: p_rec.attribute_category :=
665: pay_prf_shd.g_old_rec.attribute_category;

Line 665: pay_prf_shd.g_old_rec.attribute_category;

661: pay_prf_shd.g_old_rec.created_date;
662: End If;
663: If (p_rec.attribute_category = hr_api.g_varchar2) then
664: p_rec.attribute_category :=
665: pay_prf_shd.g_old_rec.attribute_category;
666: End If;
667: If (p_rec.attribute1 = hr_api.g_varchar2) then
668: p_rec.attribute1 :=
669: pay_prf_shd.g_old_rec.attribute1;

Line 669: pay_prf_shd.g_old_rec.attribute1;

665: pay_prf_shd.g_old_rec.attribute_category;
666: End If;
667: If (p_rec.attribute1 = hr_api.g_varchar2) then
668: p_rec.attribute1 :=
669: pay_prf_shd.g_old_rec.attribute1;
670: End If;
671: If (p_rec.attribute2 = hr_api.g_varchar2) then
672: p_rec.attribute2 :=
673: pay_prf_shd.g_old_rec.attribute2;

Line 673: pay_prf_shd.g_old_rec.attribute2;

669: pay_prf_shd.g_old_rec.attribute1;
670: End If;
671: If (p_rec.attribute2 = hr_api.g_varchar2) then
672: p_rec.attribute2 :=
673: pay_prf_shd.g_old_rec.attribute2;
674: End If;
675: If (p_rec.attribute3 = hr_api.g_varchar2) then
676: p_rec.attribute3 :=
677: pay_prf_shd.g_old_rec.attribute3;

Line 677: pay_prf_shd.g_old_rec.attribute3;

673: pay_prf_shd.g_old_rec.attribute2;
674: End If;
675: If (p_rec.attribute3 = hr_api.g_varchar2) then
676: p_rec.attribute3 :=
677: pay_prf_shd.g_old_rec.attribute3;
678: End If;
679: If (p_rec.attribute4 = hr_api.g_varchar2) then
680: p_rec.attribute4 :=
681: pay_prf_shd.g_old_rec.attribute4;

Line 681: pay_prf_shd.g_old_rec.attribute4;

677: pay_prf_shd.g_old_rec.attribute3;
678: End If;
679: If (p_rec.attribute4 = hr_api.g_varchar2) then
680: p_rec.attribute4 :=
681: pay_prf_shd.g_old_rec.attribute4;
682: End If;
683: If (p_rec.attribute5 = hr_api.g_varchar2) then
684: p_rec.attribute5 :=
685: pay_prf_shd.g_old_rec.attribute5;

Line 685: pay_prf_shd.g_old_rec.attribute5;

681: pay_prf_shd.g_old_rec.attribute4;
682: End If;
683: If (p_rec.attribute5 = hr_api.g_varchar2) then
684: p_rec.attribute5 :=
685: pay_prf_shd.g_old_rec.attribute5;
686: End If;
687: If (p_rec.attribute6 = hr_api.g_varchar2) then
688: p_rec.attribute6 :=
689: pay_prf_shd.g_old_rec.attribute6;

Line 689: pay_prf_shd.g_old_rec.attribute6;

685: pay_prf_shd.g_old_rec.attribute5;
686: End If;
687: If (p_rec.attribute6 = hr_api.g_varchar2) then
688: p_rec.attribute6 :=
689: pay_prf_shd.g_old_rec.attribute6;
690: End If;
691: If (p_rec.attribute7 = hr_api.g_varchar2) then
692: p_rec.attribute7 :=
693: pay_prf_shd.g_old_rec.attribute7;

Line 693: pay_prf_shd.g_old_rec.attribute7;

689: pay_prf_shd.g_old_rec.attribute6;
690: End If;
691: If (p_rec.attribute7 = hr_api.g_varchar2) then
692: p_rec.attribute7 :=
693: pay_prf_shd.g_old_rec.attribute7;
694: End If;
695: If (p_rec.attribute8 = hr_api.g_varchar2) then
696: p_rec.attribute8 :=
697: pay_prf_shd.g_old_rec.attribute8;

Line 697: pay_prf_shd.g_old_rec.attribute8;

693: pay_prf_shd.g_old_rec.attribute7;
694: End If;
695: If (p_rec.attribute8 = hr_api.g_varchar2) then
696: p_rec.attribute8 :=
697: pay_prf_shd.g_old_rec.attribute8;
698: End If;
699: If (p_rec.attribute9 = hr_api.g_varchar2) then
700: p_rec.attribute9 :=
701: pay_prf_shd.g_old_rec.attribute9;

Line 701: pay_prf_shd.g_old_rec.attribute9;

697: pay_prf_shd.g_old_rec.attribute8;
698: End If;
699: If (p_rec.attribute9 = hr_api.g_varchar2) then
700: p_rec.attribute9 :=
701: pay_prf_shd.g_old_rec.attribute9;
702: End If;
703: If (p_rec.attribute10 = hr_api.g_varchar2) then
704: p_rec.attribute10 :=
705: pay_prf_shd.g_old_rec.attribute10;

Line 705: pay_prf_shd.g_old_rec.attribute10;

701: pay_prf_shd.g_old_rec.attribute9;
702: End If;
703: If (p_rec.attribute10 = hr_api.g_varchar2) then
704: p_rec.attribute10 :=
705: pay_prf_shd.g_old_rec.attribute10;
706: End If;
707: If (p_rec.attribute11 = hr_api.g_varchar2) then
708: p_rec.attribute11 :=
709: pay_prf_shd.g_old_rec.attribute11;

Line 709: pay_prf_shd.g_old_rec.attribute11;

705: pay_prf_shd.g_old_rec.attribute10;
706: End If;
707: If (p_rec.attribute11 = hr_api.g_varchar2) then
708: p_rec.attribute11 :=
709: pay_prf_shd.g_old_rec.attribute11;
710: End If;
711: If (p_rec.attribute12 = hr_api.g_varchar2) then
712: p_rec.attribute12 :=
713: pay_prf_shd.g_old_rec.attribute12;

Line 713: pay_prf_shd.g_old_rec.attribute12;

709: pay_prf_shd.g_old_rec.attribute11;
710: End If;
711: If (p_rec.attribute12 = hr_api.g_varchar2) then
712: p_rec.attribute12 :=
713: pay_prf_shd.g_old_rec.attribute12;
714: End If;
715: If (p_rec.attribute13 = hr_api.g_varchar2) then
716: p_rec.attribute13 :=
717: pay_prf_shd.g_old_rec.attribute13;

Line 717: pay_prf_shd.g_old_rec.attribute13;

713: pay_prf_shd.g_old_rec.attribute12;
714: End If;
715: If (p_rec.attribute13 = hr_api.g_varchar2) then
716: p_rec.attribute13 :=
717: pay_prf_shd.g_old_rec.attribute13;
718: End If;
719: If (p_rec.attribute14 = hr_api.g_varchar2) then
720: p_rec.attribute14 :=
721: pay_prf_shd.g_old_rec.attribute14;

Line 721: pay_prf_shd.g_old_rec.attribute14;

717: pay_prf_shd.g_old_rec.attribute13;
718: End If;
719: If (p_rec.attribute14 = hr_api.g_varchar2) then
720: p_rec.attribute14 :=
721: pay_prf_shd.g_old_rec.attribute14;
722: End If;
723: If (p_rec.attribute15 = hr_api.g_varchar2) then
724: p_rec.attribute15 :=
725: pay_prf_shd.g_old_rec.attribute15;

Line 725: pay_prf_shd.g_old_rec.attribute15;

721: pay_prf_shd.g_old_rec.attribute14;
722: End If;
723: If (p_rec.attribute15 = hr_api.g_varchar2) then
724: p_rec.attribute15 :=
725: pay_prf_shd.g_old_rec.attribute15;
726: End If;
727: If (p_rec.attribute16 = hr_api.g_varchar2) then
728: p_rec.attribute16 :=
729: pay_prf_shd.g_old_rec.attribute16;

Line 729: pay_prf_shd.g_old_rec.attribute16;

725: pay_prf_shd.g_old_rec.attribute15;
726: End If;
727: If (p_rec.attribute16 = hr_api.g_varchar2) then
728: p_rec.attribute16 :=
729: pay_prf_shd.g_old_rec.attribute16;
730: End If;
731: If (p_rec.attribute17 = hr_api.g_varchar2) then
732: p_rec.attribute17 :=
733: pay_prf_shd.g_old_rec.attribute17;

Line 733: pay_prf_shd.g_old_rec.attribute17;

729: pay_prf_shd.g_old_rec.attribute16;
730: End If;
731: If (p_rec.attribute17 = hr_api.g_varchar2) then
732: p_rec.attribute17 :=
733: pay_prf_shd.g_old_rec.attribute17;
734: End If;
735: If (p_rec.attribute18 = hr_api.g_varchar2) then
736: p_rec.attribute18 :=
737: pay_prf_shd.g_old_rec.attribute18;

Line 737: pay_prf_shd.g_old_rec.attribute18;

733: pay_prf_shd.g_old_rec.attribute17;
734: End If;
735: If (p_rec.attribute18 = hr_api.g_varchar2) then
736: p_rec.attribute18 :=
737: pay_prf_shd.g_old_rec.attribute18;
738: End If;
739: If (p_rec.attribute19 = hr_api.g_varchar2) then
740: p_rec.attribute19 :=
741: pay_prf_shd.g_old_rec.attribute19;

Line 741: pay_prf_shd.g_old_rec.attribute19;

737: pay_prf_shd.g_old_rec.attribute18;
738: End If;
739: If (p_rec.attribute19 = hr_api.g_varchar2) then
740: p_rec.attribute19 :=
741: pay_prf_shd.g_old_rec.attribute19;
742: End If;
743: If (p_rec.attribute20 = hr_api.g_varchar2) then
744: p_rec.attribute20 :=
745: pay_prf_shd.g_old_rec.attribute20;

Line 745: pay_prf_shd.g_old_rec.attribute20;

741: pay_prf_shd.g_old_rec.attribute19;
742: End If;
743: If (p_rec.attribute20 = hr_api.g_varchar2) then
744: p_rec.attribute20 :=
745: pay_prf_shd.g_old_rec.attribute20;
746: End If;
747: If (p_rec.attribute21 = hr_api.g_varchar2) then
748: p_rec.attribute21 :=
749: pay_prf_shd.g_old_rec.attribute21;

Line 749: pay_prf_shd.g_old_rec.attribute21;

745: pay_prf_shd.g_old_rec.attribute20;
746: End If;
747: If (p_rec.attribute21 = hr_api.g_varchar2) then
748: p_rec.attribute21 :=
749: pay_prf_shd.g_old_rec.attribute21;
750: End If;
751: If (p_rec.attribute22 = hr_api.g_varchar2) then
752: p_rec.attribute22 :=
753: pay_prf_shd.g_old_rec.attribute22;

Line 753: pay_prf_shd.g_old_rec.attribute22;

749: pay_prf_shd.g_old_rec.attribute21;
750: End If;
751: If (p_rec.attribute22 = hr_api.g_varchar2) then
752: p_rec.attribute22 :=
753: pay_prf_shd.g_old_rec.attribute22;
754: End If;
755: If (p_rec.attribute23 = hr_api.g_varchar2) then
756: p_rec.attribute23 :=
757: pay_prf_shd.g_old_rec.attribute23;

Line 757: pay_prf_shd.g_old_rec.attribute23;

753: pay_prf_shd.g_old_rec.attribute22;
754: End If;
755: If (p_rec.attribute23 = hr_api.g_varchar2) then
756: p_rec.attribute23 :=
757: pay_prf_shd.g_old_rec.attribute23;
758: End If;
759: If (p_rec.attribute24 = hr_api.g_varchar2) then
760: p_rec.attribute24 :=
761: pay_prf_shd.g_old_rec.attribute24;

Line 761: pay_prf_shd.g_old_rec.attribute24;

757: pay_prf_shd.g_old_rec.attribute23;
758: End If;
759: If (p_rec.attribute24 = hr_api.g_varchar2) then
760: p_rec.attribute24 :=
761: pay_prf_shd.g_old_rec.attribute24;
762: End If;
763: If (p_rec.attribute25 = hr_api.g_varchar2) then
764: p_rec.attribute25 :=
765: pay_prf_shd.g_old_rec.attribute25;

Line 765: pay_prf_shd.g_old_rec.attribute25;

761: pay_prf_shd.g_old_rec.attribute24;
762: End If;
763: If (p_rec.attribute25 = hr_api.g_varchar2) then
764: p_rec.attribute25 :=
765: pay_prf_shd.g_old_rec.attribute25;
766: End If;
767: If (p_rec.attribute26 = hr_api.g_varchar2) then
768: p_rec.attribute26 :=
769: pay_prf_shd.g_old_rec.attribute26;

Line 769: pay_prf_shd.g_old_rec.attribute26;

765: pay_prf_shd.g_old_rec.attribute25;
766: End If;
767: If (p_rec.attribute26 = hr_api.g_varchar2) then
768: p_rec.attribute26 :=
769: pay_prf_shd.g_old_rec.attribute26;
770: End If;
771: If (p_rec.attribute27 = hr_api.g_varchar2) then
772: p_rec.attribute27 :=
773: pay_prf_shd.g_old_rec.attribute27;

Line 773: pay_prf_shd.g_old_rec.attribute27;

769: pay_prf_shd.g_old_rec.attribute26;
770: End If;
771: If (p_rec.attribute27 = hr_api.g_varchar2) then
772: p_rec.attribute27 :=
773: pay_prf_shd.g_old_rec.attribute27;
774: End If;
775: If (p_rec.attribute28 = hr_api.g_varchar2) then
776: p_rec.attribute28 :=
777: pay_prf_shd.g_old_rec.attribute28;

Line 777: pay_prf_shd.g_old_rec.attribute28;

773: pay_prf_shd.g_old_rec.attribute27;
774: End If;
775: If (p_rec.attribute28 = hr_api.g_varchar2) then
776: p_rec.attribute28 :=
777: pay_prf_shd.g_old_rec.attribute28;
778: End If;
779: If (p_rec.attribute29 = hr_api.g_varchar2) then
780: p_rec.attribute29 :=
781: pay_prf_shd.g_old_rec.attribute29;

Line 781: pay_prf_shd.g_old_rec.attribute29;

777: pay_prf_shd.g_old_rec.attribute28;
778: End If;
779: If (p_rec.attribute29 = hr_api.g_varchar2) then
780: p_rec.attribute29 :=
781: pay_prf_shd.g_old_rec.attribute29;
782: End If;
783: If (p_rec.attribute30 = hr_api.g_varchar2) then
784: p_rec.attribute30 :=
785: pay_prf_shd.g_old_rec.attribute30;

Line 785: pay_prf_shd.g_old_rec.attribute30;

781: pay_prf_shd.g_old_rec.attribute29;
782: End If;
783: If (p_rec.attribute30 = hr_api.g_varchar2) then
784: p_rec.attribute30 :=
785: pay_prf_shd.g_old_rec.attribute30;
786: End If;
787: If (p_rec.ran_information_category = hr_api.g_varchar2) then
788: p_rec.ran_information_category :=
789: pay_prf_shd.g_old_rec.ran_information_category;

Line 789: pay_prf_shd.g_old_rec.ran_information_category;

785: pay_prf_shd.g_old_rec.attribute30;
786: End If;
787: If (p_rec.ran_information_category = hr_api.g_varchar2) then
788: p_rec.ran_information_category :=
789: pay_prf_shd.g_old_rec.ran_information_category;
790: End If;
791: If (p_rec.ran_information1 = hr_api.g_varchar2) then
792: p_rec.ran_information1 :=
793: pay_prf_shd.g_old_rec.ran_information1;

Line 793: pay_prf_shd.g_old_rec.ran_information1;

789: pay_prf_shd.g_old_rec.ran_information_category;
790: End If;
791: If (p_rec.ran_information1 = hr_api.g_varchar2) then
792: p_rec.ran_information1 :=
793: pay_prf_shd.g_old_rec.ran_information1;
794: End If;
795: If (p_rec.ran_information2 = hr_api.g_varchar2) then
796: p_rec.ran_information2 :=
797: pay_prf_shd.g_old_rec.ran_information2;

Line 797: pay_prf_shd.g_old_rec.ran_information2;

793: pay_prf_shd.g_old_rec.ran_information1;
794: End If;
795: If (p_rec.ran_information2 = hr_api.g_varchar2) then
796: p_rec.ran_information2 :=
797: pay_prf_shd.g_old_rec.ran_information2;
798: End If;
799: If (p_rec.ran_information3 = hr_api.g_varchar2) then
800: p_rec.ran_information3 :=
801: pay_prf_shd.g_old_rec.ran_information3;

Line 801: pay_prf_shd.g_old_rec.ran_information3;

797: pay_prf_shd.g_old_rec.ran_information2;
798: End If;
799: If (p_rec.ran_information3 = hr_api.g_varchar2) then
800: p_rec.ran_information3 :=
801: pay_prf_shd.g_old_rec.ran_information3;
802: End If;
803: If (p_rec.ran_information4 = hr_api.g_varchar2) then
804: p_rec.ran_information4 :=
805: pay_prf_shd.g_old_rec.ran_information4;

Line 805: pay_prf_shd.g_old_rec.ran_information4;

801: pay_prf_shd.g_old_rec.ran_information3;
802: End If;
803: If (p_rec.ran_information4 = hr_api.g_varchar2) then
804: p_rec.ran_information4 :=
805: pay_prf_shd.g_old_rec.ran_information4;
806: End If;
807: If (p_rec.ran_information5 = hr_api.g_varchar2) then
808: p_rec.ran_information5 :=
809: pay_prf_shd.g_old_rec.ran_information5;

Line 809: pay_prf_shd.g_old_rec.ran_information5;

805: pay_prf_shd.g_old_rec.ran_information4;
806: End If;
807: If (p_rec.ran_information5 = hr_api.g_varchar2) then
808: p_rec.ran_information5 :=
809: pay_prf_shd.g_old_rec.ran_information5;
810: End If;
811: If (p_rec.ran_information6 = hr_api.g_varchar2) then
812: p_rec.ran_information6 :=
813: pay_prf_shd.g_old_rec.ran_information6;

Line 813: pay_prf_shd.g_old_rec.ran_information6;

809: pay_prf_shd.g_old_rec.ran_information5;
810: End If;
811: If (p_rec.ran_information6 = hr_api.g_varchar2) then
812: p_rec.ran_information6 :=
813: pay_prf_shd.g_old_rec.ran_information6;
814: End If;
815: If (p_rec.ran_information7 = hr_api.g_varchar2) then
816: p_rec.ran_information7 :=
817: pay_prf_shd.g_old_rec.ran_information7;

Line 817: pay_prf_shd.g_old_rec.ran_information7;

813: pay_prf_shd.g_old_rec.ran_information6;
814: End If;
815: If (p_rec.ran_information7 = hr_api.g_varchar2) then
816: p_rec.ran_information7 :=
817: pay_prf_shd.g_old_rec.ran_information7;
818: End If;
819: If (p_rec.ran_information8 = hr_api.g_varchar2) then
820: p_rec.ran_information8 :=
821: pay_prf_shd.g_old_rec.ran_information8;

Line 821: pay_prf_shd.g_old_rec.ran_information8;

817: pay_prf_shd.g_old_rec.ran_information7;
818: End If;
819: If (p_rec.ran_information8 = hr_api.g_varchar2) then
820: p_rec.ran_information8 :=
821: pay_prf_shd.g_old_rec.ran_information8;
822: End If;
823: If (p_rec.ran_information9 = hr_api.g_varchar2) then
824: p_rec.ran_information9 :=
825: pay_prf_shd.g_old_rec.ran_information9;

Line 825: pay_prf_shd.g_old_rec.ran_information9;

821: pay_prf_shd.g_old_rec.ran_information8;
822: End If;
823: If (p_rec.ran_information9 = hr_api.g_varchar2) then
824: p_rec.ran_information9 :=
825: pay_prf_shd.g_old_rec.ran_information9;
826: End If;
827: If (p_rec.ran_information10 = hr_api.g_varchar2) then
828: p_rec.ran_information10 :=
829: pay_prf_shd.g_old_rec.ran_information10;

Line 829: pay_prf_shd.g_old_rec.ran_information10;

825: pay_prf_shd.g_old_rec.ran_information9;
826: End If;
827: If (p_rec.ran_information10 = hr_api.g_varchar2) then
828: p_rec.ran_information10 :=
829: pay_prf_shd.g_old_rec.ran_information10;
830: End If;
831: If (p_rec.ran_information11 = hr_api.g_varchar2) then
832: p_rec.ran_information11 :=
833: pay_prf_shd.g_old_rec.ran_information11;

Line 833: pay_prf_shd.g_old_rec.ran_information11;

829: pay_prf_shd.g_old_rec.ran_information10;
830: End If;
831: If (p_rec.ran_information11 = hr_api.g_varchar2) then
832: p_rec.ran_information11 :=
833: pay_prf_shd.g_old_rec.ran_information11;
834: End If;
835: If (p_rec.ran_information12 = hr_api.g_varchar2) then
836: p_rec.ran_information12 :=
837: pay_prf_shd.g_old_rec.ran_information12;

Line 837: pay_prf_shd.g_old_rec.ran_information12;

833: pay_prf_shd.g_old_rec.ran_information11;
834: End If;
835: If (p_rec.ran_information12 = hr_api.g_varchar2) then
836: p_rec.ran_information12 :=
837: pay_prf_shd.g_old_rec.ran_information12;
838: End If;
839: If (p_rec.ran_information13 = hr_api.g_varchar2) then
840: p_rec.ran_information13 :=
841: pay_prf_shd.g_old_rec.ran_information13;

Line 841: pay_prf_shd.g_old_rec.ran_information13;

837: pay_prf_shd.g_old_rec.ran_information12;
838: End If;
839: If (p_rec.ran_information13 = hr_api.g_varchar2) then
840: p_rec.ran_information13 :=
841: pay_prf_shd.g_old_rec.ran_information13;
842: End If;
843: If (p_rec.ran_information14 = hr_api.g_varchar2) then
844: p_rec.ran_information14 :=
845: pay_prf_shd.g_old_rec.ran_information14;

Line 845: pay_prf_shd.g_old_rec.ran_information14;

841: pay_prf_shd.g_old_rec.ran_information13;
842: End If;
843: If (p_rec.ran_information14 = hr_api.g_varchar2) then
844: p_rec.ran_information14 :=
845: pay_prf_shd.g_old_rec.ran_information14;
846: End If;
847: If (p_rec.ran_information15 = hr_api.g_varchar2) then
848: p_rec.ran_information15 :=
849: pay_prf_shd.g_old_rec.ran_information15;

Line 849: pay_prf_shd.g_old_rec.ran_information15;

845: pay_prf_shd.g_old_rec.ran_information14;
846: End If;
847: If (p_rec.ran_information15 = hr_api.g_varchar2) then
848: p_rec.ran_information15 :=
849: pay_prf_shd.g_old_rec.ran_information15;
850: End If;
851: If (p_rec.ran_information16 = hr_api.g_varchar2) then
852: p_rec.ran_information16 :=
853: pay_prf_shd.g_old_rec.ran_information16;

Line 853: pay_prf_shd.g_old_rec.ran_information16;

849: pay_prf_shd.g_old_rec.ran_information15;
850: End If;
851: If (p_rec.ran_information16 = hr_api.g_varchar2) then
852: p_rec.ran_information16 :=
853: pay_prf_shd.g_old_rec.ran_information16;
854: End If;
855: If (p_rec.ran_information17 = hr_api.g_varchar2) then
856: p_rec.ran_information17 :=
857: pay_prf_shd.g_old_rec.ran_information17;

Line 857: pay_prf_shd.g_old_rec.ran_information17;

853: pay_prf_shd.g_old_rec.ran_information16;
854: End If;
855: If (p_rec.ran_information17 = hr_api.g_varchar2) then
856: p_rec.ran_information17 :=
857: pay_prf_shd.g_old_rec.ran_information17;
858: End If;
859: If (p_rec.ran_information18 = hr_api.g_varchar2) then
860: p_rec.ran_information18 :=
861: pay_prf_shd.g_old_rec.ran_information18;

Line 861: pay_prf_shd.g_old_rec.ran_information18;

857: pay_prf_shd.g_old_rec.ran_information17;
858: End If;
859: If (p_rec.ran_information18 = hr_api.g_varchar2) then
860: p_rec.ran_information18 :=
861: pay_prf_shd.g_old_rec.ran_information18;
862: End If;
863: If (p_rec.ran_information19 = hr_api.g_varchar2) then
864: p_rec.ran_information19 :=
865: pay_prf_shd.g_old_rec.ran_information19;

Line 865: pay_prf_shd.g_old_rec.ran_information19;

861: pay_prf_shd.g_old_rec.ran_information18;
862: End If;
863: If (p_rec.ran_information19 = hr_api.g_varchar2) then
864: p_rec.ran_information19 :=
865: pay_prf_shd.g_old_rec.ran_information19;
866: End If;
867: If (p_rec.ran_information20 = hr_api.g_varchar2) then
868: p_rec.ran_information20 :=
869: pay_prf_shd.g_old_rec.ran_information20;

Line 869: pay_prf_shd.g_old_rec.ran_information20;

865: pay_prf_shd.g_old_rec.ran_information19;
866: End If;
867: If (p_rec.ran_information20 = hr_api.g_varchar2) then
868: p_rec.ran_information20 :=
869: pay_prf_shd.g_old_rec.ran_information20;
870: End If;
871: If (p_rec.ran_information21 = hr_api.g_varchar2) then
872: p_rec.ran_information21 :=
873: pay_prf_shd.g_old_rec.ran_information21;

Line 873: pay_prf_shd.g_old_rec.ran_information21;

869: pay_prf_shd.g_old_rec.ran_information20;
870: End If;
871: If (p_rec.ran_information21 = hr_api.g_varchar2) then
872: p_rec.ran_information21 :=
873: pay_prf_shd.g_old_rec.ran_information21;
874: End If;
875: If (p_rec.ran_information22 = hr_api.g_varchar2) then
876: p_rec.ran_information22 :=
877: pay_prf_shd.g_old_rec.ran_information22;

Line 877: pay_prf_shd.g_old_rec.ran_information22;

873: pay_prf_shd.g_old_rec.ran_information21;
874: End If;
875: If (p_rec.ran_information22 = hr_api.g_varchar2) then
876: p_rec.ran_information22 :=
877: pay_prf_shd.g_old_rec.ran_information22;
878: End If;
879: If (p_rec.ran_information23 = hr_api.g_varchar2) then
880: p_rec.ran_information23 :=
881: pay_prf_shd.g_old_rec.ran_information23;

Line 881: pay_prf_shd.g_old_rec.ran_information23;

877: pay_prf_shd.g_old_rec.ran_information22;
878: End If;
879: If (p_rec.ran_information23 = hr_api.g_varchar2) then
880: p_rec.ran_information23 :=
881: pay_prf_shd.g_old_rec.ran_information23;
882: End If;
883: If (p_rec.ran_information24 = hr_api.g_varchar2) then
884: p_rec.ran_information24 :=
885: pay_prf_shd.g_old_rec.ran_information24;

Line 885: pay_prf_shd.g_old_rec.ran_information24;

881: pay_prf_shd.g_old_rec.ran_information23;
882: End If;
883: If (p_rec.ran_information24 = hr_api.g_varchar2) then
884: p_rec.ran_information24 :=
885: pay_prf_shd.g_old_rec.ran_information24;
886: End If;
887: If (p_rec.ran_information25 = hr_api.g_varchar2) then
888: p_rec.ran_information25 :=
889: pay_prf_shd.g_old_rec.ran_information25;

Line 889: pay_prf_shd.g_old_rec.ran_information25;

885: pay_prf_shd.g_old_rec.ran_information24;
886: End If;
887: If (p_rec.ran_information25 = hr_api.g_varchar2) then
888: p_rec.ran_information25 :=
889: pay_prf_shd.g_old_rec.ran_information25;
890: End If;
891: If (p_rec.ran_information26 = hr_api.g_varchar2) then
892: p_rec.ran_information26 :=
893: pay_prf_shd.g_old_rec.ran_information26;

Line 893: pay_prf_shd.g_old_rec.ran_information26;

889: pay_prf_shd.g_old_rec.ran_information25;
890: End If;
891: If (p_rec.ran_information26 = hr_api.g_varchar2) then
892: p_rec.ran_information26 :=
893: pay_prf_shd.g_old_rec.ran_information26;
894: End If;
895: If (p_rec.ran_information27 = hr_api.g_varchar2) then
896: p_rec.ran_information27 :=
897: pay_prf_shd.g_old_rec.ran_information27;

Line 897: pay_prf_shd.g_old_rec.ran_information27;

893: pay_prf_shd.g_old_rec.ran_information26;
894: End If;
895: If (p_rec.ran_information27 = hr_api.g_varchar2) then
896: p_rec.ran_information27 :=
897: pay_prf_shd.g_old_rec.ran_information27;
898: End If;
899: If (p_rec.ran_information28 = hr_api.g_varchar2) then
900: p_rec.ran_information28 :=
901: pay_prf_shd.g_old_rec.ran_information28;

Line 901: pay_prf_shd.g_old_rec.ran_information28;

897: pay_prf_shd.g_old_rec.ran_information27;
898: End If;
899: If (p_rec.ran_information28 = hr_api.g_varchar2) then
900: p_rec.ran_information28 :=
901: pay_prf_shd.g_old_rec.ran_information28;
902: End If;
903: If (p_rec.ran_information29 = hr_api.g_varchar2) then
904: p_rec.ran_information29 :=
905: pay_prf_shd.g_old_rec.ran_information29;

Line 905: pay_prf_shd.g_old_rec.ran_information29;

901: pay_prf_shd.g_old_rec.ran_information28;
902: End If;
903: If (p_rec.ran_information29 = hr_api.g_varchar2) then
904: p_rec.ran_information29 :=
905: pay_prf_shd.g_old_rec.ran_information29;
906: End If;
907: If (p_rec.ran_information30 = hr_api.g_varchar2) then
908: p_rec.ran_information30 :=
909: pay_prf_shd.g_old_rec.ran_information30;

Line 909: pay_prf_shd.g_old_rec.ran_information30;

905: pay_prf_shd.g_old_rec.ran_information29;
906: End If;
907: If (p_rec.ran_information30 = hr_api.g_varchar2) then
908: p_rec.ran_information30 :=
909: pay_prf_shd.g_old_rec.ran_information30;
910: End If;
911: --
912: End convert_defs;
913: --

Line 918: (p_rec in out nocopy pay_prf_shd.g_rec_type

914: -- ----------------------------------------------------------------------------
915: -- |---------------------------------< upd >----------------------------------|
916: -- ----------------------------------------------------------------------------
917: Procedure upd
918: (p_rec in out nocopy pay_prf_shd.g_rec_type
919: ) is
920: --
921: l_proc varchar2(72) := g_package||'upd';
922: --

Line 928: pay_prf_shd.lck

924: hr_utility.set_location('Entering:'||l_proc, 5);
925: --
926: -- We must lock the row which we need to update.
927: --
928: pay_prf_shd.lck
929: (p_rec.range_table_id
930: ,p_rec.object_version_number
931: );
932: --

Line 1049: l_rec pay_prf_shd.g_rec_type;

1045: ,p_ran_information29 in varchar2 default hr_api.g_varchar2
1046: ,p_ran_information30 in varchar2 default hr_api.g_varchar2
1047: ) is
1048: --
1049: l_rec pay_prf_shd.g_rec_type;
1050: l_proc varchar2(72) := g_package||'upd';
1051: --
1052: Begin
1053: hr_utility.set_location('Entering:'||l_proc, 5);

Line 1059: pay_prf_shd.convert_args

1055: -- Call conversion function to turn arguments into the
1056: -- l_rec structure.
1057: --
1058: l_rec :=
1059: pay_prf_shd.convert_args
1060: (p_range_table_id
1061: ,p_effective_start_date
1062: ,p_effective_end_date
1063: ,p_range_table_number