DBA Data[Home] [Help]

APPS.BEN_CPE_UPD dependencies on BEN_CPE_SHD

Line 55: (p_rec in out nocopy ben_cpe_shd.g_rec_type

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

Line 66: ben_cpe_shd.g_api_dml := true; -- Set the api dml status

62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --
66: ben_cpe_shd.g_api_dml := true; -- Set the api dml status
67: --
68: -- Update the ben_copy_entity_results Row
69: --
70: update ben_copy_entity_results

Line 444: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

440: ,datetrack_mode = p_rec.datetrack_mode
441: ,object_version_number = p_rec.object_version_number
442: where copy_entity_result_id = p_rec.copy_entity_result_id;
443: --
444: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
445: --
446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447: --
448: Exception

Line 451: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

447: --
448: Exception
449: When hr_api.check_integrity_violated Then
450: -- A check constraint has been violated
451: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
452: ben_cpe_shd.constraint_error
453: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
454: When hr_api.parent_integrity_violated Then
455: -- Parent integrity has been violated

Line 452: ben_cpe_shd.constraint_error

448: Exception
449: When hr_api.check_integrity_violated Then
450: -- A check constraint has been violated
451: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
452: ben_cpe_shd.constraint_error
453: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
454: When hr_api.parent_integrity_violated Then
455: -- Parent integrity has been violated
456: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

Line 456: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

452: ben_cpe_shd.constraint_error
453: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
454: When hr_api.parent_integrity_violated Then
455: -- Parent integrity has been violated
456: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
457: ben_cpe_shd.constraint_error
458: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
459: When hr_api.unique_integrity_violated Then
460: -- Unique integrity has been violated

Line 457: ben_cpe_shd.constraint_error

453: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
454: When hr_api.parent_integrity_violated Then
455: -- Parent integrity has been violated
456: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
457: ben_cpe_shd.constraint_error
458: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
459: When hr_api.unique_integrity_violated Then
460: -- Unique integrity has been violated
461: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

Line 461: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

457: ben_cpe_shd.constraint_error
458: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
459: When hr_api.unique_integrity_violated Then
460: -- Unique integrity has been violated
461: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
462: ben_cpe_shd.constraint_error
463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
464: When Others Then
465: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

Line 462: ben_cpe_shd.constraint_error

458: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
459: When hr_api.unique_integrity_violated Then
460: -- Unique integrity has been violated
461: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
462: ben_cpe_shd.constraint_error
463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
464: When Others Then
465: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
466: Raise;

Line 465: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status

461: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
462: ben_cpe_shd.constraint_error
463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
464: When Others Then
465: ben_cpe_shd.g_api_dml := false; -- Unset the api dml status
466: Raise;
467: End update_dml;
468: --
469: -- ----------------------------------------------------------------------------

Line 502: (p_rec in ben_cpe_shd.g_rec_type

498: --
499: -- {End Of Comments}
500: -- ----------------------------------------------------------------------------
501: Procedure pre_update
502: (p_rec in ben_cpe_shd.g_rec_type
503: ) is
504: --
505: l_proc varchar2(72) := g_package||'pre_update';
506: --

Line 547: ,p_rec in ben_cpe_shd.g_rec_type

543: -- {End Of Comments}
544: -- ----------------------------------------------------------------------------
545: Procedure post_update
546: (p_effective_date in date
547: ,p_rec in ben_cpe_shd.g_rec_type
548: ) is
549: --
550: l_proc varchar2(72) := g_package||'post_update';
551: --

Line 1280: => ben_cpe_shd.g_old_rec.copy_entity_txn_id

1276: => p_rec.datetrack_mode
1277: ,p_object_version_number
1278: => p_rec.object_version_number
1279: ,p_copy_entity_txn_id_o
1280: => ben_cpe_shd.g_old_rec.copy_entity_txn_id
1281: ,p_src_copy_entity_result_id_o
1282: => ben_cpe_shd.g_old_rec.src_copy_entity_result_id
1283: ,p_result_type_cd_o
1284: => ben_cpe_shd.g_old_rec.result_type_cd

Line 1282: => ben_cpe_shd.g_old_rec.src_copy_entity_result_id

1278: => p_rec.object_version_number
1279: ,p_copy_entity_txn_id_o
1280: => ben_cpe_shd.g_old_rec.copy_entity_txn_id
1281: ,p_src_copy_entity_result_id_o
1282: => ben_cpe_shd.g_old_rec.src_copy_entity_result_id
1283: ,p_result_type_cd_o
1284: => ben_cpe_shd.g_old_rec.result_type_cd
1285: ,p_number_of_copies_o
1286: => ben_cpe_shd.g_old_rec.number_of_copies

Line 1284: => ben_cpe_shd.g_old_rec.result_type_cd

1280: => ben_cpe_shd.g_old_rec.copy_entity_txn_id
1281: ,p_src_copy_entity_result_id_o
1282: => ben_cpe_shd.g_old_rec.src_copy_entity_result_id
1283: ,p_result_type_cd_o
1284: => ben_cpe_shd.g_old_rec.result_type_cd
1285: ,p_number_of_copies_o
1286: => ben_cpe_shd.g_old_rec.number_of_copies
1287: ,p_mirror_entity_result_id_o
1288: => ben_cpe_shd.g_old_rec.mirror_entity_result_id

Line 1286: => ben_cpe_shd.g_old_rec.number_of_copies

1282: => ben_cpe_shd.g_old_rec.src_copy_entity_result_id
1283: ,p_result_type_cd_o
1284: => ben_cpe_shd.g_old_rec.result_type_cd
1285: ,p_number_of_copies_o
1286: => ben_cpe_shd.g_old_rec.number_of_copies
1287: ,p_mirror_entity_result_id_o
1288: => ben_cpe_shd.g_old_rec.mirror_entity_result_id
1289: ,p_mirror_src_entity_result_i_o
1290: => ben_cpe_shd.g_old_rec.mirror_src_entity_result_id

Line 1288: => ben_cpe_shd.g_old_rec.mirror_entity_result_id

1284: => ben_cpe_shd.g_old_rec.result_type_cd
1285: ,p_number_of_copies_o
1286: => ben_cpe_shd.g_old_rec.number_of_copies
1287: ,p_mirror_entity_result_id_o
1288: => ben_cpe_shd.g_old_rec.mirror_entity_result_id
1289: ,p_mirror_src_entity_result_i_o
1290: => ben_cpe_shd.g_old_rec.mirror_src_entity_result_id
1291: ,p_parent_entity_result_id_o
1292: => ben_cpe_shd.g_old_rec.parent_entity_result_id

Line 1290: => ben_cpe_shd.g_old_rec.mirror_src_entity_result_id

1286: => ben_cpe_shd.g_old_rec.number_of_copies
1287: ,p_mirror_entity_result_id_o
1288: => ben_cpe_shd.g_old_rec.mirror_entity_result_id
1289: ,p_mirror_src_entity_result_i_o
1290: => ben_cpe_shd.g_old_rec.mirror_src_entity_result_id
1291: ,p_parent_entity_result_id_o
1292: => ben_cpe_shd.g_old_rec.parent_entity_result_id
1293: ,p_pd_mr_src_entity_result_id_o
1294: => ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id

Line 1292: => ben_cpe_shd.g_old_rec.parent_entity_result_id

1288: => ben_cpe_shd.g_old_rec.mirror_entity_result_id
1289: ,p_mirror_src_entity_result_i_o
1290: => ben_cpe_shd.g_old_rec.mirror_src_entity_result_id
1291: ,p_parent_entity_result_id_o
1292: => ben_cpe_shd.g_old_rec.parent_entity_result_id
1293: ,p_pd_mr_src_entity_result_id_o
1294: => ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id
1295: ,p_pd_parent_entity_result_id_o
1296: => ben_cpe_shd.g_old_rec.pd_parent_entity_result_id

Line 1294: => ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id

1290: => ben_cpe_shd.g_old_rec.mirror_src_entity_result_id
1291: ,p_parent_entity_result_id_o
1292: => ben_cpe_shd.g_old_rec.parent_entity_result_id
1293: ,p_pd_mr_src_entity_result_id_o
1294: => ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id
1295: ,p_pd_parent_entity_result_id_o
1296: => ben_cpe_shd.g_old_rec.pd_parent_entity_result_id
1297: ,p_gs_mr_src_entity_result_id_o
1298: => ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id

Line 1296: => ben_cpe_shd.g_old_rec.pd_parent_entity_result_id

1292: => ben_cpe_shd.g_old_rec.parent_entity_result_id
1293: ,p_pd_mr_src_entity_result_id_o
1294: => ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id
1295: ,p_pd_parent_entity_result_id_o
1296: => ben_cpe_shd.g_old_rec.pd_parent_entity_result_id
1297: ,p_gs_mr_src_entity_result_id_o
1298: => ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id
1299: ,p_gs_parent_entity_result_id_o
1300: => ben_cpe_shd.g_old_rec.gs_parent_entity_result_id

Line 1298: => ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id

1294: => ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id
1295: ,p_pd_parent_entity_result_id_o
1296: => ben_cpe_shd.g_old_rec.pd_parent_entity_result_id
1297: ,p_gs_mr_src_entity_result_id_o
1298: => ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id
1299: ,p_gs_parent_entity_result_id_o
1300: => ben_cpe_shd.g_old_rec.gs_parent_entity_result_id
1301: ,p_table_name_o
1302: => ben_cpe_shd.g_old_rec.table_name

Line 1300: => ben_cpe_shd.g_old_rec.gs_parent_entity_result_id

1296: => ben_cpe_shd.g_old_rec.pd_parent_entity_result_id
1297: ,p_gs_mr_src_entity_result_id_o
1298: => ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id
1299: ,p_gs_parent_entity_result_id_o
1300: => ben_cpe_shd.g_old_rec.gs_parent_entity_result_id
1301: ,p_table_name_o
1302: => ben_cpe_shd.g_old_rec.table_name
1303: ,p_table_alias_o
1304: => ben_cpe_shd.g_old_rec.table_alias

Line 1302: => ben_cpe_shd.g_old_rec.table_name

1298: => ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id
1299: ,p_gs_parent_entity_result_id_o
1300: => ben_cpe_shd.g_old_rec.gs_parent_entity_result_id
1301: ,p_table_name_o
1302: => ben_cpe_shd.g_old_rec.table_name
1303: ,p_table_alias_o
1304: => ben_cpe_shd.g_old_rec.table_alias
1305: ,p_table_route_id_o
1306: => ben_cpe_shd.g_old_rec.table_route_id

Line 1304: => ben_cpe_shd.g_old_rec.table_alias

1300: => ben_cpe_shd.g_old_rec.gs_parent_entity_result_id
1301: ,p_table_name_o
1302: => ben_cpe_shd.g_old_rec.table_name
1303: ,p_table_alias_o
1304: => ben_cpe_shd.g_old_rec.table_alias
1305: ,p_table_route_id_o
1306: => ben_cpe_shd.g_old_rec.table_route_id
1307: ,p_status_o
1308: => ben_cpe_shd.g_old_rec.status

Line 1306: => ben_cpe_shd.g_old_rec.table_route_id

1302: => ben_cpe_shd.g_old_rec.table_name
1303: ,p_table_alias_o
1304: => ben_cpe_shd.g_old_rec.table_alias
1305: ,p_table_route_id_o
1306: => ben_cpe_shd.g_old_rec.table_route_id
1307: ,p_status_o
1308: => ben_cpe_shd.g_old_rec.status
1309: ,p_dml_operation_o
1310: => ben_cpe_shd.g_old_rec.dml_operation

Line 1308: => ben_cpe_shd.g_old_rec.status

1304: => ben_cpe_shd.g_old_rec.table_alias
1305: ,p_table_route_id_o
1306: => ben_cpe_shd.g_old_rec.table_route_id
1307: ,p_status_o
1308: => ben_cpe_shd.g_old_rec.status
1309: ,p_dml_operation_o
1310: => ben_cpe_shd.g_old_rec.dml_operation
1311: ,p_information_category_o
1312: => ben_cpe_shd.g_old_rec.information_category

Line 1310: => ben_cpe_shd.g_old_rec.dml_operation

1306: => ben_cpe_shd.g_old_rec.table_route_id
1307: ,p_status_o
1308: => ben_cpe_shd.g_old_rec.status
1309: ,p_dml_operation_o
1310: => ben_cpe_shd.g_old_rec.dml_operation
1311: ,p_information_category_o
1312: => ben_cpe_shd.g_old_rec.information_category
1313: ,p_information1_o
1314: => ben_cpe_shd.g_old_rec.information1

Line 1312: => ben_cpe_shd.g_old_rec.information_category

1308: => ben_cpe_shd.g_old_rec.status
1309: ,p_dml_operation_o
1310: => ben_cpe_shd.g_old_rec.dml_operation
1311: ,p_information_category_o
1312: => ben_cpe_shd.g_old_rec.information_category
1313: ,p_information1_o
1314: => ben_cpe_shd.g_old_rec.information1
1315: ,p_information2_o
1316: => ben_cpe_shd.g_old_rec.information2

Line 1314: => ben_cpe_shd.g_old_rec.information1

1310: => ben_cpe_shd.g_old_rec.dml_operation
1311: ,p_information_category_o
1312: => ben_cpe_shd.g_old_rec.information_category
1313: ,p_information1_o
1314: => ben_cpe_shd.g_old_rec.information1
1315: ,p_information2_o
1316: => ben_cpe_shd.g_old_rec.information2
1317: ,p_information3_o
1318: => ben_cpe_shd.g_old_rec.information3

Line 1316: => ben_cpe_shd.g_old_rec.information2

1312: => ben_cpe_shd.g_old_rec.information_category
1313: ,p_information1_o
1314: => ben_cpe_shd.g_old_rec.information1
1315: ,p_information2_o
1316: => ben_cpe_shd.g_old_rec.information2
1317: ,p_information3_o
1318: => ben_cpe_shd.g_old_rec.information3
1319: ,p_information4_o
1320: => ben_cpe_shd.g_old_rec.information4

Line 1318: => ben_cpe_shd.g_old_rec.information3

1314: => ben_cpe_shd.g_old_rec.information1
1315: ,p_information2_o
1316: => ben_cpe_shd.g_old_rec.information2
1317: ,p_information3_o
1318: => ben_cpe_shd.g_old_rec.information3
1319: ,p_information4_o
1320: => ben_cpe_shd.g_old_rec.information4
1321: ,p_information5_o
1322: => ben_cpe_shd.g_old_rec.information5

Line 1320: => ben_cpe_shd.g_old_rec.information4

1316: => ben_cpe_shd.g_old_rec.information2
1317: ,p_information3_o
1318: => ben_cpe_shd.g_old_rec.information3
1319: ,p_information4_o
1320: => ben_cpe_shd.g_old_rec.information4
1321: ,p_information5_o
1322: => ben_cpe_shd.g_old_rec.information5
1323: ,p_information6_o
1324: => ben_cpe_shd.g_old_rec.information6

Line 1322: => ben_cpe_shd.g_old_rec.information5

1318: => ben_cpe_shd.g_old_rec.information3
1319: ,p_information4_o
1320: => ben_cpe_shd.g_old_rec.information4
1321: ,p_information5_o
1322: => ben_cpe_shd.g_old_rec.information5
1323: ,p_information6_o
1324: => ben_cpe_shd.g_old_rec.information6
1325: ,p_information7_o
1326: => ben_cpe_shd.g_old_rec.information7

Line 1324: => ben_cpe_shd.g_old_rec.information6

1320: => ben_cpe_shd.g_old_rec.information4
1321: ,p_information5_o
1322: => ben_cpe_shd.g_old_rec.information5
1323: ,p_information6_o
1324: => ben_cpe_shd.g_old_rec.information6
1325: ,p_information7_o
1326: => ben_cpe_shd.g_old_rec.information7
1327: ,p_information8_o
1328: => ben_cpe_shd.g_old_rec.information8

Line 1326: => ben_cpe_shd.g_old_rec.information7

1322: => ben_cpe_shd.g_old_rec.information5
1323: ,p_information6_o
1324: => ben_cpe_shd.g_old_rec.information6
1325: ,p_information7_o
1326: => ben_cpe_shd.g_old_rec.information7
1327: ,p_information8_o
1328: => ben_cpe_shd.g_old_rec.information8
1329: ,p_information9_o
1330: => ben_cpe_shd.g_old_rec.information9

Line 1328: => ben_cpe_shd.g_old_rec.information8

1324: => ben_cpe_shd.g_old_rec.information6
1325: ,p_information7_o
1326: => ben_cpe_shd.g_old_rec.information7
1327: ,p_information8_o
1328: => ben_cpe_shd.g_old_rec.information8
1329: ,p_information9_o
1330: => ben_cpe_shd.g_old_rec.information9
1331: ,p_information10_o
1332: => ben_cpe_shd.g_old_rec.information10

Line 1330: => ben_cpe_shd.g_old_rec.information9

1326: => ben_cpe_shd.g_old_rec.information7
1327: ,p_information8_o
1328: => ben_cpe_shd.g_old_rec.information8
1329: ,p_information9_o
1330: => ben_cpe_shd.g_old_rec.information9
1331: ,p_information10_o
1332: => ben_cpe_shd.g_old_rec.information10
1333: ,p_information11_o
1334: => ben_cpe_shd.g_old_rec.information11

Line 1332: => ben_cpe_shd.g_old_rec.information10

1328: => ben_cpe_shd.g_old_rec.information8
1329: ,p_information9_o
1330: => ben_cpe_shd.g_old_rec.information9
1331: ,p_information10_o
1332: => ben_cpe_shd.g_old_rec.information10
1333: ,p_information11_o
1334: => ben_cpe_shd.g_old_rec.information11
1335: ,p_information12_o
1336: => ben_cpe_shd.g_old_rec.information12

Line 1334: => ben_cpe_shd.g_old_rec.information11

1330: => ben_cpe_shd.g_old_rec.information9
1331: ,p_information10_o
1332: => ben_cpe_shd.g_old_rec.information10
1333: ,p_information11_o
1334: => ben_cpe_shd.g_old_rec.information11
1335: ,p_information12_o
1336: => ben_cpe_shd.g_old_rec.information12
1337: ,p_information13_o
1338: => ben_cpe_shd.g_old_rec.information13

Line 1336: => ben_cpe_shd.g_old_rec.information12

1332: => ben_cpe_shd.g_old_rec.information10
1333: ,p_information11_o
1334: => ben_cpe_shd.g_old_rec.information11
1335: ,p_information12_o
1336: => ben_cpe_shd.g_old_rec.information12
1337: ,p_information13_o
1338: => ben_cpe_shd.g_old_rec.information13
1339: ,p_information14_o
1340: => ben_cpe_shd.g_old_rec.information14

Line 1338: => ben_cpe_shd.g_old_rec.information13

1334: => ben_cpe_shd.g_old_rec.information11
1335: ,p_information12_o
1336: => ben_cpe_shd.g_old_rec.information12
1337: ,p_information13_o
1338: => ben_cpe_shd.g_old_rec.information13
1339: ,p_information14_o
1340: => ben_cpe_shd.g_old_rec.information14
1341: ,p_information15_o
1342: => ben_cpe_shd.g_old_rec.information15

Line 1340: => ben_cpe_shd.g_old_rec.information14

1336: => ben_cpe_shd.g_old_rec.information12
1337: ,p_information13_o
1338: => ben_cpe_shd.g_old_rec.information13
1339: ,p_information14_o
1340: => ben_cpe_shd.g_old_rec.information14
1341: ,p_information15_o
1342: => ben_cpe_shd.g_old_rec.information15
1343: ,p_information16_o
1344: => ben_cpe_shd.g_old_rec.information16

Line 1342: => ben_cpe_shd.g_old_rec.information15

1338: => ben_cpe_shd.g_old_rec.information13
1339: ,p_information14_o
1340: => ben_cpe_shd.g_old_rec.information14
1341: ,p_information15_o
1342: => ben_cpe_shd.g_old_rec.information15
1343: ,p_information16_o
1344: => ben_cpe_shd.g_old_rec.information16
1345: ,p_information17_o
1346: => ben_cpe_shd.g_old_rec.information17

Line 1344: => ben_cpe_shd.g_old_rec.information16

1340: => ben_cpe_shd.g_old_rec.information14
1341: ,p_information15_o
1342: => ben_cpe_shd.g_old_rec.information15
1343: ,p_information16_o
1344: => ben_cpe_shd.g_old_rec.information16
1345: ,p_information17_o
1346: => ben_cpe_shd.g_old_rec.information17
1347: ,p_information18_o
1348: => ben_cpe_shd.g_old_rec.information18

Line 1346: => ben_cpe_shd.g_old_rec.information17

1342: => ben_cpe_shd.g_old_rec.information15
1343: ,p_information16_o
1344: => ben_cpe_shd.g_old_rec.information16
1345: ,p_information17_o
1346: => ben_cpe_shd.g_old_rec.information17
1347: ,p_information18_o
1348: => ben_cpe_shd.g_old_rec.information18
1349: ,p_information19_o
1350: => ben_cpe_shd.g_old_rec.information19

Line 1348: => ben_cpe_shd.g_old_rec.information18

1344: => ben_cpe_shd.g_old_rec.information16
1345: ,p_information17_o
1346: => ben_cpe_shd.g_old_rec.information17
1347: ,p_information18_o
1348: => ben_cpe_shd.g_old_rec.information18
1349: ,p_information19_o
1350: => ben_cpe_shd.g_old_rec.information19
1351: ,p_information20_o
1352: => ben_cpe_shd.g_old_rec.information20

Line 1350: => ben_cpe_shd.g_old_rec.information19

1346: => ben_cpe_shd.g_old_rec.information17
1347: ,p_information18_o
1348: => ben_cpe_shd.g_old_rec.information18
1349: ,p_information19_o
1350: => ben_cpe_shd.g_old_rec.information19
1351: ,p_information20_o
1352: => ben_cpe_shd.g_old_rec.information20
1353: ,p_information21_o
1354: => ben_cpe_shd.g_old_rec.information21

Line 1352: => ben_cpe_shd.g_old_rec.information20

1348: => ben_cpe_shd.g_old_rec.information18
1349: ,p_information19_o
1350: => ben_cpe_shd.g_old_rec.information19
1351: ,p_information20_o
1352: => ben_cpe_shd.g_old_rec.information20
1353: ,p_information21_o
1354: => ben_cpe_shd.g_old_rec.information21
1355: ,p_information22_o
1356: => ben_cpe_shd.g_old_rec.information22

Line 1354: => ben_cpe_shd.g_old_rec.information21

1350: => ben_cpe_shd.g_old_rec.information19
1351: ,p_information20_o
1352: => ben_cpe_shd.g_old_rec.information20
1353: ,p_information21_o
1354: => ben_cpe_shd.g_old_rec.information21
1355: ,p_information22_o
1356: => ben_cpe_shd.g_old_rec.information22
1357: ,p_information23_o
1358: => ben_cpe_shd.g_old_rec.information23

Line 1356: => ben_cpe_shd.g_old_rec.information22

1352: => ben_cpe_shd.g_old_rec.information20
1353: ,p_information21_o
1354: => ben_cpe_shd.g_old_rec.information21
1355: ,p_information22_o
1356: => ben_cpe_shd.g_old_rec.information22
1357: ,p_information23_o
1358: => ben_cpe_shd.g_old_rec.information23
1359: ,p_information24_o
1360: => ben_cpe_shd.g_old_rec.information24

Line 1358: => ben_cpe_shd.g_old_rec.information23

1354: => ben_cpe_shd.g_old_rec.information21
1355: ,p_information22_o
1356: => ben_cpe_shd.g_old_rec.information22
1357: ,p_information23_o
1358: => ben_cpe_shd.g_old_rec.information23
1359: ,p_information24_o
1360: => ben_cpe_shd.g_old_rec.information24
1361: ,p_information25_o
1362: => ben_cpe_shd.g_old_rec.information25

Line 1360: => ben_cpe_shd.g_old_rec.information24

1356: => ben_cpe_shd.g_old_rec.information22
1357: ,p_information23_o
1358: => ben_cpe_shd.g_old_rec.information23
1359: ,p_information24_o
1360: => ben_cpe_shd.g_old_rec.information24
1361: ,p_information25_o
1362: => ben_cpe_shd.g_old_rec.information25
1363: ,p_information26_o
1364: => ben_cpe_shd.g_old_rec.information26

Line 1362: => ben_cpe_shd.g_old_rec.information25

1358: => ben_cpe_shd.g_old_rec.information23
1359: ,p_information24_o
1360: => ben_cpe_shd.g_old_rec.information24
1361: ,p_information25_o
1362: => ben_cpe_shd.g_old_rec.information25
1363: ,p_information26_o
1364: => ben_cpe_shd.g_old_rec.information26
1365: ,p_information27_o
1366: => ben_cpe_shd.g_old_rec.information27

Line 1364: => ben_cpe_shd.g_old_rec.information26

1360: => ben_cpe_shd.g_old_rec.information24
1361: ,p_information25_o
1362: => ben_cpe_shd.g_old_rec.information25
1363: ,p_information26_o
1364: => ben_cpe_shd.g_old_rec.information26
1365: ,p_information27_o
1366: => ben_cpe_shd.g_old_rec.information27
1367: ,p_information28_o
1368: => ben_cpe_shd.g_old_rec.information28

Line 1366: => ben_cpe_shd.g_old_rec.information27

1362: => ben_cpe_shd.g_old_rec.information25
1363: ,p_information26_o
1364: => ben_cpe_shd.g_old_rec.information26
1365: ,p_information27_o
1366: => ben_cpe_shd.g_old_rec.information27
1367: ,p_information28_o
1368: => ben_cpe_shd.g_old_rec.information28
1369: ,p_information29_o
1370: => ben_cpe_shd.g_old_rec.information29

Line 1368: => ben_cpe_shd.g_old_rec.information28

1364: => ben_cpe_shd.g_old_rec.information26
1365: ,p_information27_o
1366: => ben_cpe_shd.g_old_rec.information27
1367: ,p_information28_o
1368: => ben_cpe_shd.g_old_rec.information28
1369: ,p_information29_o
1370: => ben_cpe_shd.g_old_rec.information29
1371: ,p_information30_o
1372: => ben_cpe_shd.g_old_rec.information30

Line 1370: => ben_cpe_shd.g_old_rec.information29

1366: => ben_cpe_shd.g_old_rec.information27
1367: ,p_information28_o
1368: => ben_cpe_shd.g_old_rec.information28
1369: ,p_information29_o
1370: => ben_cpe_shd.g_old_rec.information29
1371: ,p_information30_o
1372: => ben_cpe_shd.g_old_rec.information30
1373: ,p_information31_o
1374: => ben_cpe_shd.g_old_rec.information31

Line 1372: => ben_cpe_shd.g_old_rec.information30

1368: => ben_cpe_shd.g_old_rec.information28
1369: ,p_information29_o
1370: => ben_cpe_shd.g_old_rec.information29
1371: ,p_information30_o
1372: => ben_cpe_shd.g_old_rec.information30
1373: ,p_information31_o
1374: => ben_cpe_shd.g_old_rec.information31
1375: ,p_information32_o
1376: => ben_cpe_shd.g_old_rec.information32

Line 1374: => ben_cpe_shd.g_old_rec.information31

1370: => ben_cpe_shd.g_old_rec.information29
1371: ,p_information30_o
1372: => ben_cpe_shd.g_old_rec.information30
1373: ,p_information31_o
1374: => ben_cpe_shd.g_old_rec.information31
1375: ,p_information32_o
1376: => ben_cpe_shd.g_old_rec.information32
1377: ,p_information33_o
1378: => ben_cpe_shd.g_old_rec.information33

Line 1376: => ben_cpe_shd.g_old_rec.information32

1372: => ben_cpe_shd.g_old_rec.information30
1373: ,p_information31_o
1374: => ben_cpe_shd.g_old_rec.information31
1375: ,p_information32_o
1376: => ben_cpe_shd.g_old_rec.information32
1377: ,p_information33_o
1378: => ben_cpe_shd.g_old_rec.information33
1379: ,p_information34_o
1380: => ben_cpe_shd.g_old_rec.information34

Line 1378: => ben_cpe_shd.g_old_rec.information33

1374: => ben_cpe_shd.g_old_rec.information31
1375: ,p_information32_o
1376: => ben_cpe_shd.g_old_rec.information32
1377: ,p_information33_o
1378: => ben_cpe_shd.g_old_rec.information33
1379: ,p_information34_o
1380: => ben_cpe_shd.g_old_rec.information34
1381: ,p_information35_o
1382: => ben_cpe_shd.g_old_rec.information35

Line 1380: => ben_cpe_shd.g_old_rec.information34

1376: => ben_cpe_shd.g_old_rec.information32
1377: ,p_information33_o
1378: => ben_cpe_shd.g_old_rec.information33
1379: ,p_information34_o
1380: => ben_cpe_shd.g_old_rec.information34
1381: ,p_information35_o
1382: => ben_cpe_shd.g_old_rec.information35
1383: ,p_information36_o
1384: => ben_cpe_shd.g_old_rec.information36

Line 1382: => ben_cpe_shd.g_old_rec.information35

1378: => ben_cpe_shd.g_old_rec.information33
1379: ,p_information34_o
1380: => ben_cpe_shd.g_old_rec.information34
1381: ,p_information35_o
1382: => ben_cpe_shd.g_old_rec.information35
1383: ,p_information36_o
1384: => ben_cpe_shd.g_old_rec.information36
1385: ,p_information37_o
1386: => ben_cpe_shd.g_old_rec.information37

Line 1384: => ben_cpe_shd.g_old_rec.information36

1380: => ben_cpe_shd.g_old_rec.information34
1381: ,p_information35_o
1382: => ben_cpe_shd.g_old_rec.information35
1383: ,p_information36_o
1384: => ben_cpe_shd.g_old_rec.information36
1385: ,p_information37_o
1386: => ben_cpe_shd.g_old_rec.information37
1387: ,p_information38_o
1388: => ben_cpe_shd.g_old_rec.information38

Line 1386: => ben_cpe_shd.g_old_rec.information37

1382: => ben_cpe_shd.g_old_rec.information35
1383: ,p_information36_o
1384: => ben_cpe_shd.g_old_rec.information36
1385: ,p_information37_o
1386: => ben_cpe_shd.g_old_rec.information37
1387: ,p_information38_o
1388: => ben_cpe_shd.g_old_rec.information38
1389: ,p_information39_o
1390: => ben_cpe_shd.g_old_rec.information39

Line 1388: => ben_cpe_shd.g_old_rec.information38

1384: => ben_cpe_shd.g_old_rec.information36
1385: ,p_information37_o
1386: => ben_cpe_shd.g_old_rec.information37
1387: ,p_information38_o
1388: => ben_cpe_shd.g_old_rec.information38
1389: ,p_information39_o
1390: => ben_cpe_shd.g_old_rec.information39
1391: ,p_information40_o
1392: => ben_cpe_shd.g_old_rec.information40

Line 1390: => ben_cpe_shd.g_old_rec.information39

1386: => ben_cpe_shd.g_old_rec.information37
1387: ,p_information38_o
1388: => ben_cpe_shd.g_old_rec.information38
1389: ,p_information39_o
1390: => ben_cpe_shd.g_old_rec.information39
1391: ,p_information40_o
1392: => ben_cpe_shd.g_old_rec.information40
1393: ,p_information41_o
1394: => ben_cpe_shd.g_old_rec.information41

Line 1392: => ben_cpe_shd.g_old_rec.information40

1388: => ben_cpe_shd.g_old_rec.information38
1389: ,p_information39_o
1390: => ben_cpe_shd.g_old_rec.information39
1391: ,p_information40_o
1392: => ben_cpe_shd.g_old_rec.information40
1393: ,p_information41_o
1394: => ben_cpe_shd.g_old_rec.information41
1395: ,p_information42_o
1396: => ben_cpe_shd.g_old_rec.information42

Line 1394: => ben_cpe_shd.g_old_rec.information41

1390: => ben_cpe_shd.g_old_rec.information39
1391: ,p_information40_o
1392: => ben_cpe_shd.g_old_rec.information40
1393: ,p_information41_o
1394: => ben_cpe_shd.g_old_rec.information41
1395: ,p_information42_o
1396: => ben_cpe_shd.g_old_rec.information42
1397: ,p_information43_o
1398: => ben_cpe_shd.g_old_rec.information43

Line 1396: => ben_cpe_shd.g_old_rec.information42

1392: => ben_cpe_shd.g_old_rec.information40
1393: ,p_information41_o
1394: => ben_cpe_shd.g_old_rec.information41
1395: ,p_information42_o
1396: => ben_cpe_shd.g_old_rec.information42
1397: ,p_information43_o
1398: => ben_cpe_shd.g_old_rec.information43
1399: ,p_information44_o
1400: => ben_cpe_shd.g_old_rec.information44

Line 1398: => ben_cpe_shd.g_old_rec.information43

1394: => ben_cpe_shd.g_old_rec.information41
1395: ,p_information42_o
1396: => ben_cpe_shd.g_old_rec.information42
1397: ,p_information43_o
1398: => ben_cpe_shd.g_old_rec.information43
1399: ,p_information44_o
1400: => ben_cpe_shd.g_old_rec.information44
1401: ,p_information45_o
1402: => ben_cpe_shd.g_old_rec.information45

Line 1400: => ben_cpe_shd.g_old_rec.information44

1396: => ben_cpe_shd.g_old_rec.information42
1397: ,p_information43_o
1398: => ben_cpe_shd.g_old_rec.information43
1399: ,p_information44_o
1400: => ben_cpe_shd.g_old_rec.information44
1401: ,p_information45_o
1402: => ben_cpe_shd.g_old_rec.information45
1403: ,p_information46_o
1404: => ben_cpe_shd.g_old_rec.information46

Line 1402: => ben_cpe_shd.g_old_rec.information45

1398: => ben_cpe_shd.g_old_rec.information43
1399: ,p_information44_o
1400: => ben_cpe_shd.g_old_rec.information44
1401: ,p_information45_o
1402: => ben_cpe_shd.g_old_rec.information45
1403: ,p_information46_o
1404: => ben_cpe_shd.g_old_rec.information46
1405: ,p_information47_o
1406: => ben_cpe_shd.g_old_rec.information47

Line 1404: => ben_cpe_shd.g_old_rec.information46

1400: => ben_cpe_shd.g_old_rec.information44
1401: ,p_information45_o
1402: => ben_cpe_shd.g_old_rec.information45
1403: ,p_information46_o
1404: => ben_cpe_shd.g_old_rec.information46
1405: ,p_information47_o
1406: => ben_cpe_shd.g_old_rec.information47
1407: ,p_information48_o
1408: => ben_cpe_shd.g_old_rec.information48

Line 1406: => ben_cpe_shd.g_old_rec.information47

1402: => ben_cpe_shd.g_old_rec.information45
1403: ,p_information46_o
1404: => ben_cpe_shd.g_old_rec.information46
1405: ,p_information47_o
1406: => ben_cpe_shd.g_old_rec.information47
1407: ,p_information48_o
1408: => ben_cpe_shd.g_old_rec.information48
1409: ,p_information49_o
1410: => ben_cpe_shd.g_old_rec.information49

Line 1408: => ben_cpe_shd.g_old_rec.information48

1404: => ben_cpe_shd.g_old_rec.information46
1405: ,p_information47_o
1406: => ben_cpe_shd.g_old_rec.information47
1407: ,p_information48_o
1408: => ben_cpe_shd.g_old_rec.information48
1409: ,p_information49_o
1410: => ben_cpe_shd.g_old_rec.information49
1411: ,p_information50_o
1412: => ben_cpe_shd.g_old_rec.information50

Line 1410: => ben_cpe_shd.g_old_rec.information49

1406: => ben_cpe_shd.g_old_rec.information47
1407: ,p_information48_o
1408: => ben_cpe_shd.g_old_rec.information48
1409: ,p_information49_o
1410: => ben_cpe_shd.g_old_rec.information49
1411: ,p_information50_o
1412: => ben_cpe_shd.g_old_rec.information50
1413: ,p_information51_o
1414: => ben_cpe_shd.g_old_rec.information51

Line 1412: => ben_cpe_shd.g_old_rec.information50

1408: => ben_cpe_shd.g_old_rec.information48
1409: ,p_information49_o
1410: => ben_cpe_shd.g_old_rec.information49
1411: ,p_information50_o
1412: => ben_cpe_shd.g_old_rec.information50
1413: ,p_information51_o
1414: => ben_cpe_shd.g_old_rec.information51
1415: ,p_information52_o
1416: => ben_cpe_shd.g_old_rec.information52

Line 1414: => ben_cpe_shd.g_old_rec.information51

1410: => ben_cpe_shd.g_old_rec.information49
1411: ,p_information50_o
1412: => ben_cpe_shd.g_old_rec.information50
1413: ,p_information51_o
1414: => ben_cpe_shd.g_old_rec.information51
1415: ,p_information52_o
1416: => ben_cpe_shd.g_old_rec.information52
1417: ,p_information53_o
1418: => ben_cpe_shd.g_old_rec.information53

Line 1416: => ben_cpe_shd.g_old_rec.information52

1412: => ben_cpe_shd.g_old_rec.information50
1413: ,p_information51_o
1414: => ben_cpe_shd.g_old_rec.information51
1415: ,p_information52_o
1416: => ben_cpe_shd.g_old_rec.information52
1417: ,p_information53_o
1418: => ben_cpe_shd.g_old_rec.information53
1419: ,p_information54_o
1420: => ben_cpe_shd.g_old_rec.information54

Line 1418: => ben_cpe_shd.g_old_rec.information53

1414: => ben_cpe_shd.g_old_rec.information51
1415: ,p_information52_o
1416: => ben_cpe_shd.g_old_rec.information52
1417: ,p_information53_o
1418: => ben_cpe_shd.g_old_rec.information53
1419: ,p_information54_o
1420: => ben_cpe_shd.g_old_rec.information54
1421: ,p_information55_o
1422: => ben_cpe_shd.g_old_rec.information55

Line 1420: => ben_cpe_shd.g_old_rec.information54

1416: => ben_cpe_shd.g_old_rec.information52
1417: ,p_information53_o
1418: => ben_cpe_shd.g_old_rec.information53
1419: ,p_information54_o
1420: => ben_cpe_shd.g_old_rec.information54
1421: ,p_information55_o
1422: => ben_cpe_shd.g_old_rec.information55
1423: ,p_information56_o
1424: => ben_cpe_shd.g_old_rec.information56

Line 1422: => ben_cpe_shd.g_old_rec.information55

1418: => ben_cpe_shd.g_old_rec.information53
1419: ,p_information54_o
1420: => ben_cpe_shd.g_old_rec.information54
1421: ,p_information55_o
1422: => ben_cpe_shd.g_old_rec.information55
1423: ,p_information56_o
1424: => ben_cpe_shd.g_old_rec.information56
1425: ,p_information57_o
1426: => ben_cpe_shd.g_old_rec.information57

Line 1424: => ben_cpe_shd.g_old_rec.information56

1420: => ben_cpe_shd.g_old_rec.information54
1421: ,p_information55_o
1422: => ben_cpe_shd.g_old_rec.information55
1423: ,p_information56_o
1424: => ben_cpe_shd.g_old_rec.information56
1425: ,p_information57_o
1426: => ben_cpe_shd.g_old_rec.information57
1427: ,p_information58_o
1428: => ben_cpe_shd.g_old_rec.information58

Line 1426: => ben_cpe_shd.g_old_rec.information57

1422: => ben_cpe_shd.g_old_rec.information55
1423: ,p_information56_o
1424: => ben_cpe_shd.g_old_rec.information56
1425: ,p_information57_o
1426: => ben_cpe_shd.g_old_rec.information57
1427: ,p_information58_o
1428: => ben_cpe_shd.g_old_rec.information58
1429: ,p_information59_o
1430: => ben_cpe_shd.g_old_rec.information59

Line 1428: => ben_cpe_shd.g_old_rec.information58

1424: => ben_cpe_shd.g_old_rec.information56
1425: ,p_information57_o
1426: => ben_cpe_shd.g_old_rec.information57
1427: ,p_information58_o
1428: => ben_cpe_shd.g_old_rec.information58
1429: ,p_information59_o
1430: => ben_cpe_shd.g_old_rec.information59
1431: ,p_information60_o
1432: => ben_cpe_shd.g_old_rec.information60

Line 1430: => ben_cpe_shd.g_old_rec.information59

1426: => ben_cpe_shd.g_old_rec.information57
1427: ,p_information58_o
1428: => ben_cpe_shd.g_old_rec.information58
1429: ,p_information59_o
1430: => ben_cpe_shd.g_old_rec.information59
1431: ,p_information60_o
1432: => ben_cpe_shd.g_old_rec.information60
1433: ,p_information61_o
1434: => ben_cpe_shd.g_old_rec.information61

Line 1432: => ben_cpe_shd.g_old_rec.information60

1428: => ben_cpe_shd.g_old_rec.information58
1429: ,p_information59_o
1430: => ben_cpe_shd.g_old_rec.information59
1431: ,p_information60_o
1432: => ben_cpe_shd.g_old_rec.information60
1433: ,p_information61_o
1434: => ben_cpe_shd.g_old_rec.information61
1435: ,p_information62_o
1436: => ben_cpe_shd.g_old_rec.information62

Line 1434: => ben_cpe_shd.g_old_rec.information61

1430: => ben_cpe_shd.g_old_rec.information59
1431: ,p_information60_o
1432: => ben_cpe_shd.g_old_rec.information60
1433: ,p_information61_o
1434: => ben_cpe_shd.g_old_rec.information61
1435: ,p_information62_o
1436: => ben_cpe_shd.g_old_rec.information62
1437: ,p_information63_o
1438: => ben_cpe_shd.g_old_rec.information63

Line 1436: => ben_cpe_shd.g_old_rec.information62

1432: => ben_cpe_shd.g_old_rec.information60
1433: ,p_information61_o
1434: => ben_cpe_shd.g_old_rec.information61
1435: ,p_information62_o
1436: => ben_cpe_shd.g_old_rec.information62
1437: ,p_information63_o
1438: => ben_cpe_shd.g_old_rec.information63
1439: ,p_information64_o
1440: => ben_cpe_shd.g_old_rec.information64

Line 1438: => ben_cpe_shd.g_old_rec.information63

1434: => ben_cpe_shd.g_old_rec.information61
1435: ,p_information62_o
1436: => ben_cpe_shd.g_old_rec.information62
1437: ,p_information63_o
1438: => ben_cpe_shd.g_old_rec.information63
1439: ,p_information64_o
1440: => ben_cpe_shd.g_old_rec.information64
1441: ,p_information65_o
1442: => ben_cpe_shd.g_old_rec.information65

Line 1440: => ben_cpe_shd.g_old_rec.information64

1436: => ben_cpe_shd.g_old_rec.information62
1437: ,p_information63_o
1438: => ben_cpe_shd.g_old_rec.information63
1439: ,p_information64_o
1440: => ben_cpe_shd.g_old_rec.information64
1441: ,p_information65_o
1442: => ben_cpe_shd.g_old_rec.information65
1443: ,p_information66_o
1444: => ben_cpe_shd.g_old_rec.information66

Line 1442: => ben_cpe_shd.g_old_rec.information65

1438: => ben_cpe_shd.g_old_rec.information63
1439: ,p_information64_o
1440: => ben_cpe_shd.g_old_rec.information64
1441: ,p_information65_o
1442: => ben_cpe_shd.g_old_rec.information65
1443: ,p_information66_o
1444: => ben_cpe_shd.g_old_rec.information66
1445: ,p_information67_o
1446: => ben_cpe_shd.g_old_rec.information67

Line 1444: => ben_cpe_shd.g_old_rec.information66

1440: => ben_cpe_shd.g_old_rec.information64
1441: ,p_information65_o
1442: => ben_cpe_shd.g_old_rec.information65
1443: ,p_information66_o
1444: => ben_cpe_shd.g_old_rec.information66
1445: ,p_information67_o
1446: => ben_cpe_shd.g_old_rec.information67
1447: ,p_information68_o
1448: => ben_cpe_shd.g_old_rec.information68

Line 1446: => ben_cpe_shd.g_old_rec.information67

1442: => ben_cpe_shd.g_old_rec.information65
1443: ,p_information66_o
1444: => ben_cpe_shd.g_old_rec.information66
1445: ,p_information67_o
1446: => ben_cpe_shd.g_old_rec.information67
1447: ,p_information68_o
1448: => ben_cpe_shd.g_old_rec.information68
1449: ,p_information69_o
1450: => ben_cpe_shd.g_old_rec.information69

Line 1448: => ben_cpe_shd.g_old_rec.information68

1444: => ben_cpe_shd.g_old_rec.information66
1445: ,p_information67_o
1446: => ben_cpe_shd.g_old_rec.information67
1447: ,p_information68_o
1448: => ben_cpe_shd.g_old_rec.information68
1449: ,p_information69_o
1450: => ben_cpe_shd.g_old_rec.information69
1451: ,p_information70_o
1452: => ben_cpe_shd.g_old_rec.information70

Line 1450: => ben_cpe_shd.g_old_rec.information69

1446: => ben_cpe_shd.g_old_rec.information67
1447: ,p_information68_o
1448: => ben_cpe_shd.g_old_rec.information68
1449: ,p_information69_o
1450: => ben_cpe_shd.g_old_rec.information69
1451: ,p_information70_o
1452: => ben_cpe_shd.g_old_rec.information70
1453: ,p_information71_o
1454: => ben_cpe_shd.g_old_rec.information71

Line 1452: => ben_cpe_shd.g_old_rec.information70

1448: => ben_cpe_shd.g_old_rec.information68
1449: ,p_information69_o
1450: => ben_cpe_shd.g_old_rec.information69
1451: ,p_information70_o
1452: => ben_cpe_shd.g_old_rec.information70
1453: ,p_information71_o
1454: => ben_cpe_shd.g_old_rec.information71
1455: ,p_information72_o
1456: => ben_cpe_shd.g_old_rec.information72

Line 1454: => ben_cpe_shd.g_old_rec.information71

1450: => ben_cpe_shd.g_old_rec.information69
1451: ,p_information70_o
1452: => ben_cpe_shd.g_old_rec.information70
1453: ,p_information71_o
1454: => ben_cpe_shd.g_old_rec.information71
1455: ,p_information72_o
1456: => ben_cpe_shd.g_old_rec.information72
1457: ,p_information73_o
1458: => ben_cpe_shd.g_old_rec.information73

Line 1456: => ben_cpe_shd.g_old_rec.information72

1452: => ben_cpe_shd.g_old_rec.information70
1453: ,p_information71_o
1454: => ben_cpe_shd.g_old_rec.information71
1455: ,p_information72_o
1456: => ben_cpe_shd.g_old_rec.information72
1457: ,p_information73_o
1458: => ben_cpe_shd.g_old_rec.information73
1459: ,p_information74_o
1460: => ben_cpe_shd.g_old_rec.information74

Line 1458: => ben_cpe_shd.g_old_rec.information73

1454: => ben_cpe_shd.g_old_rec.information71
1455: ,p_information72_o
1456: => ben_cpe_shd.g_old_rec.information72
1457: ,p_information73_o
1458: => ben_cpe_shd.g_old_rec.information73
1459: ,p_information74_o
1460: => ben_cpe_shd.g_old_rec.information74
1461: ,p_information75_o
1462: => ben_cpe_shd.g_old_rec.information75

Line 1460: => ben_cpe_shd.g_old_rec.information74

1456: => ben_cpe_shd.g_old_rec.information72
1457: ,p_information73_o
1458: => ben_cpe_shd.g_old_rec.information73
1459: ,p_information74_o
1460: => ben_cpe_shd.g_old_rec.information74
1461: ,p_information75_o
1462: => ben_cpe_shd.g_old_rec.information75
1463: ,p_information76_o
1464: => ben_cpe_shd.g_old_rec.information76

Line 1462: => ben_cpe_shd.g_old_rec.information75

1458: => ben_cpe_shd.g_old_rec.information73
1459: ,p_information74_o
1460: => ben_cpe_shd.g_old_rec.information74
1461: ,p_information75_o
1462: => ben_cpe_shd.g_old_rec.information75
1463: ,p_information76_o
1464: => ben_cpe_shd.g_old_rec.information76
1465: ,p_information77_o
1466: => ben_cpe_shd.g_old_rec.information77

Line 1464: => ben_cpe_shd.g_old_rec.information76

1460: => ben_cpe_shd.g_old_rec.information74
1461: ,p_information75_o
1462: => ben_cpe_shd.g_old_rec.information75
1463: ,p_information76_o
1464: => ben_cpe_shd.g_old_rec.information76
1465: ,p_information77_o
1466: => ben_cpe_shd.g_old_rec.information77
1467: ,p_information78_o
1468: => ben_cpe_shd.g_old_rec.information78

Line 1466: => ben_cpe_shd.g_old_rec.information77

1462: => ben_cpe_shd.g_old_rec.information75
1463: ,p_information76_o
1464: => ben_cpe_shd.g_old_rec.information76
1465: ,p_information77_o
1466: => ben_cpe_shd.g_old_rec.information77
1467: ,p_information78_o
1468: => ben_cpe_shd.g_old_rec.information78
1469: ,p_information79_o
1470: => ben_cpe_shd.g_old_rec.information79

Line 1468: => ben_cpe_shd.g_old_rec.information78

1464: => ben_cpe_shd.g_old_rec.information76
1465: ,p_information77_o
1466: => ben_cpe_shd.g_old_rec.information77
1467: ,p_information78_o
1468: => ben_cpe_shd.g_old_rec.information78
1469: ,p_information79_o
1470: => ben_cpe_shd.g_old_rec.information79
1471: ,p_information80_o
1472: => ben_cpe_shd.g_old_rec.information80

Line 1470: => ben_cpe_shd.g_old_rec.information79

1466: => ben_cpe_shd.g_old_rec.information77
1467: ,p_information78_o
1468: => ben_cpe_shd.g_old_rec.information78
1469: ,p_information79_o
1470: => ben_cpe_shd.g_old_rec.information79
1471: ,p_information80_o
1472: => ben_cpe_shd.g_old_rec.information80
1473: ,p_information81_o
1474: => ben_cpe_shd.g_old_rec.information81

Line 1472: => ben_cpe_shd.g_old_rec.information80

1468: => ben_cpe_shd.g_old_rec.information78
1469: ,p_information79_o
1470: => ben_cpe_shd.g_old_rec.information79
1471: ,p_information80_o
1472: => ben_cpe_shd.g_old_rec.information80
1473: ,p_information81_o
1474: => ben_cpe_shd.g_old_rec.information81
1475: ,p_information82_o
1476: => ben_cpe_shd.g_old_rec.information82

Line 1474: => ben_cpe_shd.g_old_rec.information81

1470: => ben_cpe_shd.g_old_rec.information79
1471: ,p_information80_o
1472: => ben_cpe_shd.g_old_rec.information80
1473: ,p_information81_o
1474: => ben_cpe_shd.g_old_rec.information81
1475: ,p_information82_o
1476: => ben_cpe_shd.g_old_rec.information82
1477: ,p_information83_o
1478: => ben_cpe_shd.g_old_rec.information83

Line 1476: => ben_cpe_shd.g_old_rec.information82

1472: => ben_cpe_shd.g_old_rec.information80
1473: ,p_information81_o
1474: => ben_cpe_shd.g_old_rec.information81
1475: ,p_information82_o
1476: => ben_cpe_shd.g_old_rec.information82
1477: ,p_information83_o
1478: => ben_cpe_shd.g_old_rec.information83
1479: ,p_information84_o
1480: => ben_cpe_shd.g_old_rec.information84

Line 1478: => ben_cpe_shd.g_old_rec.information83

1474: => ben_cpe_shd.g_old_rec.information81
1475: ,p_information82_o
1476: => ben_cpe_shd.g_old_rec.information82
1477: ,p_information83_o
1478: => ben_cpe_shd.g_old_rec.information83
1479: ,p_information84_o
1480: => ben_cpe_shd.g_old_rec.information84
1481: ,p_information85_o
1482: => ben_cpe_shd.g_old_rec.information85

Line 1480: => ben_cpe_shd.g_old_rec.information84

1476: => ben_cpe_shd.g_old_rec.information82
1477: ,p_information83_o
1478: => ben_cpe_shd.g_old_rec.information83
1479: ,p_information84_o
1480: => ben_cpe_shd.g_old_rec.information84
1481: ,p_information85_o
1482: => ben_cpe_shd.g_old_rec.information85
1483: ,p_information86_o
1484: => ben_cpe_shd.g_old_rec.information86

Line 1482: => ben_cpe_shd.g_old_rec.information85

1478: => ben_cpe_shd.g_old_rec.information83
1479: ,p_information84_o
1480: => ben_cpe_shd.g_old_rec.information84
1481: ,p_information85_o
1482: => ben_cpe_shd.g_old_rec.information85
1483: ,p_information86_o
1484: => ben_cpe_shd.g_old_rec.information86
1485: ,p_information87_o
1486: => ben_cpe_shd.g_old_rec.information87

Line 1484: => ben_cpe_shd.g_old_rec.information86

1480: => ben_cpe_shd.g_old_rec.information84
1481: ,p_information85_o
1482: => ben_cpe_shd.g_old_rec.information85
1483: ,p_information86_o
1484: => ben_cpe_shd.g_old_rec.information86
1485: ,p_information87_o
1486: => ben_cpe_shd.g_old_rec.information87
1487: ,p_information88_o
1488: => ben_cpe_shd.g_old_rec.information88

Line 1486: => ben_cpe_shd.g_old_rec.information87

1482: => ben_cpe_shd.g_old_rec.information85
1483: ,p_information86_o
1484: => ben_cpe_shd.g_old_rec.information86
1485: ,p_information87_o
1486: => ben_cpe_shd.g_old_rec.information87
1487: ,p_information88_o
1488: => ben_cpe_shd.g_old_rec.information88
1489: ,p_information89_o
1490: => ben_cpe_shd.g_old_rec.information89

Line 1488: => ben_cpe_shd.g_old_rec.information88

1484: => ben_cpe_shd.g_old_rec.information86
1485: ,p_information87_o
1486: => ben_cpe_shd.g_old_rec.information87
1487: ,p_information88_o
1488: => ben_cpe_shd.g_old_rec.information88
1489: ,p_information89_o
1490: => ben_cpe_shd.g_old_rec.information89
1491: ,p_information90_o
1492: => ben_cpe_shd.g_old_rec.information90

Line 1490: => ben_cpe_shd.g_old_rec.information89

1486: => ben_cpe_shd.g_old_rec.information87
1487: ,p_information88_o
1488: => ben_cpe_shd.g_old_rec.information88
1489: ,p_information89_o
1490: => ben_cpe_shd.g_old_rec.information89
1491: ,p_information90_o
1492: => ben_cpe_shd.g_old_rec.information90
1493: ,p_information91_o
1494: => ben_cpe_shd.g_old_rec.information91

Line 1492: => ben_cpe_shd.g_old_rec.information90

1488: => ben_cpe_shd.g_old_rec.information88
1489: ,p_information89_o
1490: => ben_cpe_shd.g_old_rec.information89
1491: ,p_information90_o
1492: => ben_cpe_shd.g_old_rec.information90
1493: ,p_information91_o
1494: => ben_cpe_shd.g_old_rec.information91
1495: ,p_information92_o
1496: => ben_cpe_shd.g_old_rec.information92

Line 1494: => ben_cpe_shd.g_old_rec.information91

1490: => ben_cpe_shd.g_old_rec.information89
1491: ,p_information90_o
1492: => ben_cpe_shd.g_old_rec.information90
1493: ,p_information91_o
1494: => ben_cpe_shd.g_old_rec.information91
1495: ,p_information92_o
1496: => ben_cpe_shd.g_old_rec.information92
1497: ,p_information93_o
1498: => ben_cpe_shd.g_old_rec.information93

Line 1496: => ben_cpe_shd.g_old_rec.information92

1492: => ben_cpe_shd.g_old_rec.information90
1493: ,p_information91_o
1494: => ben_cpe_shd.g_old_rec.information91
1495: ,p_information92_o
1496: => ben_cpe_shd.g_old_rec.information92
1497: ,p_information93_o
1498: => ben_cpe_shd.g_old_rec.information93
1499: ,p_information94_o
1500: => ben_cpe_shd.g_old_rec.information94

Line 1498: => ben_cpe_shd.g_old_rec.information93

1494: => ben_cpe_shd.g_old_rec.information91
1495: ,p_information92_o
1496: => ben_cpe_shd.g_old_rec.information92
1497: ,p_information93_o
1498: => ben_cpe_shd.g_old_rec.information93
1499: ,p_information94_o
1500: => ben_cpe_shd.g_old_rec.information94
1501: ,p_information95_o
1502: => ben_cpe_shd.g_old_rec.information95

Line 1500: => ben_cpe_shd.g_old_rec.information94

1496: => ben_cpe_shd.g_old_rec.information92
1497: ,p_information93_o
1498: => ben_cpe_shd.g_old_rec.information93
1499: ,p_information94_o
1500: => ben_cpe_shd.g_old_rec.information94
1501: ,p_information95_o
1502: => ben_cpe_shd.g_old_rec.information95
1503: ,p_information96_o
1504: => ben_cpe_shd.g_old_rec.information96

Line 1502: => ben_cpe_shd.g_old_rec.information95

1498: => ben_cpe_shd.g_old_rec.information93
1499: ,p_information94_o
1500: => ben_cpe_shd.g_old_rec.information94
1501: ,p_information95_o
1502: => ben_cpe_shd.g_old_rec.information95
1503: ,p_information96_o
1504: => ben_cpe_shd.g_old_rec.information96
1505: ,p_information97_o
1506: => ben_cpe_shd.g_old_rec.information97

Line 1504: => ben_cpe_shd.g_old_rec.information96

1500: => ben_cpe_shd.g_old_rec.information94
1501: ,p_information95_o
1502: => ben_cpe_shd.g_old_rec.information95
1503: ,p_information96_o
1504: => ben_cpe_shd.g_old_rec.information96
1505: ,p_information97_o
1506: => ben_cpe_shd.g_old_rec.information97
1507: ,p_information98_o
1508: => ben_cpe_shd.g_old_rec.information98

Line 1506: => ben_cpe_shd.g_old_rec.information97

1502: => ben_cpe_shd.g_old_rec.information95
1503: ,p_information96_o
1504: => ben_cpe_shd.g_old_rec.information96
1505: ,p_information97_o
1506: => ben_cpe_shd.g_old_rec.information97
1507: ,p_information98_o
1508: => ben_cpe_shd.g_old_rec.information98
1509: ,p_information99_o
1510: => ben_cpe_shd.g_old_rec.information99

Line 1508: => ben_cpe_shd.g_old_rec.information98

1504: => ben_cpe_shd.g_old_rec.information96
1505: ,p_information97_o
1506: => ben_cpe_shd.g_old_rec.information97
1507: ,p_information98_o
1508: => ben_cpe_shd.g_old_rec.information98
1509: ,p_information99_o
1510: => ben_cpe_shd.g_old_rec.information99
1511: ,p_information100_o
1512: => ben_cpe_shd.g_old_rec.information100

Line 1510: => ben_cpe_shd.g_old_rec.information99

1506: => ben_cpe_shd.g_old_rec.information97
1507: ,p_information98_o
1508: => ben_cpe_shd.g_old_rec.information98
1509: ,p_information99_o
1510: => ben_cpe_shd.g_old_rec.information99
1511: ,p_information100_o
1512: => ben_cpe_shd.g_old_rec.information100
1513: ,p_information101_o
1514: => ben_cpe_shd.g_old_rec.information101

Line 1512: => ben_cpe_shd.g_old_rec.information100

1508: => ben_cpe_shd.g_old_rec.information98
1509: ,p_information99_o
1510: => ben_cpe_shd.g_old_rec.information99
1511: ,p_information100_o
1512: => ben_cpe_shd.g_old_rec.information100
1513: ,p_information101_o
1514: => ben_cpe_shd.g_old_rec.information101
1515: ,p_information102_o
1516: => ben_cpe_shd.g_old_rec.information102

Line 1514: => ben_cpe_shd.g_old_rec.information101

1510: => ben_cpe_shd.g_old_rec.information99
1511: ,p_information100_o
1512: => ben_cpe_shd.g_old_rec.information100
1513: ,p_information101_o
1514: => ben_cpe_shd.g_old_rec.information101
1515: ,p_information102_o
1516: => ben_cpe_shd.g_old_rec.information102
1517: ,p_information103_o
1518: => ben_cpe_shd.g_old_rec.information103

Line 1516: => ben_cpe_shd.g_old_rec.information102

1512: => ben_cpe_shd.g_old_rec.information100
1513: ,p_information101_o
1514: => ben_cpe_shd.g_old_rec.information101
1515: ,p_information102_o
1516: => ben_cpe_shd.g_old_rec.information102
1517: ,p_information103_o
1518: => ben_cpe_shd.g_old_rec.information103
1519: ,p_information104_o
1520: => ben_cpe_shd.g_old_rec.information104

Line 1518: => ben_cpe_shd.g_old_rec.information103

1514: => ben_cpe_shd.g_old_rec.information101
1515: ,p_information102_o
1516: => ben_cpe_shd.g_old_rec.information102
1517: ,p_information103_o
1518: => ben_cpe_shd.g_old_rec.information103
1519: ,p_information104_o
1520: => ben_cpe_shd.g_old_rec.information104
1521: ,p_information105_o
1522: => ben_cpe_shd.g_old_rec.information105

Line 1520: => ben_cpe_shd.g_old_rec.information104

1516: => ben_cpe_shd.g_old_rec.information102
1517: ,p_information103_o
1518: => ben_cpe_shd.g_old_rec.information103
1519: ,p_information104_o
1520: => ben_cpe_shd.g_old_rec.information104
1521: ,p_information105_o
1522: => ben_cpe_shd.g_old_rec.information105
1523: ,p_information106_o
1524: => ben_cpe_shd.g_old_rec.information106

Line 1522: => ben_cpe_shd.g_old_rec.information105

1518: => ben_cpe_shd.g_old_rec.information103
1519: ,p_information104_o
1520: => ben_cpe_shd.g_old_rec.information104
1521: ,p_information105_o
1522: => ben_cpe_shd.g_old_rec.information105
1523: ,p_information106_o
1524: => ben_cpe_shd.g_old_rec.information106
1525: ,p_information107_o
1526: => ben_cpe_shd.g_old_rec.information107

Line 1524: => ben_cpe_shd.g_old_rec.information106

1520: => ben_cpe_shd.g_old_rec.information104
1521: ,p_information105_o
1522: => ben_cpe_shd.g_old_rec.information105
1523: ,p_information106_o
1524: => ben_cpe_shd.g_old_rec.information106
1525: ,p_information107_o
1526: => ben_cpe_shd.g_old_rec.information107
1527: ,p_information108_o
1528: => ben_cpe_shd.g_old_rec.information108

Line 1526: => ben_cpe_shd.g_old_rec.information107

1522: => ben_cpe_shd.g_old_rec.information105
1523: ,p_information106_o
1524: => ben_cpe_shd.g_old_rec.information106
1525: ,p_information107_o
1526: => ben_cpe_shd.g_old_rec.information107
1527: ,p_information108_o
1528: => ben_cpe_shd.g_old_rec.information108
1529: ,p_information109_o
1530: => ben_cpe_shd.g_old_rec.information109

Line 1528: => ben_cpe_shd.g_old_rec.information108

1524: => ben_cpe_shd.g_old_rec.information106
1525: ,p_information107_o
1526: => ben_cpe_shd.g_old_rec.information107
1527: ,p_information108_o
1528: => ben_cpe_shd.g_old_rec.information108
1529: ,p_information109_o
1530: => ben_cpe_shd.g_old_rec.information109
1531: ,p_information110_o
1532: => ben_cpe_shd.g_old_rec.information110

Line 1530: => ben_cpe_shd.g_old_rec.information109

1526: => ben_cpe_shd.g_old_rec.information107
1527: ,p_information108_o
1528: => ben_cpe_shd.g_old_rec.information108
1529: ,p_information109_o
1530: => ben_cpe_shd.g_old_rec.information109
1531: ,p_information110_o
1532: => ben_cpe_shd.g_old_rec.information110
1533: ,p_information111_o
1534: => ben_cpe_shd.g_old_rec.information111

Line 1532: => ben_cpe_shd.g_old_rec.information110

1528: => ben_cpe_shd.g_old_rec.information108
1529: ,p_information109_o
1530: => ben_cpe_shd.g_old_rec.information109
1531: ,p_information110_o
1532: => ben_cpe_shd.g_old_rec.information110
1533: ,p_information111_o
1534: => ben_cpe_shd.g_old_rec.information111
1535: ,p_information112_o
1536: => ben_cpe_shd.g_old_rec.information112

Line 1534: => ben_cpe_shd.g_old_rec.information111

1530: => ben_cpe_shd.g_old_rec.information109
1531: ,p_information110_o
1532: => ben_cpe_shd.g_old_rec.information110
1533: ,p_information111_o
1534: => ben_cpe_shd.g_old_rec.information111
1535: ,p_information112_o
1536: => ben_cpe_shd.g_old_rec.information112
1537: ,p_information113_o
1538: => ben_cpe_shd.g_old_rec.information113

Line 1536: => ben_cpe_shd.g_old_rec.information112

1532: => ben_cpe_shd.g_old_rec.information110
1533: ,p_information111_o
1534: => ben_cpe_shd.g_old_rec.information111
1535: ,p_information112_o
1536: => ben_cpe_shd.g_old_rec.information112
1537: ,p_information113_o
1538: => ben_cpe_shd.g_old_rec.information113
1539: ,p_information114_o
1540: => ben_cpe_shd.g_old_rec.information114

Line 1538: => ben_cpe_shd.g_old_rec.information113

1534: => ben_cpe_shd.g_old_rec.information111
1535: ,p_information112_o
1536: => ben_cpe_shd.g_old_rec.information112
1537: ,p_information113_o
1538: => ben_cpe_shd.g_old_rec.information113
1539: ,p_information114_o
1540: => ben_cpe_shd.g_old_rec.information114
1541: ,p_information115_o
1542: => ben_cpe_shd.g_old_rec.information115

Line 1540: => ben_cpe_shd.g_old_rec.information114

1536: => ben_cpe_shd.g_old_rec.information112
1537: ,p_information113_o
1538: => ben_cpe_shd.g_old_rec.information113
1539: ,p_information114_o
1540: => ben_cpe_shd.g_old_rec.information114
1541: ,p_information115_o
1542: => ben_cpe_shd.g_old_rec.information115
1543: ,p_information116_o
1544: => ben_cpe_shd.g_old_rec.information116

Line 1542: => ben_cpe_shd.g_old_rec.information115

1538: => ben_cpe_shd.g_old_rec.information113
1539: ,p_information114_o
1540: => ben_cpe_shd.g_old_rec.information114
1541: ,p_information115_o
1542: => ben_cpe_shd.g_old_rec.information115
1543: ,p_information116_o
1544: => ben_cpe_shd.g_old_rec.information116
1545: ,p_information117_o
1546: => ben_cpe_shd.g_old_rec.information117

Line 1544: => ben_cpe_shd.g_old_rec.information116

1540: => ben_cpe_shd.g_old_rec.information114
1541: ,p_information115_o
1542: => ben_cpe_shd.g_old_rec.information115
1543: ,p_information116_o
1544: => ben_cpe_shd.g_old_rec.information116
1545: ,p_information117_o
1546: => ben_cpe_shd.g_old_rec.information117
1547: ,p_information118_o
1548: => ben_cpe_shd.g_old_rec.information118

Line 1546: => ben_cpe_shd.g_old_rec.information117

1542: => ben_cpe_shd.g_old_rec.information115
1543: ,p_information116_o
1544: => ben_cpe_shd.g_old_rec.information116
1545: ,p_information117_o
1546: => ben_cpe_shd.g_old_rec.information117
1547: ,p_information118_o
1548: => ben_cpe_shd.g_old_rec.information118
1549: ,p_information119_o
1550: => ben_cpe_shd.g_old_rec.information119

Line 1548: => ben_cpe_shd.g_old_rec.information118

1544: => ben_cpe_shd.g_old_rec.information116
1545: ,p_information117_o
1546: => ben_cpe_shd.g_old_rec.information117
1547: ,p_information118_o
1548: => ben_cpe_shd.g_old_rec.information118
1549: ,p_information119_o
1550: => ben_cpe_shd.g_old_rec.information119
1551: ,p_information120_o
1552: => ben_cpe_shd.g_old_rec.information120

Line 1550: => ben_cpe_shd.g_old_rec.information119

1546: => ben_cpe_shd.g_old_rec.information117
1547: ,p_information118_o
1548: => ben_cpe_shd.g_old_rec.information118
1549: ,p_information119_o
1550: => ben_cpe_shd.g_old_rec.information119
1551: ,p_information120_o
1552: => ben_cpe_shd.g_old_rec.information120
1553: ,p_information121_o
1554: => ben_cpe_shd.g_old_rec.information121

Line 1552: => ben_cpe_shd.g_old_rec.information120

1548: => ben_cpe_shd.g_old_rec.information118
1549: ,p_information119_o
1550: => ben_cpe_shd.g_old_rec.information119
1551: ,p_information120_o
1552: => ben_cpe_shd.g_old_rec.information120
1553: ,p_information121_o
1554: => ben_cpe_shd.g_old_rec.information121
1555: ,p_information122_o
1556: => ben_cpe_shd.g_old_rec.information122

Line 1554: => ben_cpe_shd.g_old_rec.information121

1550: => ben_cpe_shd.g_old_rec.information119
1551: ,p_information120_o
1552: => ben_cpe_shd.g_old_rec.information120
1553: ,p_information121_o
1554: => ben_cpe_shd.g_old_rec.information121
1555: ,p_information122_o
1556: => ben_cpe_shd.g_old_rec.information122
1557: ,p_information123_o
1558: => ben_cpe_shd.g_old_rec.information123

Line 1556: => ben_cpe_shd.g_old_rec.information122

1552: => ben_cpe_shd.g_old_rec.information120
1553: ,p_information121_o
1554: => ben_cpe_shd.g_old_rec.information121
1555: ,p_information122_o
1556: => ben_cpe_shd.g_old_rec.information122
1557: ,p_information123_o
1558: => ben_cpe_shd.g_old_rec.information123
1559: ,p_information124_o
1560: => ben_cpe_shd.g_old_rec.information124

Line 1558: => ben_cpe_shd.g_old_rec.information123

1554: => ben_cpe_shd.g_old_rec.information121
1555: ,p_information122_o
1556: => ben_cpe_shd.g_old_rec.information122
1557: ,p_information123_o
1558: => ben_cpe_shd.g_old_rec.information123
1559: ,p_information124_o
1560: => ben_cpe_shd.g_old_rec.information124
1561: ,p_information125_o
1562: => ben_cpe_shd.g_old_rec.information125

Line 1560: => ben_cpe_shd.g_old_rec.information124

1556: => ben_cpe_shd.g_old_rec.information122
1557: ,p_information123_o
1558: => ben_cpe_shd.g_old_rec.information123
1559: ,p_information124_o
1560: => ben_cpe_shd.g_old_rec.information124
1561: ,p_information125_o
1562: => ben_cpe_shd.g_old_rec.information125
1563: ,p_information126_o
1564: => ben_cpe_shd.g_old_rec.information126

Line 1562: => ben_cpe_shd.g_old_rec.information125

1558: => ben_cpe_shd.g_old_rec.information123
1559: ,p_information124_o
1560: => ben_cpe_shd.g_old_rec.information124
1561: ,p_information125_o
1562: => ben_cpe_shd.g_old_rec.information125
1563: ,p_information126_o
1564: => ben_cpe_shd.g_old_rec.information126
1565: ,p_information127_o
1566: => ben_cpe_shd.g_old_rec.information127

Line 1564: => ben_cpe_shd.g_old_rec.information126

1560: => ben_cpe_shd.g_old_rec.information124
1561: ,p_information125_o
1562: => ben_cpe_shd.g_old_rec.information125
1563: ,p_information126_o
1564: => ben_cpe_shd.g_old_rec.information126
1565: ,p_information127_o
1566: => ben_cpe_shd.g_old_rec.information127
1567: ,p_information128_o
1568: => ben_cpe_shd.g_old_rec.information128

Line 1566: => ben_cpe_shd.g_old_rec.information127

1562: => ben_cpe_shd.g_old_rec.information125
1563: ,p_information126_o
1564: => ben_cpe_shd.g_old_rec.information126
1565: ,p_information127_o
1566: => ben_cpe_shd.g_old_rec.information127
1567: ,p_information128_o
1568: => ben_cpe_shd.g_old_rec.information128
1569: ,p_information129_o
1570: => ben_cpe_shd.g_old_rec.information129

Line 1568: => ben_cpe_shd.g_old_rec.information128

1564: => ben_cpe_shd.g_old_rec.information126
1565: ,p_information127_o
1566: => ben_cpe_shd.g_old_rec.information127
1567: ,p_information128_o
1568: => ben_cpe_shd.g_old_rec.information128
1569: ,p_information129_o
1570: => ben_cpe_shd.g_old_rec.information129
1571: ,p_information130_o
1572: => ben_cpe_shd.g_old_rec.information130

Line 1570: => ben_cpe_shd.g_old_rec.information129

1566: => ben_cpe_shd.g_old_rec.information127
1567: ,p_information128_o
1568: => ben_cpe_shd.g_old_rec.information128
1569: ,p_information129_o
1570: => ben_cpe_shd.g_old_rec.information129
1571: ,p_information130_o
1572: => ben_cpe_shd.g_old_rec.information130
1573: ,p_information131_o
1574: => ben_cpe_shd.g_old_rec.information131

Line 1572: => ben_cpe_shd.g_old_rec.information130

1568: => ben_cpe_shd.g_old_rec.information128
1569: ,p_information129_o
1570: => ben_cpe_shd.g_old_rec.information129
1571: ,p_information130_o
1572: => ben_cpe_shd.g_old_rec.information130
1573: ,p_information131_o
1574: => ben_cpe_shd.g_old_rec.information131
1575: ,p_information132_o
1576: => ben_cpe_shd.g_old_rec.information132

Line 1574: => ben_cpe_shd.g_old_rec.information131

1570: => ben_cpe_shd.g_old_rec.information129
1571: ,p_information130_o
1572: => ben_cpe_shd.g_old_rec.information130
1573: ,p_information131_o
1574: => ben_cpe_shd.g_old_rec.information131
1575: ,p_information132_o
1576: => ben_cpe_shd.g_old_rec.information132
1577: ,p_information133_o
1578: => ben_cpe_shd.g_old_rec.information133

Line 1576: => ben_cpe_shd.g_old_rec.information132

1572: => ben_cpe_shd.g_old_rec.information130
1573: ,p_information131_o
1574: => ben_cpe_shd.g_old_rec.information131
1575: ,p_information132_o
1576: => ben_cpe_shd.g_old_rec.information132
1577: ,p_information133_o
1578: => ben_cpe_shd.g_old_rec.information133
1579: ,p_information134_o
1580: => ben_cpe_shd.g_old_rec.information134

Line 1578: => ben_cpe_shd.g_old_rec.information133

1574: => ben_cpe_shd.g_old_rec.information131
1575: ,p_information132_o
1576: => ben_cpe_shd.g_old_rec.information132
1577: ,p_information133_o
1578: => ben_cpe_shd.g_old_rec.information133
1579: ,p_information134_o
1580: => ben_cpe_shd.g_old_rec.information134
1581: ,p_information135_o
1582: => ben_cpe_shd.g_old_rec.information135

Line 1580: => ben_cpe_shd.g_old_rec.information134

1576: => ben_cpe_shd.g_old_rec.information132
1577: ,p_information133_o
1578: => ben_cpe_shd.g_old_rec.information133
1579: ,p_information134_o
1580: => ben_cpe_shd.g_old_rec.information134
1581: ,p_information135_o
1582: => ben_cpe_shd.g_old_rec.information135
1583: ,p_information136_o
1584: => ben_cpe_shd.g_old_rec.information136

Line 1582: => ben_cpe_shd.g_old_rec.information135

1578: => ben_cpe_shd.g_old_rec.information133
1579: ,p_information134_o
1580: => ben_cpe_shd.g_old_rec.information134
1581: ,p_information135_o
1582: => ben_cpe_shd.g_old_rec.information135
1583: ,p_information136_o
1584: => ben_cpe_shd.g_old_rec.information136
1585: ,p_information137_o
1586: => ben_cpe_shd.g_old_rec.information137

Line 1584: => ben_cpe_shd.g_old_rec.information136

1580: => ben_cpe_shd.g_old_rec.information134
1581: ,p_information135_o
1582: => ben_cpe_shd.g_old_rec.information135
1583: ,p_information136_o
1584: => ben_cpe_shd.g_old_rec.information136
1585: ,p_information137_o
1586: => ben_cpe_shd.g_old_rec.information137
1587: ,p_information138_o
1588: => ben_cpe_shd.g_old_rec.information138

Line 1586: => ben_cpe_shd.g_old_rec.information137

1582: => ben_cpe_shd.g_old_rec.information135
1583: ,p_information136_o
1584: => ben_cpe_shd.g_old_rec.information136
1585: ,p_information137_o
1586: => ben_cpe_shd.g_old_rec.information137
1587: ,p_information138_o
1588: => ben_cpe_shd.g_old_rec.information138
1589: ,p_information139_o
1590: => ben_cpe_shd.g_old_rec.information139

Line 1588: => ben_cpe_shd.g_old_rec.information138

1584: => ben_cpe_shd.g_old_rec.information136
1585: ,p_information137_o
1586: => ben_cpe_shd.g_old_rec.information137
1587: ,p_information138_o
1588: => ben_cpe_shd.g_old_rec.information138
1589: ,p_information139_o
1590: => ben_cpe_shd.g_old_rec.information139
1591: ,p_information140_o
1592: => ben_cpe_shd.g_old_rec.information140

Line 1590: => ben_cpe_shd.g_old_rec.information139

1586: => ben_cpe_shd.g_old_rec.information137
1587: ,p_information138_o
1588: => ben_cpe_shd.g_old_rec.information138
1589: ,p_information139_o
1590: => ben_cpe_shd.g_old_rec.information139
1591: ,p_information140_o
1592: => ben_cpe_shd.g_old_rec.information140
1593: ,p_information141_o
1594: => ben_cpe_shd.g_old_rec.information141

Line 1592: => ben_cpe_shd.g_old_rec.information140

1588: => ben_cpe_shd.g_old_rec.information138
1589: ,p_information139_o
1590: => ben_cpe_shd.g_old_rec.information139
1591: ,p_information140_o
1592: => ben_cpe_shd.g_old_rec.information140
1593: ,p_information141_o
1594: => ben_cpe_shd.g_old_rec.information141
1595: ,p_information142_o
1596: => ben_cpe_shd.g_old_rec.information142

Line 1594: => ben_cpe_shd.g_old_rec.information141

1590: => ben_cpe_shd.g_old_rec.information139
1591: ,p_information140_o
1592: => ben_cpe_shd.g_old_rec.information140
1593: ,p_information141_o
1594: => ben_cpe_shd.g_old_rec.information141
1595: ,p_information142_o
1596: => ben_cpe_shd.g_old_rec.information142
1597:
1598: /* Extra Reserved Columns

Line 1596: => ben_cpe_shd.g_old_rec.information142

1592: => ben_cpe_shd.g_old_rec.information140
1593: ,p_information141_o
1594: => ben_cpe_shd.g_old_rec.information141
1595: ,p_information142_o
1596: => ben_cpe_shd.g_old_rec.information142
1597:
1598: /* Extra Reserved Columns
1599: ,p_information143_o
1600: => ben_cpe_shd.g_old_rec.information143

Line 1600: => ben_cpe_shd.g_old_rec.information143

1596: => ben_cpe_shd.g_old_rec.information142
1597:
1598: /* Extra Reserved Columns
1599: ,p_information143_o
1600: => ben_cpe_shd.g_old_rec.information143
1601: ,p_information144_o
1602: => ben_cpe_shd.g_old_rec.information144
1603: ,p_information145_o
1604: => ben_cpe_shd.g_old_rec.information145

Line 1602: => ben_cpe_shd.g_old_rec.information144

1598: /* Extra Reserved Columns
1599: ,p_information143_o
1600: => ben_cpe_shd.g_old_rec.information143
1601: ,p_information144_o
1602: => ben_cpe_shd.g_old_rec.information144
1603: ,p_information145_o
1604: => ben_cpe_shd.g_old_rec.information145
1605: ,p_information146_o
1606: => ben_cpe_shd.g_old_rec.information146

Line 1604: => ben_cpe_shd.g_old_rec.information145

1600: => ben_cpe_shd.g_old_rec.information143
1601: ,p_information144_o
1602: => ben_cpe_shd.g_old_rec.information144
1603: ,p_information145_o
1604: => ben_cpe_shd.g_old_rec.information145
1605: ,p_information146_o
1606: => ben_cpe_shd.g_old_rec.information146
1607: ,p_information147_o
1608: => ben_cpe_shd.g_old_rec.information147

Line 1606: => ben_cpe_shd.g_old_rec.information146

1602: => ben_cpe_shd.g_old_rec.information144
1603: ,p_information145_o
1604: => ben_cpe_shd.g_old_rec.information145
1605: ,p_information146_o
1606: => ben_cpe_shd.g_old_rec.information146
1607: ,p_information147_o
1608: => ben_cpe_shd.g_old_rec.information147
1609: ,p_information148_o
1610: => ben_cpe_shd.g_old_rec.information148

Line 1608: => ben_cpe_shd.g_old_rec.information147

1604: => ben_cpe_shd.g_old_rec.information145
1605: ,p_information146_o
1606: => ben_cpe_shd.g_old_rec.information146
1607: ,p_information147_o
1608: => ben_cpe_shd.g_old_rec.information147
1609: ,p_information148_o
1610: => ben_cpe_shd.g_old_rec.information148
1611: ,p_information149_o
1612: => ben_cpe_shd.g_old_rec.information149

Line 1610: => ben_cpe_shd.g_old_rec.information148

1606: => ben_cpe_shd.g_old_rec.information146
1607: ,p_information147_o
1608: => ben_cpe_shd.g_old_rec.information147
1609: ,p_information148_o
1610: => ben_cpe_shd.g_old_rec.information148
1611: ,p_information149_o
1612: => ben_cpe_shd.g_old_rec.information149
1613: ,p_information150_o
1614: => ben_cpe_shd.g_old_rec.information150

Line 1612: => ben_cpe_shd.g_old_rec.information149

1608: => ben_cpe_shd.g_old_rec.information147
1609: ,p_information148_o
1610: => ben_cpe_shd.g_old_rec.information148
1611: ,p_information149_o
1612: => ben_cpe_shd.g_old_rec.information149
1613: ,p_information150_o
1614: => ben_cpe_shd.g_old_rec.information150
1615: */
1616: ,p_information151_o

Line 1614: => ben_cpe_shd.g_old_rec.information150

1610: => ben_cpe_shd.g_old_rec.information148
1611: ,p_information149_o
1612: => ben_cpe_shd.g_old_rec.information149
1613: ,p_information150_o
1614: => ben_cpe_shd.g_old_rec.information150
1615: */
1616: ,p_information151_o
1617: => ben_cpe_shd.g_old_rec.information151
1618: ,p_information152_o

Line 1617: => ben_cpe_shd.g_old_rec.information151

1613: ,p_information150_o
1614: => ben_cpe_shd.g_old_rec.information150
1615: */
1616: ,p_information151_o
1617: => ben_cpe_shd.g_old_rec.information151
1618: ,p_information152_o
1619: => ben_cpe_shd.g_old_rec.information152
1620: ,p_information153_o
1621: => ben_cpe_shd.g_old_rec.information153

Line 1619: => ben_cpe_shd.g_old_rec.information152

1615: */
1616: ,p_information151_o
1617: => ben_cpe_shd.g_old_rec.information151
1618: ,p_information152_o
1619: => ben_cpe_shd.g_old_rec.information152
1620: ,p_information153_o
1621: => ben_cpe_shd.g_old_rec.information153
1622:
1623: /* Extra Reserved Columns

Line 1621: => ben_cpe_shd.g_old_rec.information153

1617: => ben_cpe_shd.g_old_rec.information151
1618: ,p_information152_o
1619: => ben_cpe_shd.g_old_rec.information152
1620: ,p_information153_o
1621: => ben_cpe_shd.g_old_rec.information153
1622:
1623: /* Extra Reserved Columns
1624: ,p_information154_o
1625: => ben_cpe_shd.g_old_rec.information154

Line 1625: => ben_cpe_shd.g_old_rec.information154

1621: => ben_cpe_shd.g_old_rec.information153
1622:
1623: /* Extra Reserved Columns
1624: ,p_information154_o
1625: => ben_cpe_shd.g_old_rec.information154
1626: ,p_information155_o
1627: => ben_cpe_shd.g_old_rec.information155
1628: ,p_information156_o
1629: => ben_cpe_shd.g_old_rec.information156

Line 1627: => ben_cpe_shd.g_old_rec.information155

1623: /* Extra Reserved Columns
1624: ,p_information154_o
1625: => ben_cpe_shd.g_old_rec.information154
1626: ,p_information155_o
1627: => ben_cpe_shd.g_old_rec.information155
1628: ,p_information156_o
1629: => ben_cpe_shd.g_old_rec.information156
1630: ,p_information157_o
1631: => ben_cpe_shd.g_old_rec.information157

Line 1629: => ben_cpe_shd.g_old_rec.information156

1625: => ben_cpe_shd.g_old_rec.information154
1626: ,p_information155_o
1627: => ben_cpe_shd.g_old_rec.information155
1628: ,p_information156_o
1629: => ben_cpe_shd.g_old_rec.information156
1630: ,p_information157_o
1631: => ben_cpe_shd.g_old_rec.information157
1632: ,p_information158_o
1633: => ben_cpe_shd.g_old_rec.information158

Line 1631: => ben_cpe_shd.g_old_rec.information157

1627: => ben_cpe_shd.g_old_rec.information155
1628: ,p_information156_o
1629: => ben_cpe_shd.g_old_rec.information156
1630: ,p_information157_o
1631: => ben_cpe_shd.g_old_rec.information157
1632: ,p_information158_o
1633: => ben_cpe_shd.g_old_rec.information158
1634: ,p_information159_o
1635: => ben_cpe_shd.g_old_rec.information159

Line 1633: => ben_cpe_shd.g_old_rec.information158

1629: => ben_cpe_shd.g_old_rec.information156
1630: ,p_information157_o
1631: => ben_cpe_shd.g_old_rec.information157
1632: ,p_information158_o
1633: => ben_cpe_shd.g_old_rec.information158
1634: ,p_information159_o
1635: => ben_cpe_shd.g_old_rec.information159
1636: */
1637:

Line 1635: => ben_cpe_shd.g_old_rec.information159

1631: => ben_cpe_shd.g_old_rec.information157
1632: ,p_information158_o
1633: => ben_cpe_shd.g_old_rec.information158
1634: ,p_information159_o
1635: => ben_cpe_shd.g_old_rec.information159
1636: */
1637:
1638: ,p_information160_o
1639: => ben_cpe_shd.g_old_rec.information160

Line 1639: => ben_cpe_shd.g_old_rec.information160

1635: => ben_cpe_shd.g_old_rec.information159
1636: */
1637:
1638: ,p_information160_o
1639: => ben_cpe_shd.g_old_rec.information160
1640: ,p_information161_o
1641: => ben_cpe_shd.g_old_rec.information161
1642: ,p_information162_o
1643: => ben_cpe_shd.g_old_rec.information162

Line 1641: => ben_cpe_shd.g_old_rec.information161

1637:
1638: ,p_information160_o
1639: => ben_cpe_shd.g_old_rec.information160
1640: ,p_information161_o
1641: => ben_cpe_shd.g_old_rec.information161
1642: ,p_information162_o
1643: => ben_cpe_shd.g_old_rec.information162
1644:
1645: /* Extra Reserved Columns

Line 1643: => ben_cpe_shd.g_old_rec.information162

1639: => ben_cpe_shd.g_old_rec.information160
1640: ,p_information161_o
1641: => ben_cpe_shd.g_old_rec.information161
1642: ,p_information162_o
1643: => ben_cpe_shd.g_old_rec.information162
1644:
1645: /* Extra Reserved Columns
1646: ,p_information163_o
1647: => ben_cpe_shd.g_old_rec.information163

Line 1647: => ben_cpe_shd.g_old_rec.information163

1643: => ben_cpe_shd.g_old_rec.information162
1644:
1645: /* Extra Reserved Columns
1646: ,p_information163_o
1647: => ben_cpe_shd.g_old_rec.information163
1648: ,p_information164_o
1649: => ben_cpe_shd.g_old_rec.information164
1650: ,p_information165_o
1651: => ben_cpe_shd.g_old_rec.information165

Line 1649: => ben_cpe_shd.g_old_rec.information164

1645: /* Extra Reserved Columns
1646: ,p_information163_o
1647: => ben_cpe_shd.g_old_rec.information163
1648: ,p_information164_o
1649: => ben_cpe_shd.g_old_rec.information164
1650: ,p_information165_o
1651: => ben_cpe_shd.g_old_rec.information165
1652: */
1653:

Line 1651: => ben_cpe_shd.g_old_rec.information165

1647: => ben_cpe_shd.g_old_rec.information163
1648: ,p_information164_o
1649: => ben_cpe_shd.g_old_rec.information164
1650: ,p_information165_o
1651: => ben_cpe_shd.g_old_rec.information165
1652: */
1653:
1654: ,p_information166_o
1655: => ben_cpe_shd.g_old_rec.information166

Line 1655: => ben_cpe_shd.g_old_rec.information166

1651: => ben_cpe_shd.g_old_rec.information165
1652: */
1653:
1654: ,p_information166_o
1655: => ben_cpe_shd.g_old_rec.information166
1656: ,p_information167_o
1657: => ben_cpe_shd.g_old_rec.information167
1658: ,p_information168_o
1659: => ben_cpe_shd.g_old_rec.information168

Line 1657: => ben_cpe_shd.g_old_rec.information167

1653:
1654: ,p_information166_o
1655: => ben_cpe_shd.g_old_rec.information166
1656: ,p_information167_o
1657: => ben_cpe_shd.g_old_rec.information167
1658: ,p_information168_o
1659: => ben_cpe_shd.g_old_rec.information168
1660: ,p_information169_o
1661: => ben_cpe_shd.g_old_rec.information169

Line 1659: => ben_cpe_shd.g_old_rec.information168

1655: => ben_cpe_shd.g_old_rec.information166
1656: ,p_information167_o
1657: => ben_cpe_shd.g_old_rec.information167
1658: ,p_information168_o
1659: => ben_cpe_shd.g_old_rec.information168
1660: ,p_information169_o
1661: => ben_cpe_shd.g_old_rec.information169
1662: ,p_information170_o
1663: => ben_cpe_shd.g_old_rec.information170

Line 1661: => ben_cpe_shd.g_old_rec.information169

1657: => ben_cpe_shd.g_old_rec.information167
1658: ,p_information168_o
1659: => ben_cpe_shd.g_old_rec.information168
1660: ,p_information169_o
1661: => ben_cpe_shd.g_old_rec.information169
1662: ,p_information170_o
1663: => ben_cpe_shd.g_old_rec.information170
1664:
1665: /* Extra Reserved Columns

Line 1663: => ben_cpe_shd.g_old_rec.information170

1659: => ben_cpe_shd.g_old_rec.information168
1660: ,p_information169_o
1661: => ben_cpe_shd.g_old_rec.information169
1662: ,p_information170_o
1663: => ben_cpe_shd.g_old_rec.information170
1664:
1665: /* Extra Reserved Columns
1666: ,p_information171_o
1667: => ben_cpe_shd.g_old_rec.information171

Line 1667: => ben_cpe_shd.g_old_rec.information171

1663: => ben_cpe_shd.g_old_rec.information170
1664:
1665: /* Extra Reserved Columns
1666: ,p_information171_o
1667: => ben_cpe_shd.g_old_rec.information171
1668: ,p_information172_o
1669: => ben_cpe_shd.g_old_rec.information172
1670: */
1671:

Line 1669: => ben_cpe_shd.g_old_rec.information172

1665: /* Extra Reserved Columns
1666: ,p_information171_o
1667: => ben_cpe_shd.g_old_rec.information171
1668: ,p_information172_o
1669: => ben_cpe_shd.g_old_rec.information172
1670: */
1671:
1672: ,p_information173_o
1673: => ben_cpe_shd.g_old_rec.information173

Line 1673: => ben_cpe_shd.g_old_rec.information173

1669: => ben_cpe_shd.g_old_rec.information172
1670: */
1671:
1672: ,p_information173_o
1673: => ben_cpe_shd.g_old_rec.information173
1674: ,p_information174_o
1675: => ben_cpe_shd.g_old_rec.information174
1676: ,p_information175_o
1677: => ben_cpe_shd.g_old_rec.information175

Line 1675: => ben_cpe_shd.g_old_rec.information174

1671:
1672: ,p_information173_o
1673: => ben_cpe_shd.g_old_rec.information173
1674: ,p_information174_o
1675: => ben_cpe_shd.g_old_rec.information174
1676: ,p_information175_o
1677: => ben_cpe_shd.g_old_rec.information175
1678: ,p_information176_o
1679: => ben_cpe_shd.g_old_rec.information176

Line 1677: => ben_cpe_shd.g_old_rec.information175

1673: => ben_cpe_shd.g_old_rec.information173
1674: ,p_information174_o
1675: => ben_cpe_shd.g_old_rec.information174
1676: ,p_information175_o
1677: => ben_cpe_shd.g_old_rec.information175
1678: ,p_information176_o
1679: => ben_cpe_shd.g_old_rec.information176
1680: ,p_information177_o
1681: => ben_cpe_shd.g_old_rec.information177

Line 1679: => ben_cpe_shd.g_old_rec.information176

1675: => ben_cpe_shd.g_old_rec.information174
1676: ,p_information175_o
1677: => ben_cpe_shd.g_old_rec.information175
1678: ,p_information176_o
1679: => ben_cpe_shd.g_old_rec.information176
1680: ,p_information177_o
1681: => ben_cpe_shd.g_old_rec.information177
1682: ,p_information178_o
1683: => ben_cpe_shd.g_old_rec.information178

Line 1681: => ben_cpe_shd.g_old_rec.information177

1677: => ben_cpe_shd.g_old_rec.information175
1678: ,p_information176_o
1679: => ben_cpe_shd.g_old_rec.information176
1680: ,p_information177_o
1681: => ben_cpe_shd.g_old_rec.information177
1682: ,p_information178_o
1683: => ben_cpe_shd.g_old_rec.information178
1684: ,p_information179_o
1685: => ben_cpe_shd.g_old_rec.information179

Line 1683: => ben_cpe_shd.g_old_rec.information178

1679: => ben_cpe_shd.g_old_rec.information176
1680: ,p_information177_o
1681: => ben_cpe_shd.g_old_rec.information177
1682: ,p_information178_o
1683: => ben_cpe_shd.g_old_rec.information178
1684: ,p_information179_o
1685: => ben_cpe_shd.g_old_rec.information179
1686: ,p_information180_o
1687: => ben_cpe_shd.g_old_rec.information180

Line 1685: => ben_cpe_shd.g_old_rec.information179

1681: => ben_cpe_shd.g_old_rec.information177
1682: ,p_information178_o
1683: => ben_cpe_shd.g_old_rec.information178
1684: ,p_information179_o
1685: => ben_cpe_shd.g_old_rec.information179
1686: ,p_information180_o
1687: => ben_cpe_shd.g_old_rec.information180
1688: ,p_information181_o
1689: => ben_cpe_shd.g_old_rec.information181

Line 1687: => ben_cpe_shd.g_old_rec.information180

1683: => ben_cpe_shd.g_old_rec.information178
1684: ,p_information179_o
1685: => ben_cpe_shd.g_old_rec.information179
1686: ,p_information180_o
1687: => ben_cpe_shd.g_old_rec.information180
1688: ,p_information181_o
1689: => ben_cpe_shd.g_old_rec.information181
1690: ,p_information182_o
1691: => ben_cpe_shd.g_old_rec.information182

Line 1689: => ben_cpe_shd.g_old_rec.information181

1685: => ben_cpe_shd.g_old_rec.information179
1686: ,p_information180_o
1687: => ben_cpe_shd.g_old_rec.information180
1688: ,p_information181_o
1689: => ben_cpe_shd.g_old_rec.information181
1690: ,p_information182_o
1691: => ben_cpe_shd.g_old_rec.information182
1692:
1693: /* Extra Reserved Columns

Line 1691: => ben_cpe_shd.g_old_rec.information182

1687: => ben_cpe_shd.g_old_rec.information180
1688: ,p_information181_o
1689: => ben_cpe_shd.g_old_rec.information181
1690: ,p_information182_o
1691: => ben_cpe_shd.g_old_rec.information182
1692:
1693: /* Extra Reserved Columns
1694: ,p_information183_o
1695: => ben_cpe_shd.g_old_rec.information183

Line 1695: => ben_cpe_shd.g_old_rec.information183

1691: => ben_cpe_shd.g_old_rec.information182
1692:
1693: /* Extra Reserved Columns
1694: ,p_information183_o
1695: => ben_cpe_shd.g_old_rec.information183
1696: ,p_information184_o
1697: => ben_cpe_shd.g_old_rec.information184
1698: */
1699: ,p_information185_o

Line 1697: => ben_cpe_shd.g_old_rec.information184

1693: /* Extra Reserved Columns
1694: ,p_information183_o
1695: => ben_cpe_shd.g_old_rec.information183
1696: ,p_information184_o
1697: => ben_cpe_shd.g_old_rec.information184
1698: */
1699: ,p_information185_o
1700: => ben_cpe_shd.g_old_rec.information185
1701: ,p_information186_o

Line 1700: => ben_cpe_shd.g_old_rec.information185

1696: ,p_information184_o
1697: => ben_cpe_shd.g_old_rec.information184
1698: */
1699: ,p_information185_o
1700: => ben_cpe_shd.g_old_rec.information185
1701: ,p_information186_o
1702: => ben_cpe_shd.g_old_rec.information186
1703: ,p_information187_o
1704: => ben_cpe_shd.g_old_rec.information187

Line 1702: => ben_cpe_shd.g_old_rec.information186

1698: */
1699: ,p_information185_o
1700: => ben_cpe_shd.g_old_rec.information185
1701: ,p_information186_o
1702: => ben_cpe_shd.g_old_rec.information186
1703: ,p_information187_o
1704: => ben_cpe_shd.g_old_rec.information187
1705: ,p_information188_o
1706: => ben_cpe_shd.g_old_rec.information188

Line 1704: => ben_cpe_shd.g_old_rec.information187

1700: => ben_cpe_shd.g_old_rec.information185
1701: ,p_information186_o
1702: => ben_cpe_shd.g_old_rec.information186
1703: ,p_information187_o
1704: => ben_cpe_shd.g_old_rec.information187
1705: ,p_information188_o
1706: => ben_cpe_shd.g_old_rec.information188
1707:
1708: /* Extra Reserved Columns

Line 1706: => ben_cpe_shd.g_old_rec.information188

1702: => ben_cpe_shd.g_old_rec.information186
1703: ,p_information187_o
1704: => ben_cpe_shd.g_old_rec.information187
1705: ,p_information188_o
1706: => ben_cpe_shd.g_old_rec.information188
1707:
1708: /* Extra Reserved Columns
1709: ,p_information189_o
1710: => ben_cpe_shd.g_old_rec.information189

Line 1710: => ben_cpe_shd.g_old_rec.information189

1706: => ben_cpe_shd.g_old_rec.information188
1707:
1708: /* Extra Reserved Columns
1709: ,p_information189_o
1710: => ben_cpe_shd.g_old_rec.information189
1711: */
1712: ,p_information190_o
1713: => ben_cpe_shd.g_old_rec.information190
1714: ,p_information191_o

Line 1713: => ben_cpe_shd.g_old_rec.information190

1709: ,p_information189_o
1710: => ben_cpe_shd.g_old_rec.information189
1711: */
1712: ,p_information190_o
1713: => ben_cpe_shd.g_old_rec.information190
1714: ,p_information191_o
1715: => ben_cpe_shd.g_old_rec.information191
1716: ,p_information192_o
1717: => ben_cpe_shd.g_old_rec.information192

Line 1715: => ben_cpe_shd.g_old_rec.information191

1711: */
1712: ,p_information190_o
1713: => ben_cpe_shd.g_old_rec.information190
1714: ,p_information191_o
1715: => ben_cpe_shd.g_old_rec.information191
1716: ,p_information192_o
1717: => ben_cpe_shd.g_old_rec.information192
1718: ,p_information193_o
1719: => ben_cpe_shd.g_old_rec.information193

Line 1717: => ben_cpe_shd.g_old_rec.information192

1713: => ben_cpe_shd.g_old_rec.information190
1714: ,p_information191_o
1715: => ben_cpe_shd.g_old_rec.information191
1716: ,p_information192_o
1717: => ben_cpe_shd.g_old_rec.information192
1718: ,p_information193_o
1719: => ben_cpe_shd.g_old_rec.information193
1720: ,p_information194_o
1721: => ben_cpe_shd.g_old_rec.information194

Line 1719: => ben_cpe_shd.g_old_rec.information193

1715: => ben_cpe_shd.g_old_rec.information191
1716: ,p_information192_o
1717: => ben_cpe_shd.g_old_rec.information192
1718: ,p_information193_o
1719: => ben_cpe_shd.g_old_rec.information193
1720: ,p_information194_o
1721: => ben_cpe_shd.g_old_rec.information194
1722: ,p_information195_o
1723: => ben_cpe_shd.g_old_rec.information195

Line 1721: => ben_cpe_shd.g_old_rec.information194

1717: => ben_cpe_shd.g_old_rec.information192
1718: ,p_information193_o
1719: => ben_cpe_shd.g_old_rec.information193
1720: ,p_information194_o
1721: => ben_cpe_shd.g_old_rec.information194
1722: ,p_information195_o
1723: => ben_cpe_shd.g_old_rec.information195
1724: ,p_information196_o
1725: => ben_cpe_shd.g_old_rec.information196

Line 1723: => ben_cpe_shd.g_old_rec.information195

1719: => ben_cpe_shd.g_old_rec.information193
1720: ,p_information194_o
1721: => ben_cpe_shd.g_old_rec.information194
1722: ,p_information195_o
1723: => ben_cpe_shd.g_old_rec.information195
1724: ,p_information196_o
1725: => ben_cpe_shd.g_old_rec.information196
1726: ,p_information197_o
1727: => ben_cpe_shd.g_old_rec.information197

Line 1725: => ben_cpe_shd.g_old_rec.information196

1721: => ben_cpe_shd.g_old_rec.information194
1722: ,p_information195_o
1723: => ben_cpe_shd.g_old_rec.information195
1724: ,p_information196_o
1725: => ben_cpe_shd.g_old_rec.information196
1726: ,p_information197_o
1727: => ben_cpe_shd.g_old_rec.information197
1728: ,p_information198_o
1729: => ben_cpe_shd.g_old_rec.information198

Line 1727: => ben_cpe_shd.g_old_rec.information197

1723: => ben_cpe_shd.g_old_rec.information195
1724: ,p_information196_o
1725: => ben_cpe_shd.g_old_rec.information196
1726: ,p_information197_o
1727: => ben_cpe_shd.g_old_rec.information197
1728: ,p_information198_o
1729: => ben_cpe_shd.g_old_rec.information198
1730: ,p_information199_o
1731: => ben_cpe_shd.g_old_rec.information199

Line 1729: => ben_cpe_shd.g_old_rec.information198

1725: => ben_cpe_shd.g_old_rec.information196
1726: ,p_information197_o
1727: => ben_cpe_shd.g_old_rec.information197
1728: ,p_information198_o
1729: => ben_cpe_shd.g_old_rec.information198
1730: ,p_information199_o
1731: => ben_cpe_shd.g_old_rec.information199
1732:
1733: /* Extra Reserved Columns

Line 1731: => ben_cpe_shd.g_old_rec.information199

1727: => ben_cpe_shd.g_old_rec.information197
1728: ,p_information198_o
1729: => ben_cpe_shd.g_old_rec.information198
1730: ,p_information199_o
1731: => ben_cpe_shd.g_old_rec.information199
1732:
1733: /* Extra Reserved Columns
1734: ,p_information200_o
1735: => ben_cpe_shd.g_old_rec.information200

Line 1735: => ben_cpe_shd.g_old_rec.information200

1731: => ben_cpe_shd.g_old_rec.information199
1732:
1733: /* Extra Reserved Columns
1734: ,p_information200_o
1735: => ben_cpe_shd.g_old_rec.information200
1736: ,p_information201_o
1737: => ben_cpe_shd.g_old_rec.information201
1738: ,p_information202_o
1739: => ben_cpe_shd.g_old_rec.information202

Line 1737: => ben_cpe_shd.g_old_rec.information201

1733: /* Extra Reserved Columns
1734: ,p_information200_o
1735: => ben_cpe_shd.g_old_rec.information200
1736: ,p_information201_o
1737: => ben_cpe_shd.g_old_rec.information201
1738: ,p_information202_o
1739: => ben_cpe_shd.g_old_rec.information202
1740: ,p_information203_o
1741: => ben_cpe_shd.g_old_rec.information203

Line 1739: => ben_cpe_shd.g_old_rec.information202

1735: => ben_cpe_shd.g_old_rec.information200
1736: ,p_information201_o
1737: => ben_cpe_shd.g_old_rec.information201
1738: ,p_information202_o
1739: => ben_cpe_shd.g_old_rec.information202
1740: ,p_information203_o
1741: => ben_cpe_shd.g_old_rec.information203
1742: ,p_information204_o
1743: => ben_cpe_shd.g_old_rec.information204

Line 1741: => ben_cpe_shd.g_old_rec.information203

1737: => ben_cpe_shd.g_old_rec.information201
1738: ,p_information202_o
1739: => ben_cpe_shd.g_old_rec.information202
1740: ,p_information203_o
1741: => ben_cpe_shd.g_old_rec.information203
1742: ,p_information204_o
1743: => ben_cpe_shd.g_old_rec.information204
1744: ,p_information205_o
1745: => ben_cpe_shd.g_old_rec.information205

Line 1743: => ben_cpe_shd.g_old_rec.information204

1739: => ben_cpe_shd.g_old_rec.information202
1740: ,p_information203_o
1741: => ben_cpe_shd.g_old_rec.information203
1742: ,p_information204_o
1743: => ben_cpe_shd.g_old_rec.information204
1744: ,p_information205_o
1745: => ben_cpe_shd.g_old_rec.information205
1746: ,p_information206_o
1747: => ben_cpe_shd.g_old_rec.information206

Line 1745: => ben_cpe_shd.g_old_rec.information205

1741: => ben_cpe_shd.g_old_rec.information203
1742: ,p_information204_o
1743: => ben_cpe_shd.g_old_rec.information204
1744: ,p_information205_o
1745: => ben_cpe_shd.g_old_rec.information205
1746: ,p_information206_o
1747: => ben_cpe_shd.g_old_rec.information206
1748: ,p_information207_o
1749: => ben_cpe_shd.g_old_rec.information207

Line 1747: => ben_cpe_shd.g_old_rec.information206

1743: => ben_cpe_shd.g_old_rec.information204
1744: ,p_information205_o
1745: => ben_cpe_shd.g_old_rec.information205
1746: ,p_information206_o
1747: => ben_cpe_shd.g_old_rec.information206
1748: ,p_information207_o
1749: => ben_cpe_shd.g_old_rec.information207
1750: ,p_information208_o
1751: => ben_cpe_shd.g_old_rec.information208

Line 1749: => ben_cpe_shd.g_old_rec.information207

1745: => ben_cpe_shd.g_old_rec.information205
1746: ,p_information206_o
1747: => ben_cpe_shd.g_old_rec.information206
1748: ,p_information207_o
1749: => ben_cpe_shd.g_old_rec.information207
1750: ,p_information208_o
1751: => ben_cpe_shd.g_old_rec.information208
1752: ,p_information209_o
1753: => ben_cpe_shd.g_old_rec.information209

Line 1751: => ben_cpe_shd.g_old_rec.information208

1747: => ben_cpe_shd.g_old_rec.information206
1748: ,p_information207_o
1749: => ben_cpe_shd.g_old_rec.information207
1750: ,p_information208_o
1751: => ben_cpe_shd.g_old_rec.information208
1752: ,p_information209_o
1753: => ben_cpe_shd.g_old_rec.information209
1754: ,p_information210_o
1755: => ben_cpe_shd.g_old_rec.information210

Line 1753: => ben_cpe_shd.g_old_rec.information209

1749: => ben_cpe_shd.g_old_rec.information207
1750: ,p_information208_o
1751: => ben_cpe_shd.g_old_rec.information208
1752: ,p_information209_o
1753: => ben_cpe_shd.g_old_rec.information209
1754: ,p_information210_o
1755: => ben_cpe_shd.g_old_rec.information210
1756: ,p_information211_o
1757: => ben_cpe_shd.g_old_rec.information211

Line 1755: => ben_cpe_shd.g_old_rec.information210

1751: => ben_cpe_shd.g_old_rec.information208
1752: ,p_information209_o
1753: => ben_cpe_shd.g_old_rec.information209
1754: ,p_information210_o
1755: => ben_cpe_shd.g_old_rec.information210
1756: ,p_information211_o
1757: => ben_cpe_shd.g_old_rec.information211
1758: ,p_information212_o
1759: => ben_cpe_shd.g_old_rec.information212

Line 1757: => ben_cpe_shd.g_old_rec.information211

1753: => ben_cpe_shd.g_old_rec.information209
1754: ,p_information210_o
1755: => ben_cpe_shd.g_old_rec.information210
1756: ,p_information211_o
1757: => ben_cpe_shd.g_old_rec.information211
1758: ,p_information212_o
1759: => ben_cpe_shd.g_old_rec.information212
1760: ,p_information213_o
1761: => ben_cpe_shd.g_old_rec.information213

Line 1759: => ben_cpe_shd.g_old_rec.information212

1755: => ben_cpe_shd.g_old_rec.information210
1756: ,p_information211_o
1757: => ben_cpe_shd.g_old_rec.information211
1758: ,p_information212_o
1759: => ben_cpe_shd.g_old_rec.information212
1760: ,p_information213_o
1761: => ben_cpe_shd.g_old_rec.information213
1762: ,p_information214_o
1763: => ben_cpe_shd.g_old_rec.information214

Line 1761: => ben_cpe_shd.g_old_rec.information213

1757: => ben_cpe_shd.g_old_rec.information211
1758: ,p_information212_o
1759: => ben_cpe_shd.g_old_rec.information212
1760: ,p_information213_o
1761: => ben_cpe_shd.g_old_rec.information213
1762: ,p_information214_o
1763: => ben_cpe_shd.g_old_rec.information214
1764: ,p_information215_o
1765: => ben_cpe_shd.g_old_rec.information215

Line 1763: => ben_cpe_shd.g_old_rec.information214

1759: => ben_cpe_shd.g_old_rec.information212
1760: ,p_information213_o
1761: => ben_cpe_shd.g_old_rec.information213
1762: ,p_information214_o
1763: => ben_cpe_shd.g_old_rec.information214
1764: ,p_information215_o
1765: => ben_cpe_shd.g_old_rec.information215
1766: */
1767:

Line 1765: => ben_cpe_shd.g_old_rec.information215

1761: => ben_cpe_shd.g_old_rec.information213
1762: ,p_information214_o
1763: => ben_cpe_shd.g_old_rec.information214
1764: ,p_information215_o
1765: => ben_cpe_shd.g_old_rec.information215
1766: */
1767:
1768: ,p_information216_o
1769: => ben_cpe_shd.g_old_rec.information216

Line 1769: => ben_cpe_shd.g_old_rec.information216

1765: => ben_cpe_shd.g_old_rec.information215
1766: */
1767:
1768: ,p_information216_o
1769: => ben_cpe_shd.g_old_rec.information216
1770: ,p_information217_o
1771: => ben_cpe_shd.g_old_rec.information217
1772: ,p_information218_o
1773: => ben_cpe_shd.g_old_rec.information218

Line 1771: => ben_cpe_shd.g_old_rec.information217

1767:
1768: ,p_information216_o
1769: => ben_cpe_shd.g_old_rec.information216
1770: ,p_information217_o
1771: => ben_cpe_shd.g_old_rec.information217
1772: ,p_information218_o
1773: => ben_cpe_shd.g_old_rec.information218
1774: ,p_information219_o
1775: => ben_cpe_shd.g_old_rec.information219

Line 1773: => ben_cpe_shd.g_old_rec.information218

1769: => ben_cpe_shd.g_old_rec.information216
1770: ,p_information217_o
1771: => ben_cpe_shd.g_old_rec.information217
1772: ,p_information218_o
1773: => ben_cpe_shd.g_old_rec.information218
1774: ,p_information219_o
1775: => ben_cpe_shd.g_old_rec.information219
1776: ,p_information220_o
1777: => ben_cpe_shd.g_old_rec.information220

Line 1775: => ben_cpe_shd.g_old_rec.information219

1771: => ben_cpe_shd.g_old_rec.information217
1772: ,p_information218_o
1773: => ben_cpe_shd.g_old_rec.information218
1774: ,p_information219_o
1775: => ben_cpe_shd.g_old_rec.information219
1776: ,p_information220_o
1777: => ben_cpe_shd.g_old_rec.information220
1778:
1779: ,p_information221_o

Line 1777: => ben_cpe_shd.g_old_rec.information220

1773: => ben_cpe_shd.g_old_rec.information218
1774: ,p_information219_o
1775: => ben_cpe_shd.g_old_rec.information219
1776: ,p_information220_o
1777: => ben_cpe_shd.g_old_rec.information220
1778:
1779: ,p_information221_o
1780: => ben_cpe_shd.g_old_rec.information221
1781: ,p_information222_o

Line 1780: => ben_cpe_shd.g_old_rec.information221

1776: ,p_information220_o
1777: => ben_cpe_shd.g_old_rec.information220
1778:
1779: ,p_information221_o
1780: => ben_cpe_shd.g_old_rec.information221
1781: ,p_information222_o
1782: => ben_cpe_shd.g_old_rec.information222
1783: ,p_information223_o
1784: => ben_cpe_shd.g_old_rec.information223

Line 1782: => ben_cpe_shd.g_old_rec.information222

1778:
1779: ,p_information221_o
1780: => ben_cpe_shd.g_old_rec.information221
1781: ,p_information222_o
1782: => ben_cpe_shd.g_old_rec.information222
1783: ,p_information223_o
1784: => ben_cpe_shd.g_old_rec.information223
1785: ,p_information224_o
1786: => ben_cpe_shd.g_old_rec.information224

Line 1784: => ben_cpe_shd.g_old_rec.information223

1780: => ben_cpe_shd.g_old_rec.information221
1781: ,p_information222_o
1782: => ben_cpe_shd.g_old_rec.information222
1783: ,p_information223_o
1784: => ben_cpe_shd.g_old_rec.information223
1785: ,p_information224_o
1786: => ben_cpe_shd.g_old_rec.information224
1787: ,p_information225_o
1788: => ben_cpe_shd.g_old_rec.information225

Line 1786: => ben_cpe_shd.g_old_rec.information224

1782: => ben_cpe_shd.g_old_rec.information222
1783: ,p_information223_o
1784: => ben_cpe_shd.g_old_rec.information223
1785: ,p_information224_o
1786: => ben_cpe_shd.g_old_rec.information224
1787: ,p_information225_o
1788: => ben_cpe_shd.g_old_rec.information225
1789: ,p_information226_o
1790: => ben_cpe_shd.g_old_rec.information226

Line 1788: => ben_cpe_shd.g_old_rec.information225

1784: => ben_cpe_shd.g_old_rec.information223
1785: ,p_information224_o
1786: => ben_cpe_shd.g_old_rec.information224
1787: ,p_information225_o
1788: => ben_cpe_shd.g_old_rec.information225
1789: ,p_information226_o
1790: => ben_cpe_shd.g_old_rec.information226
1791: ,p_information227_o
1792: => ben_cpe_shd.g_old_rec.information227

Line 1790: => ben_cpe_shd.g_old_rec.information226

1786: => ben_cpe_shd.g_old_rec.information224
1787: ,p_information225_o
1788: => ben_cpe_shd.g_old_rec.information225
1789: ,p_information226_o
1790: => ben_cpe_shd.g_old_rec.information226
1791: ,p_information227_o
1792: => ben_cpe_shd.g_old_rec.information227
1793: ,p_information228_o
1794: => ben_cpe_shd.g_old_rec.information228

Line 1792: => ben_cpe_shd.g_old_rec.information227

1788: => ben_cpe_shd.g_old_rec.information225
1789: ,p_information226_o
1790: => ben_cpe_shd.g_old_rec.information226
1791: ,p_information227_o
1792: => ben_cpe_shd.g_old_rec.information227
1793: ,p_information228_o
1794: => ben_cpe_shd.g_old_rec.information228
1795: ,p_information229_o
1796: => ben_cpe_shd.g_old_rec.information229

Line 1794: => ben_cpe_shd.g_old_rec.information228

1790: => ben_cpe_shd.g_old_rec.information226
1791: ,p_information227_o
1792: => ben_cpe_shd.g_old_rec.information227
1793: ,p_information228_o
1794: => ben_cpe_shd.g_old_rec.information228
1795: ,p_information229_o
1796: => ben_cpe_shd.g_old_rec.information229
1797: ,p_information230_o
1798: => ben_cpe_shd.g_old_rec.information230

Line 1796: => ben_cpe_shd.g_old_rec.information229

1792: => ben_cpe_shd.g_old_rec.information227
1793: ,p_information228_o
1794: => ben_cpe_shd.g_old_rec.information228
1795: ,p_information229_o
1796: => ben_cpe_shd.g_old_rec.information229
1797: ,p_information230_o
1798: => ben_cpe_shd.g_old_rec.information230
1799: ,p_information231_o
1800: => ben_cpe_shd.g_old_rec.information231

Line 1798: => ben_cpe_shd.g_old_rec.information230

1794: => ben_cpe_shd.g_old_rec.information228
1795: ,p_information229_o
1796: => ben_cpe_shd.g_old_rec.information229
1797: ,p_information230_o
1798: => ben_cpe_shd.g_old_rec.information230
1799: ,p_information231_o
1800: => ben_cpe_shd.g_old_rec.information231
1801: ,p_information232_o
1802: => ben_cpe_shd.g_old_rec.information232

Line 1800: => ben_cpe_shd.g_old_rec.information231

1796: => ben_cpe_shd.g_old_rec.information229
1797: ,p_information230_o
1798: => ben_cpe_shd.g_old_rec.information230
1799: ,p_information231_o
1800: => ben_cpe_shd.g_old_rec.information231
1801: ,p_information232_o
1802: => ben_cpe_shd.g_old_rec.information232
1803: ,p_information233_o
1804: => ben_cpe_shd.g_old_rec.information233

Line 1802: => ben_cpe_shd.g_old_rec.information232

1798: => ben_cpe_shd.g_old_rec.information230
1799: ,p_information231_o
1800: => ben_cpe_shd.g_old_rec.information231
1801: ,p_information232_o
1802: => ben_cpe_shd.g_old_rec.information232
1803: ,p_information233_o
1804: => ben_cpe_shd.g_old_rec.information233
1805: ,p_information234_o
1806: => ben_cpe_shd.g_old_rec.information234

Line 1804: => ben_cpe_shd.g_old_rec.information233

1800: => ben_cpe_shd.g_old_rec.information231
1801: ,p_information232_o
1802: => ben_cpe_shd.g_old_rec.information232
1803: ,p_information233_o
1804: => ben_cpe_shd.g_old_rec.information233
1805: ,p_information234_o
1806: => ben_cpe_shd.g_old_rec.information234
1807: ,p_information235_o
1808: => ben_cpe_shd.g_old_rec.information235

Line 1806: => ben_cpe_shd.g_old_rec.information234

1802: => ben_cpe_shd.g_old_rec.information232
1803: ,p_information233_o
1804: => ben_cpe_shd.g_old_rec.information233
1805: ,p_information234_o
1806: => ben_cpe_shd.g_old_rec.information234
1807: ,p_information235_o
1808: => ben_cpe_shd.g_old_rec.information235
1809: ,p_information236_o
1810: => ben_cpe_shd.g_old_rec.information236

Line 1808: => ben_cpe_shd.g_old_rec.information235

1804: => ben_cpe_shd.g_old_rec.information233
1805: ,p_information234_o
1806: => ben_cpe_shd.g_old_rec.information234
1807: ,p_information235_o
1808: => ben_cpe_shd.g_old_rec.information235
1809: ,p_information236_o
1810: => ben_cpe_shd.g_old_rec.information236
1811: ,p_information237_o
1812: => ben_cpe_shd.g_old_rec.information237

Line 1810: => ben_cpe_shd.g_old_rec.information236

1806: => ben_cpe_shd.g_old_rec.information234
1807: ,p_information235_o
1808: => ben_cpe_shd.g_old_rec.information235
1809: ,p_information236_o
1810: => ben_cpe_shd.g_old_rec.information236
1811: ,p_information237_o
1812: => ben_cpe_shd.g_old_rec.information237
1813: ,p_information238_o
1814: => ben_cpe_shd.g_old_rec.information238

Line 1812: => ben_cpe_shd.g_old_rec.information237

1808: => ben_cpe_shd.g_old_rec.information235
1809: ,p_information236_o
1810: => ben_cpe_shd.g_old_rec.information236
1811: ,p_information237_o
1812: => ben_cpe_shd.g_old_rec.information237
1813: ,p_information238_o
1814: => ben_cpe_shd.g_old_rec.information238
1815: ,p_information239_o
1816: => ben_cpe_shd.g_old_rec.information239

Line 1814: => ben_cpe_shd.g_old_rec.information238

1810: => ben_cpe_shd.g_old_rec.information236
1811: ,p_information237_o
1812: => ben_cpe_shd.g_old_rec.information237
1813: ,p_information238_o
1814: => ben_cpe_shd.g_old_rec.information238
1815: ,p_information239_o
1816: => ben_cpe_shd.g_old_rec.information239
1817: ,p_information240_o
1818: => ben_cpe_shd.g_old_rec.information240

Line 1816: => ben_cpe_shd.g_old_rec.information239

1812: => ben_cpe_shd.g_old_rec.information237
1813: ,p_information238_o
1814: => ben_cpe_shd.g_old_rec.information238
1815: ,p_information239_o
1816: => ben_cpe_shd.g_old_rec.information239
1817: ,p_information240_o
1818: => ben_cpe_shd.g_old_rec.information240
1819: ,p_information241_o
1820: => ben_cpe_shd.g_old_rec.information241

Line 1818: => ben_cpe_shd.g_old_rec.information240

1814: => ben_cpe_shd.g_old_rec.information238
1815: ,p_information239_o
1816: => ben_cpe_shd.g_old_rec.information239
1817: ,p_information240_o
1818: => ben_cpe_shd.g_old_rec.information240
1819: ,p_information241_o
1820: => ben_cpe_shd.g_old_rec.information241
1821: ,p_information242_o
1822: => ben_cpe_shd.g_old_rec.information242

Line 1820: => ben_cpe_shd.g_old_rec.information241

1816: => ben_cpe_shd.g_old_rec.information239
1817: ,p_information240_o
1818: => ben_cpe_shd.g_old_rec.information240
1819: ,p_information241_o
1820: => ben_cpe_shd.g_old_rec.information241
1821: ,p_information242_o
1822: => ben_cpe_shd.g_old_rec.information242
1823: ,p_information243_o
1824: => ben_cpe_shd.g_old_rec.information243

Line 1822: => ben_cpe_shd.g_old_rec.information242

1818: => ben_cpe_shd.g_old_rec.information240
1819: ,p_information241_o
1820: => ben_cpe_shd.g_old_rec.information241
1821: ,p_information242_o
1822: => ben_cpe_shd.g_old_rec.information242
1823: ,p_information243_o
1824: => ben_cpe_shd.g_old_rec.information243
1825: ,p_information244_o
1826: => ben_cpe_shd.g_old_rec.information244

Line 1824: => ben_cpe_shd.g_old_rec.information243

1820: => ben_cpe_shd.g_old_rec.information241
1821: ,p_information242_o
1822: => ben_cpe_shd.g_old_rec.information242
1823: ,p_information243_o
1824: => ben_cpe_shd.g_old_rec.information243
1825: ,p_information244_o
1826: => ben_cpe_shd.g_old_rec.information244
1827: ,p_information245_o
1828: => ben_cpe_shd.g_old_rec.information245

Line 1826: => ben_cpe_shd.g_old_rec.information244

1822: => ben_cpe_shd.g_old_rec.information242
1823: ,p_information243_o
1824: => ben_cpe_shd.g_old_rec.information243
1825: ,p_information244_o
1826: => ben_cpe_shd.g_old_rec.information244
1827: ,p_information245_o
1828: => ben_cpe_shd.g_old_rec.information245
1829: ,p_information246_o
1830: => ben_cpe_shd.g_old_rec.information246

Line 1828: => ben_cpe_shd.g_old_rec.information245

1824: => ben_cpe_shd.g_old_rec.information243
1825: ,p_information244_o
1826: => ben_cpe_shd.g_old_rec.information244
1827: ,p_information245_o
1828: => ben_cpe_shd.g_old_rec.information245
1829: ,p_information246_o
1830: => ben_cpe_shd.g_old_rec.information246
1831: ,p_information247_o
1832: => ben_cpe_shd.g_old_rec.information247

Line 1830: => ben_cpe_shd.g_old_rec.information246

1826: => ben_cpe_shd.g_old_rec.information244
1827: ,p_information245_o
1828: => ben_cpe_shd.g_old_rec.information245
1829: ,p_information246_o
1830: => ben_cpe_shd.g_old_rec.information246
1831: ,p_information247_o
1832: => ben_cpe_shd.g_old_rec.information247
1833: ,p_information248_o
1834: => ben_cpe_shd.g_old_rec.information248

Line 1832: => ben_cpe_shd.g_old_rec.information247

1828: => ben_cpe_shd.g_old_rec.information245
1829: ,p_information246_o
1830: => ben_cpe_shd.g_old_rec.information246
1831: ,p_information247_o
1832: => ben_cpe_shd.g_old_rec.information247
1833: ,p_information248_o
1834: => ben_cpe_shd.g_old_rec.information248
1835: ,p_information249_o
1836: => ben_cpe_shd.g_old_rec.information249

Line 1834: => ben_cpe_shd.g_old_rec.information248

1830: => ben_cpe_shd.g_old_rec.information246
1831: ,p_information247_o
1832: => ben_cpe_shd.g_old_rec.information247
1833: ,p_information248_o
1834: => ben_cpe_shd.g_old_rec.information248
1835: ,p_information249_o
1836: => ben_cpe_shd.g_old_rec.information249
1837: ,p_information250_o
1838: => ben_cpe_shd.g_old_rec.information250

Line 1836: => ben_cpe_shd.g_old_rec.information249

1832: => ben_cpe_shd.g_old_rec.information247
1833: ,p_information248_o
1834: => ben_cpe_shd.g_old_rec.information248
1835: ,p_information249_o
1836: => ben_cpe_shd.g_old_rec.information249
1837: ,p_information250_o
1838: => ben_cpe_shd.g_old_rec.information250
1839: ,p_information251_o
1840: => ben_cpe_shd.g_old_rec.information251

Line 1838: => ben_cpe_shd.g_old_rec.information250

1834: => ben_cpe_shd.g_old_rec.information248
1835: ,p_information249_o
1836: => ben_cpe_shd.g_old_rec.information249
1837: ,p_information250_o
1838: => ben_cpe_shd.g_old_rec.information250
1839: ,p_information251_o
1840: => ben_cpe_shd.g_old_rec.information251
1841: ,p_information252_o
1842: => ben_cpe_shd.g_old_rec.information252

Line 1840: => ben_cpe_shd.g_old_rec.information251

1836: => ben_cpe_shd.g_old_rec.information249
1837: ,p_information250_o
1838: => ben_cpe_shd.g_old_rec.information250
1839: ,p_information251_o
1840: => ben_cpe_shd.g_old_rec.information251
1841: ,p_information252_o
1842: => ben_cpe_shd.g_old_rec.information252
1843: ,p_information253_o
1844: => ben_cpe_shd.g_old_rec.information253

Line 1842: => ben_cpe_shd.g_old_rec.information252

1838: => ben_cpe_shd.g_old_rec.information250
1839: ,p_information251_o
1840: => ben_cpe_shd.g_old_rec.information251
1841: ,p_information252_o
1842: => ben_cpe_shd.g_old_rec.information252
1843: ,p_information253_o
1844: => ben_cpe_shd.g_old_rec.information253
1845: ,p_information254_o
1846: => ben_cpe_shd.g_old_rec.information254

Line 1844: => ben_cpe_shd.g_old_rec.information253

1840: => ben_cpe_shd.g_old_rec.information251
1841: ,p_information252_o
1842: => ben_cpe_shd.g_old_rec.information252
1843: ,p_information253_o
1844: => ben_cpe_shd.g_old_rec.information253
1845: ,p_information254_o
1846: => ben_cpe_shd.g_old_rec.information254
1847: ,p_information255_o
1848: => ben_cpe_shd.g_old_rec.information255

Line 1846: => ben_cpe_shd.g_old_rec.information254

1842: => ben_cpe_shd.g_old_rec.information252
1843: ,p_information253_o
1844: => ben_cpe_shd.g_old_rec.information253
1845: ,p_information254_o
1846: => ben_cpe_shd.g_old_rec.information254
1847: ,p_information255_o
1848: => ben_cpe_shd.g_old_rec.information255
1849: ,p_information256_o
1850: => ben_cpe_shd.g_old_rec.information256

Line 1848: => ben_cpe_shd.g_old_rec.information255

1844: => ben_cpe_shd.g_old_rec.information253
1845: ,p_information254_o
1846: => ben_cpe_shd.g_old_rec.information254
1847: ,p_information255_o
1848: => ben_cpe_shd.g_old_rec.information255
1849: ,p_information256_o
1850: => ben_cpe_shd.g_old_rec.information256
1851: ,p_information257_o
1852: => ben_cpe_shd.g_old_rec.information257

Line 1850: => ben_cpe_shd.g_old_rec.information256

1846: => ben_cpe_shd.g_old_rec.information254
1847: ,p_information255_o
1848: => ben_cpe_shd.g_old_rec.information255
1849: ,p_information256_o
1850: => ben_cpe_shd.g_old_rec.information256
1851: ,p_information257_o
1852: => ben_cpe_shd.g_old_rec.information257
1853: ,p_information258_o
1854: => ben_cpe_shd.g_old_rec.information258

Line 1852: => ben_cpe_shd.g_old_rec.information257

1848: => ben_cpe_shd.g_old_rec.information255
1849: ,p_information256_o
1850: => ben_cpe_shd.g_old_rec.information256
1851: ,p_information257_o
1852: => ben_cpe_shd.g_old_rec.information257
1853: ,p_information258_o
1854: => ben_cpe_shd.g_old_rec.information258
1855: ,p_information259_o
1856: => ben_cpe_shd.g_old_rec.information259

Line 1854: => ben_cpe_shd.g_old_rec.information258

1850: => ben_cpe_shd.g_old_rec.information256
1851: ,p_information257_o
1852: => ben_cpe_shd.g_old_rec.information257
1853: ,p_information258_o
1854: => ben_cpe_shd.g_old_rec.information258
1855: ,p_information259_o
1856: => ben_cpe_shd.g_old_rec.information259
1857: ,p_information260_o
1858: => ben_cpe_shd.g_old_rec.information260

Line 1856: => ben_cpe_shd.g_old_rec.information259

1852: => ben_cpe_shd.g_old_rec.information257
1853: ,p_information258_o
1854: => ben_cpe_shd.g_old_rec.information258
1855: ,p_information259_o
1856: => ben_cpe_shd.g_old_rec.information259
1857: ,p_information260_o
1858: => ben_cpe_shd.g_old_rec.information260
1859: ,p_information261_o
1860: => ben_cpe_shd.g_old_rec.information261

Line 1858: => ben_cpe_shd.g_old_rec.information260

1854: => ben_cpe_shd.g_old_rec.information258
1855: ,p_information259_o
1856: => ben_cpe_shd.g_old_rec.information259
1857: ,p_information260_o
1858: => ben_cpe_shd.g_old_rec.information260
1859: ,p_information261_o
1860: => ben_cpe_shd.g_old_rec.information261
1861: ,p_information262_o
1862: => ben_cpe_shd.g_old_rec.information262

Line 1860: => ben_cpe_shd.g_old_rec.information261

1856: => ben_cpe_shd.g_old_rec.information259
1857: ,p_information260_o
1858: => ben_cpe_shd.g_old_rec.information260
1859: ,p_information261_o
1860: => ben_cpe_shd.g_old_rec.information261
1861: ,p_information262_o
1862: => ben_cpe_shd.g_old_rec.information262
1863: ,p_information263_o
1864: => ben_cpe_shd.g_old_rec.information263

Line 1862: => ben_cpe_shd.g_old_rec.information262

1858: => ben_cpe_shd.g_old_rec.information260
1859: ,p_information261_o
1860: => ben_cpe_shd.g_old_rec.information261
1861: ,p_information262_o
1862: => ben_cpe_shd.g_old_rec.information262
1863: ,p_information263_o
1864: => ben_cpe_shd.g_old_rec.information263
1865: ,p_information264_o
1866: => ben_cpe_shd.g_old_rec.information264

Line 1864: => ben_cpe_shd.g_old_rec.information263

1860: => ben_cpe_shd.g_old_rec.information261
1861: ,p_information262_o
1862: => ben_cpe_shd.g_old_rec.information262
1863: ,p_information263_o
1864: => ben_cpe_shd.g_old_rec.information263
1865: ,p_information264_o
1866: => ben_cpe_shd.g_old_rec.information264
1867: ,p_information265_o
1868: => ben_cpe_shd.g_old_rec.information265

Line 1866: => ben_cpe_shd.g_old_rec.information264

1862: => ben_cpe_shd.g_old_rec.information262
1863: ,p_information263_o
1864: => ben_cpe_shd.g_old_rec.information263
1865: ,p_information264_o
1866: => ben_cpe_shd.g_old_rec.information264
1867: ,p_information265_o
1868: => ben_cpe_shd.g_old_rec.information265
1869: ,p_information266_o
1870: => ben_cpe_shd.g_old_rec.information266

Line 1868: => ben_cpe_shd.g_old_rec.information265

1864: => ben_cpe_shd.g_old_rec.information263
1865: ,p_information264_o
1866: => ben_cpe_shd.g_old_rec.information264
1867: ,p_information265_o
1868: => ben_cpe_shd.g_old_rec.information265
1869: ,p_information266_o
1870: => ben_cpe_shd.g_old_rec.information266
1871: ,p_information267_o
1872: => ben_cpe_shd.g_old_rec.information267

Line 1870: => ben_cpe_shd.g_old_rec.information266

1866: => ben_cpe_shd.g_old_rec.information264
1867: ,p_information265_o
1868: => ben_cpe_shd.g_old_rec.information265
1869: ,p_information266_o
1870: => ben_cpe_shd.g_old_rec.information266
1871: ,p_information267_o
1872: => ben_cpe_shd.g_old_rec.information267
1873: ,p_information268_o
1874: => ben_cpe_shd.g_old_rec.information268

Line 1872: => ben_cpe_shd.g_old_rec.information267

1868: => ben_cpe_shd.g_old_rec.information265
1869: ,p_information266_o
1870: => ben_cpe_shd.g_old_rec.information266
1871: ,p_information267_o
1872: => ben_cpe_shd.g_old_rec.information267
1873: ,p_information268_o
1874: => ben_cpe_shd.g_old_rec.information268
1875: ,p_information269_o
1876: => ben_cpe_shd.g_old_rec.information269

Line 1874: => ben_cpe_shd.g_old_rec.information268

1870: => ben_cpe_shd.g_old_rec.information266
1871: ,p_information267_o
1872: => ben_cpe_shd.g_old_rec.information267
1873: ,p_information268_o
1874: => ben_cpe_shd.g_old_rec.information268
1875: ,p_information269_o
1876: => ben_cpe_shd.g_old_rec.information269
1877: ,p_information270_o
1878: => ben_cpe_shd.g_old_rec.information270

Line 1876: => ben_cpe_shd.g_old_rec.information269

1872: => ben_cpe_shd.g_old_rec.information267
1873: ,p_information268_o
1874: => ben_cpe_shd.g_old_rec.information268
1875: ,p_information269_o
1876: => ben_cpe_shd.g_old_rec.information269
1877: ,p_information270_o
1878: => ben_cpe_shd.g_old_rec.information270
1879: ,p_information271_o
1880: => ben_cpe_shd.g_old_rec.information271

Line 1878: => ben_cpe_shd.g_old_rec.information270

1874: => ben_cpe_shd.g_old_rec.information268
1875: ,p_information269_o
1876: => ben_cpe_shd.g_old_rec.information269
1877: ,p_information270_o
1878: => ben_cpe_shd.g_old_rec.information270
1879: ,p_information271_o
1880: => ben_cpe_shd.g_old_rec.information271
1881: ,p_information272_o
1882: => ben_cpe_shd.g_old_rec.information272

Line 1880: => ben_cpe_shd.g_old_rec.information271

1876: => ben_cpe_shd.g_old_rec.information269
1877: ,p_information270_o
1878: => ben_cpe_shd.g_old_rec.information270
1879: ,p_information271_o
1880: => ben_cpe_shd.g_old_rec.information271
1881: ,p_information272_o
1882: => ben_cpe_shd.g_old_rec.information272
1883: ,p_information273_o
1884: => ben_cpe_shd.g_old_rec.information273

Line 1882: => ben_cpe_shd.g_old_rec.information272

1878: => ben_cpe_shd.g_old_rec.information270
1879: ,p_information271_o
1880: => ben_cpe_shd.g_old_rec.information271
1881: ,p_information272_o
1882: => ben_cpe_shd.g_old_rec.information272
1883: ,p_information273_o
1884: => ben_cpe_shd.g_old_rec.information273
1885: ,p_information274_o
1886: => ben_cpe_shd.g_old_rec.information274

Line 1884: => ben_cpe_shd.g_old_rec.information273

1880: => ben_cpe_shd.g_old_rec.information271
1881: ,p_information272_o
1882: => ben_cpe_shd.g_old_rec.information272
1883: ,p_information273_o
1884: => ben_cpe_shd.g_old_rec.information273
1885: ,p_information274_o
1886: => ben_cpe_shd.g_old_rec.information274
1887: ,p_information275_o
1888: => ben_cpe_shd.g_old_rec.information275

Line 1886: => ben_cpe_shd.g_old_rec.information274

1882: => ben_cpe_shd.g_old_rec.information272
1883: ,p_information273_o
1884: => ben_cpe_shd.g_old_rec.information273
1885: ,p_information274_o
1886: => ben_cpe_shd.g_old_rec.information274
1887: ,p_information275_o
1888: => ben_cpe_shd.g_old_rec.information275
1889: ,p_information276_o
1890: => ben_cpe_shd.g_old_rec.information276

Line 1888: => ben_cpe_shd.g_old_rec.information275

1884: => ben_cpe_shd.g_old_rec.information273
1885: ,p_information274_o
1886: => ben_cpe_shd.g_old_rec.information274
1887: ,p_information275_o
1888: => ben_cpe_shd.g_old_rec.information275
1889: ,p_information276_o
1890: => ben_cpe_shd.g_old_rec.information276
1891: ,p_information277_o
1892: => ben_cpe_shd.g_old_rec.information277

Line 1890: => ben_cpe_shd.g_old_rec.information276

1886: => ben_cpe_shd.g_old_rec.information274
1887: ,p_information275_o
1888: => ben_cpe_shd.g_old_rec.information275
1889: ,p_information276_o
1890: => ben_cpe_shd.g_old_rec.information276
1891: ,p_information277_o
1892: => ben_cpe_shd.g_old_rec.information277
1893: ,p_information278_o
1894: => ben_cpe_shd.g_old_rec.information278

Line 1892: => ben_cpe_shd.g_old_rec.information277

1888: => ben_cpe_shd.g_old_rec.information275
1889: ,p_information276_o
1890: => ben_cpe_shd.g_old_rec.information276
1891: ,p_information277_o
1892: => ben_cpe_shd.g_old_rec.information277
1893: ,p_information278_o
1894: => ben_cpe_shd.g_old_rec.information278
1895: ,p_information279_o
1896: => ben_cpe_shd.g_old_rec.information279

Line 1894: => ben_cpe_shd.g_old_rec.information278

1890: => ben_cpe_shd.g_old_rec.information276
1891: ,p_information277_o
1892: => ben_cpe_shd.g_old_rec.information277
1893: ,p_information278_o
1894: => ben_cpe_shd.g_old_rec.information278
1895: ,p_information279_o
1896: => ben_cpe_shd.g_old_rec.information279
1897: ,p_information280_o
1898: => ben_cpe_shd.g_old_rec.information280

Line 1896: => ben_cpe_shd.g_old_rec.information279

1892: => ben_cpe_shd.g_old_rec.information277
1893: ,p_information278_o
1894: => ben_cpe_shd.g_old_rec.information278
1895: ,p_information279_o
1896: => ben_cpe_shd.g_old_rec.information279
1897: ,p_information280_o
1898: => ben_cpe_shd.g_old_rec.information280
1899: ,p_information281_o
1900: => ben_cpe_shd.g_old_rec.information281

Line 1898: => ben_cpe_shd.g_old_rec.information280

1894: => ben_cpe_shd.g_old_rec.information278
1895: ,p_information279_o
1896: => ben_cpe_shd.g_old_rec.information279
1897: ,p_information280_o
1898: => ben_cpe_shd.g_old_rec.information280
1899: ,p_information281_o
1900: => ben_cpe_shd.g_old_rec.information281
1901: ,p_information282_o
1902: => ben_cpe_shd.g_old_rec.information282

Line 1900: => ben_cpe_shd.g_old_rec.information281

1896: => ben_cpe_shd.g_old_rec.information279
1897: ,p_information280_o
1898: => ben_cpe_shd.g_old_rec.information280
1899: ,p_information281_o
1900: => ben_cpe_shd.g_old_rec.information281
1901: ,p_information282_o
1902: => ben_cpe_shd.g_old_rec.information282
1903: ,p_information283_o
1904: => ben_cpe_shd.g_old_rec.information283

Line 1902: => ben_cpe_shd.g_old_rec.information282

1898: => ben_cpe_shd.g_old_rec.information280
1899: ,p_information281_o
1900: => ben_cpe_shd.g_old_rec.information281
1901: ,p_information282_o
1902: => ben_cpe_shd.g_old_rec.information282
1903: ,p_information283_o
1904: => ben_cpe_shd.g_old_rec.information283
1905: ,p_information284_o
1906: => ben_cpe_shd.g_old_rec.information284

Line 1904: => ben_cpe_shd.g_old_rec.information283

1900: => ben_cpe_shd.g_old_rec.information281
1901: ,p_information282_o
1902: => ben_cpe_shd.g_old_rec.information282
1903: ,p_information283_o
1904: => ben_cpe_shd.g_old_rec.information283
1905: ,p_information284_o
1906: => ben_cpe_shd.g_old_rec.information284
1907: ,p_information285_o
1908: => ben_cpe_shd.g_old_rec.information285

Line 1906: => ben_cpe_shd.g_old_rec.information284

1902: => ben_cpe_shd.g_old_rec.information282
1903: ,p_information283_o
1904: => ben_cpe_shd.g_old_rec.information283
1905: ,p_information284_o
1906: => ben_cpe_shd.g_old_rec.information284
1907: ,p_information285_o
1908: => ben_cpe_shd.g_old_rec.information285
1909: ,p_information286_o
1910: => ben_cpe_shd.g_old_rec.information286

Line 1908: => ben_cpe_shd.g_old_rec.information285

1904: => ben_cpe_shd.g_old_rec.information283
1905: ,p_information284_o
1906: => ben_cpe_shd.g_old_rec.information284
1907: ,p_information285_o
1908: => ben_cpe_shd.g_old_rec.information285
1909: ,p_information286_o
1910: => ben_cpe_shd.g_old_rec.information286
1911: ,p_information287_o
1912: => ben_cpe_shd.g_old_rec.information287

Line 1910: => ben_cpe_shd.g_old_rec.information286

1906: => ben_cpe_shd.g_old_rec.information284
1907: ,p_information285_o
1908: => ben_cpe_shd.g_old_rec.information285
1909: ,p_information286_o
1910: => ben_cpe_shd.g_old_rec.information286
1911: ,p_information287_o
1912: => ben_cpe_shd.g_old_rec.information287
1913: ,p_information288_o
1914: => ben_cpe_shd.g_old_rec.information288

Line 1912: => ben_cpe_shd.g_old_rec.information287

1908: => ben_cpe_shd.g_old_rec.information285
1909: ,p_information286_o
1910: => ben_cpe_shd.g_old_rec.information286
1911: ,p_information287_o
1912: => ben_cpe_shd.g_old_rec.information287
1913: ,p_information288_o
1914: => ben_cpe_shd.g_old_rec.information288
1915: ,p_information289_o
1916: => ben_cpe_shd.g_old_rec.information289

Line 1914: => ben_cpe_shd.g_old_rec.information288

1910: => ben_cpe_shd.g_old_rec.information286
1911: ,p_information287_o
1912: => ben_cpe_shd.g_old_rec.information287
1913: ,p_information288_o
1914: => ben_cpe_shd.g_old_rec.information288
1915: ,p_information289_o
1916: => ben_cpe_shd.g_old_rec.information289
1917: ,p_information290_o
1918: => ben_cpe_shd.g_old_rec.information290

Line 1916: => ben_cpe_shd.g_old_rec.information289

1912: => ben_cpe_shd.g_old_rec.information287
1913: ,p_information288_o
1914: => ben_cpe_shd.g_old_rec.information288
1915: ,p_information289_o
1916: => ben_cpe_shd.g_old_rec.information289
1917: ,p_information290_o
1918: => ben_cpe_shd.g_old_rec.information290
1919: ,p_information291_o
1920: => ben_cpe_shd.g_old_rec.information291

Line 1918: => ben_cpe_shd.g_old_rec.information290

1914: => ben_cpe_shd.g_old_rec.information288
1915: ,p_information289_o
1916: => ben_cpe_shd.g_old_rec.information289
1917: ,p_information290_o
1918: => ben_cpe_shd.g_old_rec.information290
1919: ,p_information291_o
1920: => ben_cpe_shd.g_old_rec.information291
1921: ,p_information292_o
1922: => ben_cpe_shd.g_old_rec.information292

Line 1920: => ben_cpe_shd.g_old_rec.information291

1916: => ben_cpe_shd.g_old_rec.information289
1917: ,p_information290_o
1918: => ben_cpe_shd.g_old_rec.information290
1919: ,p_information291_o
1920: => ben_cpe_shd.g_old_rec.information291
1921: ,p_information292_o
1922: => ben_cpe_shd.g_old_rec.information292
1923: ,p_information293_o
1924: => ben_cpe_shd.g_old_rec.information293

Line 1922: => ben_cpe_shd.g_old_rec.information292

1918: => ben_cpe_shd.g_old_rec.information290
1919: ,p_information291_o
1920: => ben_cpe_shd.g_old_rec.information291
1921: ,p_information292_o
1922: => ben_cpe_shd.g_old_rec.information292
1923: ,p_information293_o
1924: => ben_cpe_shd.g_old_rec.information293
1925: ,p_information294_o
1926: => ben_cpe_shd.g_old_rec.information294

Line 1924: => ben_cpe_shd.g_old_rec.information293

1920: => ben_cpe_shd.g_old_rec.information291
1921: ,p_information292_o
1922: => ben_cpe_shd.g_old_rec.information292
1923: ,p_information293_o
1924: => ben_cpe_shd.g_old_rec.information293
1925: ,p_information294_o
1926: => ben_cpe_shd.g_old_rec.information294
1927: ,p_information295_o
1928: => ben_cpe_shd.g_old_rec.information295

Line 1926: => ben_cpe_shd.g_old_rec.information294

1922: => ben_cpe_shd.g_old_rec.information292
1923: ,p_information293_o
1924: => ben_cpe_shd.g_old_rec.information293
1925: ,p_information294_o
1926: => ben_cpe_shd.g_old_rec.information294
1927: ,p_information295_o
1928: => ben_cpe_shd.g_old_rec.information295
1929: ,p_information296_o
1930: => ben_cpe_shd.g_old_rec.information296

Line 1928: => ben_cpe_shd.g_old_rec.information295

1924: => ben_cpe_shd.g_old_rec.information293
1925: ,p_information294_o
1926: => ben_cpe_shd.g_old_rec.information294
1927: ,p_information295_o
1928: => ben_cpe_shd.g_old_rec.information295
1929: ,p_information296_o
1930: => ben_cpe_shd.g_old_rec.information296
1931: ,p_information297_o
1932: => ben_cpe_shd.g_old_rec.information297

Line 1930: => ben_cpe_shd.g_old_rec.information296

1926: => ben_cpe_shd.g_old_rec.information294
1927: ,p_information295_o
1928: => ben_cpe_shd.g_old_rec.information295
1929: ,p_information296_o
1930: => ben_cpe_shd.g_old_rec.information296
1931: ,p_information297_o
1932: => ben_cpe_shd.g_old_rec.information297
1933: ,p_information298_o
1934: => ben_cpe_shd.g_old_rec.information298

Line 1932: => ben_cpe_shd.g_old_rec.information297

1928: => ben_cpe_shd.g_old_rec.information295
1929: ,p_information296_o
1930: => ben_cpe_shd.g_old_rec.information296
1931: ,p_information297_o
1932: => ben_cpe_shd.g_old_rec.information297
1933: ,p_information298_o
1934: => ben_cpe_shd.g_old_rec.information298
1935: ,p_information299_o
1936: => ben_cpe_shd.g_old_rec.information299

Line 1934: => ben_cpe_shd.g_old_rec.information298

1930: => ben_cpe_shd.g_old_rec.information296
1931: ,p_information297_o
1932: => ben_cpe_shd.g_old_rec.information297
1933: ,p_information298_o
1934: => ben_cpe_shd.g_old_rec.information298
1935: ,p_information299_o
1936: => ben_cpe_shd.g_old_rec.information299
1937: ,p_information300_o
1938: => ben_cpe_shd.g_old_rec.information300

Line 1936: => ben_cpe_shd.g_old_rec.information299

1932: => ben_cpe_shd.g_old_rec.information297
1933: ,p_information298_o
1934: => ben_cpe_shd.g_old_rec.information298
1935: ,p_information299_o
1936: => ben_cpe_shd.g_old_rec.information299
1937: ,p_information300_o
1938: => ben_cpe_shd.g_old_rec.information300
1939: ,p_information301_o
1940: => ben_cpe_shd.g_old_rec.information301

Line 1938: => ben_cpe_shd.g_old_rec.information300

1934: => ben_cpe_shd.g_old_rec.information298
1935: ,p_information299_o
1936: => ben_cpe_shd.g_old_rec.information299
1937: ,p_information300_o
1938: => ben_cpe_shd.g_old_rec.information300
1939: ,p_information301_o
1940: => ben_cpe_shd.g_old_rec.information301
1941: ,p_information302_o
1942: => ben_cpe_shd.g_old_rec.information302

Line 1940: => ben_cpe_shd.g_old_rec.information301

1936: => ben_cpe_shd.g_old_rec.information299
1937: ,p_information300_o
1938: => ben_cpe_shd.g_old_rec.information300
1939: ,p_information301_o
1940: => ben_cpe_shd.g_old_rec.information301
1941: ,p_information302_o
1942: => ben_cpe_shd.g_old_rec.information302
1943: ,p_information303_o
1944: => ben_cpe_shd.g_old_rec.information303

Line 1942: => ben_cpe_shd.g_old_rec.information302

1938: => ben_cpe_shd.g_old_rec.information300
1939: ,p_information301_o
1940: => ben_cpe_shd.g_old_rec.information301
1941: ,p_information302_o
1942: => ben_cpe_shd.g_old_rec.information302
1943: ,p_information303_o
1944: => ben_cpe_shd.g_old_rec.information303
1945: ,p_information304_o
1946: => ben_cpe_shd.g_old_rec.information304

Line 1944: => ben_cpe_shd.g_old_rec.information303

1940: => ben_cpe_shd.g_old_rec.information301
1941: ,p_information302_o
1942: => ben_cpe_shd.g_old_rec.information302
1943: ,p_information303_o
1944: => ben_cpe_shd.g_old_rec.information303
1945: ,p_information304_o
1946: => ben_cpe_shd.g_old_rec.information304
1947:
1948: /* Extra Reserved Columns

Line 1946: => ben_cpe_shd.g_old_rec.information304

1942: => ben_cpe_shd.g_old_rec.information302
1943: ,p_information303_o
1944: => ben_cpe_shd.g_old_rec.information303
1945: ,p_information304_o
1946: => ben_cpe_shd.g_old_rec.information304
1947:
1948: /* Extra Reserved Columns
1949: ,p_information305_o
1950: => ben_cpe_shd.g_old_rec.information305

Line 1950: => ben_cpe_shd.g_old_rec.information305

1946: => ben_cpe_shd.g_old_rec.information304
1947:
1948: /* Extra Reserved Columns
1949: ,p_information305_o
1950: => ben_cpe_shd.g_old_rec.information305
1951: */
1952:
1953: ,p_information306_o
1954: => ben_cpe_shd.g_old_rec.information306

Line 1954: => ben_cpe_shd.g_old_rec.information306

1950: => ben_cpe_shd.g_old_rec.information305
1951: */
1952:
1953: ,p_information306_o
1954: => ben_cpe_shd.g_old_rec.information306
1955: ,p_information307_o
1956: => ben_cpe_shd.g_old_rec.information307
1957: ,p_information308_o
1958: => ben_cpe_shd.g_old_rec.information308

Line 1956: => ben_cpe_shd.g_old_rec.information307

1952:
1953: ,p_information306_o
1954: => ben_cpe_shd.g_old_rec.information306
1955: ,p_information307_o
1956: => ben_cpe_shd.g_old_rec.information307
1957: ,p_information308_o
1958: => ben_cpe_shd.g_old_rec.information308
1959: ,p_information309_o
1960: => ben_cpe_shd.g_old_rec.information309

Line 1958: => ben_cpe_shd.g_old_rec.information308

1954: => ben_cpe_shd.g_old_rec.information306
1955: ,p_information307_o
1956: => ben_cpe_shd.g_old_rec.information307
1957: ,p_information308_o
1958: => ben_cpe_shd.g_old_rec.information308
1959: ,p_information309_o
1960: => ben_cpe_shd.g_old_rec.information309
1961: ,p_information310_o
1962: => ben_cpe_shd.g_old_rec.information310

Line 1960: => ben_cpe_shd.g_old_rec.information309

1956: => ben_cpe_shd.g_old_rec.information307
1957: ,p_information308_o
1958: => ben_cpe_shd.g_old_rec.information308
1959: ,p_information309_o
1960: => ben_cpe_shd.g_old_rec.information309
1961: ,p_information310_o
1962: => ben_cpe_shd.g_old_rec.information310
1963: ,p_information311_o
1964: => ben_cpe_shd.g_old_rec.information311

Line 1962: => ben_cpe_shd.g_old_rec.information310

1958: => ben_cpe_shd.g_old_rec.information308
1959: ,p_information309_o
1960: => ben_cpe_shd.g_old_rec.information309
1961: ,p_information310_o
1962: => ben_cpe_shd.g_old_rec.information310
1963: ,p_information311_o
1964: => ben_cpe_shd.g_old_rec.information311
1965: ,p_information312_o
1966: => ben_cpe_shd.g_old_rec.information312

Line 1964: => ben_cpe_shd.g_old_rec.information311

1960: => ben_cpe_shd.g_old_rec.information309
1961: ,p_information310_o
1962: => ben_cpe_shd.g_old_rec.information310
1963: ,p_information311_o
1964: => ben_cpe_shd.g_old_rec.information311
1965: ,p_information312_o
1966: => ben_cpe_shd.g_old_rec.information312
1967: ,p_information313_o
1968: => ben_cpe_shd.g_old_rec.information313

Line 1966: => ben_cpe_shd.g_old_rec.information312

1962: => ben_cpe_shd.g_old_rec.information310
1963: ,p_information311_o
1964: => ben_cpe_shd.g_old_rec.information311
1965: ,p_information312_o
1966: => ben_cpe_shd.g_old_rec.information312
1967: ,p_information313_o
1968: => ben_cpe_shd.g_old_rec.information313
1969: ,p_information314_o
1970: => ben_cpe_shd.g_old_rec.information314

Line 1968: => ben_cpe_shd.g_old_rec.information313

1964: => ben_cpe_shd.g_old_rec.information311
1965: ,p_information312_o
1966: => ben_cpe_shd.g_old_rec.information312
1967: ,p_information313_o
1968: => ben_cpe_shd.g_old_rec.information313
1969: ,p_information314_o
1970: => ben_cpe_shd.g_old_rec.information314
1971: ,p_information315_o
1972: => ben_cpe_shd.g_old_rec.information315

Line 1970: => ben_cpe_shd.g_old_rec.information314

1966: => ben_cpe_shd.g_old_rec.information312
1967: ,p_information313_o
1968: => ben_cpe_shd.g_old_rec.information313
1969: ,p_information314_o
1970: => ben_cpe_shd.g_old_rec.information314
1971: ,p_information315_o
1972: => ben_cpe_shd.g_old_rec.information315
1973: ,p_information316_o
1974: => ben_cpe_shd.g_old_rec.information316

Line 1972: => ben_cpe_shd.g_old_rec.information315

1968: => ben_cpe_shd.g_old_rec.information313
1969: ,p_information314_o
1970: => ben_cpe_shd.g_old_rec.information314
1971: ,p_information315_o
1972: => ben_cpe_shd.g_old_rec.information315
1973: ,p_information316_o
1974: => ben_cpe_shd.g_old_rec.information316
1975: ,p_information317_o
1976: => ben_cpe_shd.g_old_rec.information317

Line 1974: => ben_cpe_shd.g_old_rec.information316

1970: => ben_cpe_shd.g_old_rec.information314
1971: ,p_information315_o
1972: => ben_cpe_shd.g_old_rec.information315
1973: ,p_information316_o
1974: => ben_cpe_shd.g_old_rec.information316
1975: ,p_information317_o
1976: => ben_cpe_shd.g_old_rec.information317
1977: ,p_information318_o
1978: => ben_cpe_shd.g_old_rec.information318

Line 1976: => ben_cpe_shd.g_old_rec.information317

1972: => ben_cpe_shd.g_old_rec.information315
1973: ,p_information316_o
1974: => ben_cpe_shd.g_old_rec.information316
1975: ,p_information317_o
1976: => ben_cpe_shd.g_old_rec.information317
1977: ,p_information318_o
1978: => ben_cpe_shd.g_old_rec.information318
1979: ,p_information319_o
1980: => ben_cpe_shd.g_old_rec.information319

Line 1978: => ben_cpe_shd.g_old_rec.information318

1974: => ben_cpe_shd.g_old_rec.information316
1975: ,p_information317_o
1976: => ben_cpe_shd.g_old_rec.information317
1977: ,p_information318_o
1978: => ben_cpe_shd.g_old_rec.information318
1979: ,p_information319_o
1980: => ben_cpe_shd.g_old_rec.information319
1981: ,p_information320_o
1982: => ben_cpe_shd.g_old_rec.information320

Line 1980: => ben_cpe_shd.g_old_rec.information319

1976: => ben_cpe_shd.g_old_rec.information317
1977: ,p_information318_o
1978: => ben_cpe_shd.g_old_rec.information318
1979: ,p_information319_o
1980: => ben_cpe_shd.g_old_rec.information319
1981: ,p_information320_o
1982: => ben_cpe_shd.g_old_rec.information320
1983:
1984: /* Extra Reserved Columns

Line 1982: => ben_cpe_shd.g_old_rec.information320

1978: => ben_cpe_shd.g_old_rec.information318
1979: ,p_information319_o
1980: => ben_cpe_shd.g_old_rec.information319
1981: ,p_information320_o
1982: => ben_cpe_shd.g_old_rec.information320
1983:
1984: /* Extra Reserved Columns
1985: ,p_information321_o
1986: => ben_cpe_shd.g_old_rec.information321

Line 1986: => ben_cpe_shd.g_old_rec.information321

1982: => ben_cpe_shd.g_old_rec.information320
1983:
1984: /* Extra Reserved Columns
1985: ,p_information321_o
1986: => ben_cpe_shd.g_old_rec.information321
1987: ,p_information322_o
1988: => ben_cpe_shd.g_old_rec.information322
1989: */
1990:

Line 1988: => ben_cpe_shd.g_old_rec.information322

1984: /* Extra Reserved Columns
1985: ,p_information321_o
1986: => ben_cpe_shd.g_old_rec.information321
1987: ,p_information322_o
1988: => ben_cpe_shd.g_old_rec.information322
1989: */
1990:
1991: ,p_information323_o
1992: => ben_cpe_shd.g_old_rec.information323

Line 1992: => ben_cpe_shd.g_old_rec.information323

1988: => ben_cpe_shd.g_old_rec.information322
1989: */
1990:
1991: ,p_information323_o
1992: => ben_cpe_shd.g_old_rec.information323
1993:
1994: ,p_datetrack_mode_o
1995: => ben_cpe_shd.g_old_rec.datetrack_mode
1996: ,p_object_version_number_o

Line 1995: => ben_cpe_shd.g_old_rec.datetrack_mode

1991: ,p_information323_o
1992: => ben_cpe_shd.g_old_rec.information323
1993:
1994: ,p_datetrack_mode_o
1995: => ben_cpe_shd.g_old_rec.datetrack_mode
1996: ,p_object_version_number_o
1997: => ben_cpe_shd.g_old_rec.object_version_number
1998: );
1999: --

Line 1997: => ben_cpe_shd.g_old_rec.object_version_number

1993:
1994: ,p_datetrack_mode_o
1995: => ben_cpe_shd.g_old_rec.datetrack_mode
1996: ,p_object_version_number_o
1997: => ben_cpe_shd.g_old_rec.object_version_number
1998: );
1999: --
2000: exception
2001: --

Line 2057: (p_rec in out nocopy ben_cpe_shd.g_rec_type

2053: --
2054: -- {End Of Comments}
2055: -- ----------------------------------------------------------------------------
2056: Procedure convert_defs
2057: (p_rec in out nocopy ben_cpe_shd.g_rec_type
2058: ) is
2059: --
2060: Begin
2061: --

Line 2069: ben_cpe_shd.g_old_rec.copy_entity_txn_id;

2065: -- is being used then we must set to the 'current' argument value.
2066: --
2067: If (p_rec.copy_entity_txn_id = hr_api.g_number) then
2068: p_rec.copy_entity_txn_id :=
2069: ben_cpe_shd.g_old_rec.copy_entity_txn_id;
2070: End If;
2071: If (p_rec.src_copy_entity_result_id = hr_api.g_number) then
2072: p_rec.src_copy_entity_result_id :=
2073: ben_cpe_shd.g_old_rec.src_copy_entity_result_id;

Line 2073: ben_cpe_shd.g_old_rec.src_copy_entity_result_id;

2069: ben_cpe_shd.g_old_rec.copy_entity_txn_id;
2070: End If;
2071: If (p_rec.src_copy_entity_result_id = hr_api.g_number) then
2072: p_rec.src_copy_entity_result_id :=
2073: ben_cpe_shd.g_old_rec.src_copy_entity_result_id;
2074: End If;
2075: If (p_rec.result_type_cd = hr_api.g_varchar2) then
2076: p_rec.result_type_cd :=
2077: ben_cpe_shd.g_old_rec.result_type_cd;

Line 2077: ben_cpe_shd.g_old_rec.result_type_cd;

2073: ben_cpe_shd.g_old_rec.src_copy_entity_result_id;
2074: End If;
2075: If (p_rec.result_type_cd = hr_api.g_varchar2) then
2076: p_rec.result_type_cd :=
2077: ben_cpe_shd.g_old_rec.result_type_cd;
2078: End If;
2079: If (p_rec.number_of_copies = hr_api.g_number) then
2080: p_rec.number_of_copies :=
2081: ben_cpe_shd.g_old_rec.number_of_copies;

Line 2081: ben_cpe_shd.g_old_rec.number_of_copies;

2077: ben_cpe_shd.g_old_rec.result_type_cd;
2078: End If;
2079: If (p_rec.number_of_copies = hr_api.g_number) then
2080: p_rec.number_of_copies :=
2081: ben_cpe_shd.g_old_rec.number_of_copies;
2082: End If;
2083: If (p_rec.mirror_entity_result_id = hr_api.g_number) then
2084: p_rec.mirror_entity_result_id :=
2085: ben_cpe_shd.g_old_rec.mirror_entity_result_id;

Line 2085: ben_cpe_shd.g_old_rec.mirror_entity_result_id;

2081: ben_cpe_shd.g_old_rec.number_of_copies;
2082: End If;
2083: If (p_rec.mirror_entity_result_id = hr_api.g_number) then
2084: p_rec.mirror_entity_result_id :=
2085: ben_cpe_shd.g_old_rec.mirror_entity_result_id;
2086: End If;
2087: If (p_rec.mirror_src_entity_result_id = hr_api.g_number) then
2088: p_rec.mirror_src_entity_result_id :=
2089: ben_cpe_shd.g_old_rec.mirror_src_entity_result_id;

Line 2089: ben_cpe_shd.g_old_rec.mirror_src_entity_result_id;

2085: ben_cpe_shd.g_old_rec.mirror_entity_result_id;
2086: End If;
2087: If (p_rec.mirror_src_entity_result_id = hr_api.g_number) then
2088: p_rec.mirror_src_entity_result_id :=
2089: ben_cpe_shd.g_old_rec.mirror_src_entity_result_id;
2090: End If;
2091: If (p_rec.parent_entity_result_id = hr_api.g_number) then
2092: p_rec.parent_entity_result_id :=
2093: ben_cpe_shd.g_old_rec.parent_entity_result_id;

Line 2093: ben_cpe_shd.g_old_rec.parent_entity_result_id;

2089: ben_cpe_shd.g_old_rec.mirror_src_entity_result_id;
2090: End If;
2091: If (p_rec.parent_entity_result_id = hr_api.g_number) then
2092: p_rec.parent_entity_result_id :=
2093: ben_cpe_shd.g_old_rec.parent_entity_result_id;
2094: End If;
2095: If (p_rec.pd_mirror_src_entity_result_id = hr_api.g_number) then
2096: p_rec.pd_mirror_src_entity_result_id :=
2097: ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id;

Line 2097: ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id;

2093: ben_cpe_shd.g_old_rec.parent_entity_result_id;
2094: End If;
2095: If (p_rec.pd_mirror_src_entity_result_id = hr_api.g_number) then
2096: p_rec.pd_mirror_src_entity_result_id :=
2097: ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id;
2098: End If;
2099: If (p_rec.pd_parent_entity_result_id = hr_api.g_number) then
2100: p_rec.pd_parent_entity_result_id :=
2101: ben_cpe_shd.g_old_rec.pd_parent_entity_result_id;

Line 2101: ben_cpe_shd.g_old_rec.pd_parent_entity_result_id;

2097: ben_cpe_shd.g_old_rec.pd_mirror_src_entity_result_id;
2098: End If;
2099: If (p_rec.pd_parent_entity_result_id = hr_api.g_number) then
2100: p_rec.pd_parent_entity_result_id :=
2101: ben_cpe_shd.g_old_rec.pd_parent_entity_result_id;
2102: End If;
2103: If (p_rec.gs_mirror_src_entity_result_id = hr_api.g_number) then
2104: p_rec.gs_mirror_src_entity_result_id :=
2105: ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id;

Line 2105: ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id;

2101: ben_cpe_shd.g_old_rec.pd_parent_entity_result_id;
2102: End If;
2103: If (p_rec.gs_mirror_src_entity_result_id = hr_api.g_number) then
2104: p_rec.gs_mirror_src_entity_result_id :=
2105: ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id;
2106: End If;
2107: If (p_rec.gs_parent_entity_result_id = hr_api.g_number) then
2108: p_rec.gs_parent_entity_result_id :=
2109: ben_cpe_shd.g_old_rec.gs_parent_entity_result_id;

Line 2109: ben_cpe_shd.g_old_rec.gs_parent_entity_result_id;

2105: ben_cpe_shd.g_old_rec.gs_mirror_src_entity_result_id;
2106: End If;
2107: If (p_rec.gs_parent_entity_result_id = hr_api.g_number) then
2108: p_rec.gs_parent_entity_result_id :=
2109: ben_cpe_shd.g_old_rec.gs_parent_entity_result_id;
2110: End If;
2111: If (p_rec.table_name = hr_api.g_varchar2) then
2112: p_rec.table_name :=
2113: ben_cpe_shd.g_old_rec.table_name;

Line 2113: ben_cpe_shd.g_old_rec.table_name;

2109: ben_cpe_shd.g_old_rec.gs_parent_entity_result_id;
2110: End If;
2111: If (p_rec.table_name = hr_api.g_varchar2) then
2112: p_rec.table_name :=
2113: ben_cpe_shd.g_old_rec.table_name;
2114: End If;
2115: If (p_rec.table_alias = hr_api.g_varchar2) then
2116: p_rec.table_alias :=
2117: ben_cpe_shd.g_old_rec.table_alias;

Line 2117: ben_cpe_shd.g_old_rec.table_alias;

2113: ben_cpe_shd.g_old_rec.table_name;
2114: End If;
2115: If (p_rec.table_alias = hr_api.g_varchar2) then
2116: p_rec.table_alias :=
2117: ben_cpe_shd.g_old_rec.table_alias;
2118: End If;
2119: If (p_rec.table_route_id = hr_api.g_number) then
2120: p_rec.table_route_id :=
2121: ben_cpe_shd.g_old_rec.table_route_id;

Line 2121: ben_cpe_shd.g_old_rec.table_route_id;

2117: ben_cpe_shd.g_old_rec.table_alias;
2118: End If;
2119: If (p_rec.table_route_id = hr_api.g_number) then
2120: p_rec.table_route_id :=
2121: ben_cpe_shd.g_old_rec.table_route_id;
2122: End If;
2123: If (p_rec.status = hr_api.g_varchar2) then
2124: p_rec.status :=
2125: ben_cpe_shd.g_old_rec.status;

Line 2125: ben_cpe_shd.g_old_rec.status;

2121: ben_cpe_shd.g_old_rec.table_route_id;
2122: End If;
2123: If (p_rec.status = hr_api.g_varchar2) then
2124: p_rec.status :=
2125: ben_cpe_shd.g_old_rec.status;
2126: End If;
2127: If (p_rec.dml_operation = hr_api.g_varchar2) then
2128: p_rec.dml_operation :=
2129: ben_cpe_shd.g_old_rec.dml_operation;

Line 2129: ben_cpe_shd.g_old_rec.dml_operation;

2125: ben_cpe_shd.g_old_rec.status;
2126: End If;
2127: If (p_rec.dml_operation = hr_api.g_varchar2) then
2128: p_rec.dml_operation :=
2129: ben_cpe_shd.g_old_rec.dml_operation;
2130: End If;
2131: If (p_rec.information_category = hr_api.g_varchar2) then
2132: p_rec.information_category :=
2133: ben_cpe_shd.g_old_rec.information_category;

Line 2133: ben_cpe_shd.g_old_rec.information_category;

2129: ben_cpe_shd.g_old_rec.dml_operation;
2130: End If;
2131: If (p_rec.information_category = hr_api.g_varchar2) then
2132: p_rec.information_category :=
2133: ben_cpe_shd.g_old_rec.information_category;
2134: End If;
2135: If (p_rec.information1 = hr_api.g_number) then
2136: p_rec.information1 :=
2137: ben_cpe_shd.g_old_rec.information1;

Line 2137: ben_cpe_shd.g_old_rec.information1;

2133: ben_cpe_shd.g_old_rec.information_category;
2134: End If;
2135: If (p_rec.information1 = hr_api.g_number) then
2136: p_rec.information1 :=
2137: ben_cpe_shd.g_old_rec.information1;
2138: End If;
2139: If (p_rec.information2 = hr_api.g_date) then
2140: p_rec.information2 :=
2141: ben_cpe_shd.g_old_rec.information2;

Line 2141: ben_cpe_shd.g_old_rec.information2;

2137: ben_cpe_shd.g_old_rec.information1;
2138: End If;
2139: If (p_rec.information2 = hr_api.g_date) then
2140: p_rec.information2 :=
2141: ben_cpe_shd.g_old_rec.information2;
2142: End If;
2143: If (p_rec.information3 = hr_api.g_date) then
2144: p_rec.information3 :=
2145: ben_cpe_shd.g_old_rec.information3;

Line 2145: ben_cpe_shd.g_old_rec.information3;

2141: ben_cpe_shd.g_old_rec.information2;
2142: End If;
2143: If (p_rec.information3 = hr_api.g_date) then
2144: p_rec.information3 :=
2145: ben_cpe_shd.g_old_rec.information3;
2146: End If;
2147: If (p_rec.information4 = hr_api.g_number) then
2148: p_rec.information4 :=
2149: ben_cpe_shd.g_old_rec.information4;

Line 2149: ben_cpe_shd.g_old_rec.information4;

2145: ben_cpe_shd.g_old_rec.information3;
2146: End If;
2147: If (p_rec.information4 = hr_api.g_number) then
2148: p_rec.information4 :=
2149: ben_cpe_shd.g_old_rec.information4;
2150: End If;
2151: If (p_rec.information5 = hr_api.g_varchar2) then
2152: p_rec.information5 :=
2153: ben_cpe_shd.g_old_rec.information5;

Line 2153: ben_cpe_shd.g_old_rec.information5;

2149: ben_cpe_shd.g_old_rec.information4;
2150: End If;
2151: If (p_rec.information5 = hr_api.g_varchar2) then
2152: p_rec.information5 :=
2153: ben_cpe_shd.g_old_rec.information5;
2154: End If;
2155: If (p_rec.information6 = hr_api.g_varchar2) then
2156: p_rec.information6 :=
2157: ben_cpe_shd.g_old_rec.information6;

Line 2157: ben_cpe_shd.g_old_rec.information6;

2153: ben_cpe_shd.g_old_rec.information5;
2154: End If;
2155: If (p_rec.information6 = hr_api.g_varchar2) then
2156: p_rec.information6 :=
2157: ben_cpe_shd.g_old_rec.information6;
2158: End If;
2159: If (p_rec.information7 = hr_api.g_varchar2) then
2160: p_rec.information7 :=
2161: ben_cpe_shd.g_old_rec.information7;

Line 2161: ben_cpe_shd.g_old_rec.information7;

2157: ben_cpe_shd.g_old_rec.information6;
2158: End If;
2159: If (p_rec.information7 = hr_api.g_varchar2) then
2160: p_rec.information7 :=
2161: ben_cpe_shd.g_old_rec.information7;
2162: End If;
2163: If (p_rec.information8 = hr_api.g_varchar2) then
2164: p_rec.information8 :=
2165: ben_cpe_shd.g_old_rec.information8;

Line 2165: ben_cpe_shd.g_old_rec.information8;

2161: ben_cpe_shd.g_old_rec.information7;
2162: End If;
2163: If (p_rec.information8 = hr_api.g_varchar2) then
2164: p_rec.information8 :=
2165: ben_cpe_shd.g_old_rec.information8;
2166: End If;
2167: If (p_rec.information9 = hr_api.g_varchar2) then
2168: p_rec.information9 :=
2169: ben_cpe_shd.g_old_rec.information9;

Line 2169: ben_cpe_shd.g_old_rec.information9;

2165: ben_cpe_shd.g_old_rec.information8;
2166: End If;
2167: If (p_rec.information9 = hr_api.g_varchar2) then
2168: p_rec.information9 :=
2169: ben_cpe_shd.g_old_rec.information9;
2170: End If;
2171: If (p_rec.information10 = hr_api.g_date) then
2172: p_rec.information10 :=
2173: ben_cpe_shd.g_old_rec.information10;

Line 2173: ben_cpe_shd.g_old_rec.information10;

2169: ben_cpe_shd.g_old_rec.information9;
2170: End If;
2171: If (p_rec.information10 = hr_api.g_date) then
2172: p_rec.information10 :=
2173: ben_cpe_shd.g_old_rec.information10;
2174: End If;
2175: If (p_rec.information11 = hr_api.g_varchar2) then
2176: p_rec.information11 :=
2177: ben_cpe_shd.g_old_rec.information11;

Line 2177: ben_cpe_shd.g_old_rec.information11;

2173: ben_cpe_shd.g_old_rec.information10;
2174: End If;
2175: If (p_rec.information11 = hr_api.g_varchar2) then
2176: p_rec.information11 :=
2177: ben_cpe_shd.g_old_rec.information11;
2178: End If;
2179: If (p_rec.information12 = hr_api.g_varchar2) then
2180: p_rec.information12 :=
2181: ben_cpe_shd.g_old_rec.information12;

Line 2181: ben_cpe_shd.g_old_rec.information12;

2177: ben_cpe_shd.g_old_rec.information11;
2178: End If;
2179: If (p_rec.information12 = hr_api.g_varchar2) then
2180: p_rec.information12 :=
2181: ben_cpe_shd.g_old_rec.information12;
2182: End If;
2183: If (p_rec.information13 = hr_api.g_varchar2) then
2184: p_rec.information13 :=
2185: ben_cpe_shd.g_old_rec.information13;

Line 2185: ben_cpe_shd.g_old_rec.information13;

2181: ben_cpe_shd.g_old_rec.information12;
2182: End If;
2183: If (p_rec.information13 = hr_api.g_varchar2) then
2184: p_rec.information13 :=
2185: ben_cpe_shd.g_old_rec.information13;
2186: End If;
2187: If (p_rec.information14 = hr_api.g_varchar2) then
2188: p_rec.information14 :=
2189: ben_cpe_shd.g_old_rec.information14;

Line 2189: ben_cpe_shd.g_old_rec.information14;

2185: ben_cpe_shd.g_old_rec.information13;
2186: End If;
2187: If (p_rec.information14 = hr_api.g_varchar2) then
2188: p_rec.information14 :=
2189: ben_cpe_shd.g_old_rec.information14;
2190: End If;
2191: If (p_rec.information15 = hr_api.g_varchar2) then
2192: p_rec.information15 :=
2193: ben_cpe_shd.g_old_rec.information15;

Line 2193: ben_cpe_shd.g_old_rec.information15;

2189: ben_cpe_shd.g_old_rec.information14;
2190: End If;
2191: If (p_rec.information15 = hr_api.g_varchar2) then
2192: p_rec.information15 :=
2193: ben_cpe_shd.g_old_rec.information15;
2194: End If;
2195: If (p_rec.information16 = hr_api.g_varchar2) then
2196: p_rec.information16 :=
2197: ben_cpe_shd.g_old_rec.information16;

Line 2197: ben_cpe_shd.g_old_rec.information16;

2193: ben_cpe_shd.g_old_rec.information15;
2194: End If;
2195: If (p_rec.information16 = hr_api.g_varchar2) then
2196: p_rec.information16 :=
2197: ben_cpe_shd.g_old_rec.information16;
2198: End If;
2199: If (p_rec.information17 = hr_api.g_varchar2) then
2200: p_rec.information17 :=
2201: ben_cpe_shd.g_old_rec.information17;

Line 2201: ben_cpe_shd.g_old_rec.information17;

2197: ben_cpe_shd.g_old_rec.information16;
2198: End If;
2199: If (p_rec.information17 = hr_api.g_varchar2) then
2200: p_rec.information17 :=
2201: ben_cpe_shd.g_old_rec.information17;
2202: End If;
2203: If (p_rec.information18 = hr_api.g_varchar2) then
2204: p_rec.information18 :=
2205: ben_cpe_shd.g_old_rec.information18;

Line 2205: ben_cpe_shd.g_old_rec.information18;

2201: ben_cpe_shd.g_old_rec.information17;
2202: End If;
2203: If (p_rec.information18 = hr_api.g_varchar2) then
2204: p_rec.information18 :=
2205: ben_cpe_shd.g_old_rec.information18;
2206: End If;
2207: If (p_rec.information19 = hr_api.g_varchar2) then
2208: p_rec.information19 :=
2209: ben_cpe_shd.g_old_rec.information19;

Line 2209: ben_cpe_shd.g_old_rec.information19;

2205: ben_cpe_shd.g_old_rec.information18;
2206: End If;
2207: If (p_rec.information19 = hr_api.g_varchar2) then
2208: p_rec.information19 :=
2209: ben_cpe_shd.g_old_rec.information19;
2210: End If;
2211: If (p_rec.information20 = hr_api.g_varchar2) then
2212: p_rec.information20 :=
2213: ben_cpe_shd.g_old_rec.information20;

Line 2213: ben_cpe_shd.g_old_rec.information20;

2209: ben_cpe_shd.g_old_rec.information19;
2210: End If;
2211: If (p_rec.information20 = hr_api.g_varchar2) then
2212: p_rec.information20 :=
2213: ben_cpe_shd.g_old_rec.information20;
2214: End If;
2215: If (p_rec.information21 = hr_api.g_varchar2) then
2216: p_rec.information21 :=
2217: ben_cpe_shd.g_old_rec.information21;

Line 2217: ben_cpe_shd.g_old_rec.information21;

2213: ben_cpe_shd.g_old_rec.information20;
2214: End If;
2215: If (p_rec.information21 = hr_api.g_varchar2) then
2216: p_rec.information21 :=
2217: ben_cpe_shd.g_old_rec.information21;
2218: End If;
2219: If (p_rec.information22 = hr_api.g_varchar2) then
2220: p_rec.information22 :=
2221: ben_cpe_shd.g_old_rec.information22;

Line 2221: ben_cpe_shd.g_old_rec.information22;

2217: ben_cpe_shd.g_old_rec.information21;
2218: End If;
2219: If (p_rec.information22 = hr_api.g_varchar2) then
2220: p_rec.information22 :=
2221: ben_cpe_shd.g_old_rec.information22;
2222: End If;
2223: If (p_rec.information23 = hr_api.g_varchar2) then
2224: p_rec.information23 :=
2225: ben_cpe_shd.g_old_rec.information23;

Line 2225: ben_cpe_shd.g_old_rec.information23;

2221: ben_cpe_shd.g_old_rec.information22;
2222: End If;
2223: If (p_rec.information23 = hr_api.g_varchar2) then
2224: p_rec.information23 :=
2225: ben_cpe_shd.g_old_rec.information23;
2226: End If;
2227: If (p_rec.information24 = hr_api.g_varchar2) then
2228: p_rec.information24 :=
2229: ben_cpe_shd.g_old_rec.information24;

Line 2229: ben_cpe_shd.g_old_rec.information24;

2225: ben_cpe_shd.g_old_rec.information23;
2226: End If;
2227: If (p_rec.information24 = hr_api.g_varchar2) then
2228: p_rec.information24 :=
2229: ben_cpe_shd.g_old_rec.information24;
2230: End If;
2231: If (p_rec.information25 = hr_api.g_varchar2) then
2232: p_rec.information25 :=
2233: ben_cpe_shd.g_old_rec.information25;

Line 2233: ben_cpe_shd.g_old_rec.information25;

2229: ben_cpe_shd.g_old_rec.information24;
2230: End If;
2231: If (p_rec.information25 = hr_api.g_varchar2) then
2232: p_rec.information25 :=
2233: ben_cpe_shd.g_old_rec.information25;
2234: End If;
2235: If (p_rec.information26 = hr_api.g_varchar2) then
2236: p_rec.information26 :=
2237: ben_cpe_shd.g_old_rec.information26;

Line 2237: ben_cpe_shd.g_old_rec.information26;

2233: ben_cpe_shd.g_old_rec.information25;
2234: End If;
2235: If (p_rec.information26 = hr_api.g_varchar2) then
2236: p_rec.information26 :=
2237: ben_cpe_shd.g_old_rec.information26;
2238: End If;
2239: If (p_rec.information27 = hr_api.g_varchar2) then
2240: p_rec.information27 :=
2241: ben_cpe_shd.g_old_rec.information27;

Line 2241: ben_cpe_shd.g_old_rec.information27;

2237: ben_cpe_shd.g_old_rec.information26;
2238: End If;
2239: If (p_rec.information27 = hr_api.g_varchar2) then
2240: p_rec.information27 :=
2241: ben_cpe_shd.g_old_rec.information27;
2242: End If;
2243: If (p_rec.information28 = hr_api.g_varchar2) then
2244: p_rec.information28 :=
2245: ben_cpe_shd.g_old_rec.information28;

Line 2245: ben_cpe_shd.g_old_rec.information28;

2241: ben_cpe_shd.g_old_rec.information27;
2242: End If;
2243: If (p_rec.information28 = hr_api.g_varchar2) then
2244: p_rec.information28 :=
2245: ben_cpe_shd.g_old_rec.information28;
2246: End If;
2247: If (p_rec.information29 = hr_api.g_varchar2) then
2248: p_rec.information29 :=
2249: ben_cpe_shd.g_old_rec.information29;

Line 2249: ben_cpe_shd.g_old_rec.information29;

2245: ben_cpe_shd.g_old_rec.information28;
2246: End If;
2247: If (p_rec.information29 = hr_api.g_varchar2) then
2248: p_rec.information29 :=
2249: ben_cpe_shd.g_old_rec.information29;
2250: End If;
2251: If (p_rec.information30 = hr_api.g_varchar2) then
2252: p_rec.information30 :=
2253: ben_cpe_shd.g_old_rec.information30;

Line 2253: ben_cpe_shd.g_old_rec.information30;

2249: ben_cpe_shd.g_old_rec.information29;
2250: End If;
2251: If (p_rec.information30 = hr_api.g_varchar2) then
2252: p_rec.information30 :=
2253: ben_cpe_shd.g_old_rec.information30;
2254: End If;
2255: If (p_rec.information31 = hr_api.g_varchar2) then
2256: p_rec.information31 :=
2257: ben_cpe_shd.g_old_rec.information31;

Line 2257: ben_cpe_shd.g_old_rec.information31;

2253: ben_cpe_shd.g_old_rec.information30;
2254: End If;
2255: If (p_rec.information31 = hr_api.g_varchar2) then
2256: p_rec.information31 :=
2257: ben_cpe_shd.g_old_rec.information31;
2258: End If;
2259: If (p_rec.information32 = hr_api.g_varchar2) then
2260: p_rec.information32 :=
2261: ben_cpe_shd.g_old_rec.information32;

Line 2261: ben_cpe_shd.g_old_rec.information32;

2257: ben_cpe_shd.g_old_rec.information31;
2258: End If;
2259: If (p_rec.information32 = hr_api.g_varchar2) then
2260: p_rec.information32 :=
2261: ben_cpe_shd.g_old_rec.information32;
2262: End If;
2263: If (p_rec.information33 = hr_api.g_varchar2) then
2264: p_rec.information33 :=
2265: ben_cpe_shd.g_old_rec.information33;

Line 2265: ben_cpe_shd.g_old_rec.information33;

2261: ben_cpe_shd.g_old_rec.information32;
2262: End If;
2263: If (p_rec.information33 = hr_api.g_varchar2) then
2264: p_rec.information33 :=
2265: ben_cpe_shd.g_old_rec.information33;
2266: End If;
2267: If (p_rec.information34 = hr_api.g_varchar2) then
2268: p_rec.information34 :=
2269: ben_cpe_shd.g_old_rec.information34;

Line 2269: ben_cpe_shd.g_old_rec.information34;

2265: ben_cpe_shd.g_old_rec.information33;
2266: End If;
2267: If (p_rec.information34 = hr_api.g_varchar2) then
2268: p_rec.information34 :=
2269: ben_cpe_shd.g_old_rec.information34;
2270: End If;
2271: If (p_rec.information35 = hr_api.g_varchar2) then
2272: p_rec.information35 :=
2273: ben_cpe_shd.g_old_rec.information35;

Line 2273: ben_cpe_shd.g_old_rec.information35;

2269: ben_cpe_shd.g_old_rec.information34;
2270: End If;
2271: If (p_rec.information35 = hr_api.g_varchar2) then
2272: p_rec.information35 :=
2273: ben_cpe_shd.g_old_rec.information35;
2274: End If;
2275: If (p_rec.information36 = hr_api.g_varchar2) then
2276: p_rec.information36 :=
2277: ben_cpe_shd.g_old_rec.information36;

Line 2277: ben_cpe_shd.g_old_rec.information36;

2273: ben_cpe_shd.g_old_rec.information35;
2274: End If;
2275: If (p_rec.information36 = hr_api.g_varchar2) then
2276: p_rec.information36 :=
2277: ben_cpe_shd.g_old_rec.information36;
2278: End If;
2279: If (p_rec.information37 = hr_api.g_varchar2) then
2280: p_rec.information37 :=
2281: ben_cpe_shd.g_old_rec.information37;

Line 2281: ben_cpe_shd.g_old_rec.information37;

2277: ben_cpe_shd.g_old_rec.information36;
2278: End If;
2279: If (p_rec.information37 = hr_api.g_varchar2) then
2280: p_rec.information37 :=
2281: ben_cpe_shd.g_old_rec.information37;
2282: End If;
2283: If (p_rec.information38 = hr_api.g_varchar2) then
2284: p_rec.information38 :=
2285: ben_cpe_shd.g_old_rec.information38;

Line 2285: ben_cpe_shd.g_old_rec.information38;

2281: ben_cpe_shd.g_old_rec.information37;
2282: End If;
2283: If (p_rec.information38 = hr_api.g_varchar2) then
2284: p_rec.information38 :=
2285: ben_cpe_shd.g_old_rec.information38;
2286: End If;
2287: If (p_rec.information39 = hr_api.g_varchar2) then
2288: p_rec.information39 :=
2289: ben_cpe_shd.g_old_rec.information39;

Line 2289: ben_cpe_shd.g_old_rec.information39;

2285: ben_cpe_shd.g_old_rec.information38;
2286: End If;
2287: If (p_rec.information39 = hr_api.g_varchar2) then
2288: p_rec.information39 :=
2289: ben_cpe_shd.g_old_rec.information39;
2290: End If;
2291: If (p_rec.information40 = hr_api.g_varchar2) then
2292: p_rec.information40 :=
2293: ben_cpe_shd.g_old_rec.information40;

Line 2293: ben_cpe_shd.g_old_rec.information40;

2289: ben_cpe_shd.g_old_rec.information39;
2290: End If;
2291: If (p_rec.information40 = hr_api.g_varchar2) then
2292: p_rec.information40 :=
2293: ben_cpe_shd.g_old_rec.information40;
2294: End If;
2295: If (p_rec.information41 = hr_api.g_varchar2) then
2296: p_rec.information41 :=
2297: ben_cpe_shd.g_old_rec.information41;

Line 2297: ben_cpe_shd.g_old_rec.information41;

2293: ben_cpe_shd.g_old_rec.information40;
2294: End If;
2295: If (p_rec.information41 = hr_api.g_varchar2) then
2296: p_rec.information41 :=
2297: ben_cpe_shd.g_old_rec.information41;
2298: End If;
2299: If (p_rec.information42 = hr_api.g_varchar2) then
2300: p_rec.information42 :=
2301: ben_cpe_shd.g_old_rec.information42;

Line 2301: ben_cpe_shd.g_old_rec.information42;

2297: ben_cpe_shd.g_old_rec.information41;
2298: End If;
2299: If (p_rec.information42 = hr_api.g_varchar2) then
2300: p_rec.information42 :=
2301: ben_cpe_shd.g_old_rec.information42;
2302: End If;
2303: If (p_rec.information43 = hr_api.g_varchar2) then
2304: p_rec.information43 :=
2305: ben_cpe_shd.g_old_rec.information43;

Line 2305: ben_cpe_shd.g_old_rec.information43;

2301: ben_cpe_shd.g_old_rec.information42;
2302: End If;
2303: If (p_rec.information43 = hr_api.g_varchar2) then
2304: p_rec.information43 :=
2305: ben_cpe_shd.g_old_rec.information43;
2306: End If;
2307: If (p_rec.information44 = hr_api.g_varchar2) then
2308: p_rec.information44 :=
2309: ben_cpe_shd.g_old_rec.information44;

Line 2309: ben_cpe_shd.g_old_rec.information44;

2305: ben_cpe_shd.g_old_rec.information43;
2306: End If;
2307: If (p_rec.information44 = hr_api.g_varchar2) then
2308: p_rec.information44 :=
2309: ben_cpe_shd.g_old_rec.information44;
2310: End If;
2311: If (p_rec.information45 = hr_api.g_varchar2) then
2312: p_rec.information45 :=
2313: ben_cpe_shd.g_old_rec.information45;

Line 2313: ben_cpe_shd.g_old_rec.information45;

2309: ben_cpe_shd.g_old_rec.information44;
2310: End If;
2311: If (p_rec.information45 = hr_api.g_varchar2) then
2312: p_rec.information45 :=
2313: ben_cpe_shd.g_old_rec.information45;
2314: End If;
2315: If (p_rec.information46 = hr_api.g_varchar2) then
2316: p_rec.information46 :=
2317: ben_cpe_shd.g_old_rec.information46;

Line 2317: ben_cpe_shd.g_old_rec.information46;

2313: ben_cpe_shd.g_old_rec.information45;
2314: End If;
2315: If (p_rec.information46 = hr_api.g_varchar2) then
2316: p_rec.information46 :=
2317: ben_cpe_shd.g_old_rec.information46;
2318: End If;
2319: If (p_rec.information47 = hr_api.g_varchar2) then
2320: p_rec.information47 :=
2321: ben_cpe_shd.g_old_rec.information47;

Line 2321: ben_cpe_shd.g_old_rec.information47;

2317: ben_cpe_shd.g_old_rec.information46;
2318: End If;
2319: If (p_rec.information47 = hr_api.g_varchar2) then
2320: p_rec.information47 :=
2321: ben_cpe_shd.g_old_rec.information47;
2322: End If;
2323: If (p_rec.information48 = hr_api.g_varchar2) then
2324: p_rec.information48 :=
2325: ben_cpe_shd.g_old_rec.information48;

Line 2325: ben_cpe_shd.g_old_rec.information48;

2321: ben_cpe_shd.g_old_rec.information47;
2322: End If;
2323: If (p_rec.information48 = hr_api.g_varchar2) then
2324: p_rec.information48 :=
2325: ben_cpe_shd.g_old_rec.information48;
2326: End If;
2327: If (p_rec.information49 = hr_api.g_varchar2) then
2328: p_rec.information49 :=
2329: ben_cpe_shd.g_old_rec.information49;

Line 2329: ben_cpe_shd.g_old_rec.information49;

2325: ben_cpe_shd.g_old_rec.information48;
2326: End If;
2327: If (p_rec.information49 = hr_api.g_varchar2) then
2328: p_rec.information49 :=
2329: ben_cpe_shd.g_old_rec.information49;
2330: End If;
2331: If (p_rec.information50 = hr_api.g_varchar2) then
2332: p_rec.information50 :=
2333: ben_cpe_shd.g_old_rec.information50;

Line 2333: ben_cpe_shd.g_old_rec.information50;

2329: ben_cpe_shd.g_old_rec.information49;
2330: End If;
2331: If (p_rec.information50 = hr_api.g_varchar2) then
2332: p_rec.information50 :=
2333: ben_cpe_shd.g_old_rec.information50;
2334: End If;
2335: If (p_rec.information51 = hr_api.g_varchar2) then
2336: p_rec.information51 :=
2337: ben_cpe_shd.g_old_rec.information51;

Line 2337: ben_cpe_shd.g_old_rec.information51;

2333: ben_cpe_shd.g_old_rec.information50;
2334: End If;
2335: If (p_rec.information51 = hr_api.g_varchar2) then
2336: p_rec.information51 :=
2337: ben_cpe_shd.g_old_rec.information51;
2338: End If;
2339: If (p_rec.information52 = hr_api.g_varchar2) then
2340: p_rec.information52 :=
2341: ben_cpe_shd.g_old_rec.information52;

Line 2341: ben_cpe_shd.g_old_rec.information52;

2337: ben_cpe_shd.g_old_rec.information51;
2338: End If;
2339: If (p_rec.information52 = hr_api.g_varchar2) then
2340: p_rec.information52 :=
2341: ben_cpe_shd.g_old_rec.information52;
2342: End If;
2343: If (p_rec.information53 = hr_api.g_varchar2) then
2344: p_rec.information53 :=
2345: ben_cpe_shd.g_old_rec.information53;

Line 2345: ben_cpe_shd.g_old_rec.information53;

2341: ben_cpe_shd.g_old_rec.information52;
2342: End If;
2343: If (p_rec.information53 = hr_api.g_varchar2) then
2344: p_rec.information53 :=
2345: ben_cpe_shd.g_old_rec.information53;
2346: End If;
2347: If (p_rec.information54 = hr_api.g_varchar2) then
2348: p_rec.information54 :=
2349: ben_cpe_shd.g_old_rec.information54;

Line 2349: ben_cpe_shd.g_old_rec.information54;

2345: ben_cpe_shd.g_old_rec.information53;
2346: End If;
2347: If (p_rec.information54 = hr_api.g_varchar2) then
2348: p_rec.information54 :=
2349: ben_cpe_shd.g_old_rec.information54;
2350: End If;
2351: If (p_rec.information55 = hr_api.g_varchar2) then
2352: p_rec.information55 :=
2353: ben_cpe_shd.g_old_rec.information55;

Line 2353: ben_cpe_shd.g_old_rec.information55;

2349: ben_cpe_shd.g_old_rec.information54;
2350: End If;
2351: If (p_rec.information55 = hr_api.g_varchar2) then
2352: p_rec.information55 :=
2353: ben_cpe_shd.g_old_rec.information55;
2354: End If;
2355: If (p_rec.information56 = hr_api.g_varchar2) then
2356: p_rec.information56 :=
2357: ben_cpe_shd.g_old_rec.information56;

Line 2357: ben_cpe_shd.g_old_rec.information56;

2353: ben_cpe_shd.g_old_rec.information55;
2354: End If;
2355: If (p_rec.information56 = hr_api.g_varchar2) then
2356: p_rec.information56 :=
2357: ben_cpe_shd.g_old_rec.information56;
2358: End If;
2359: If (p_rec.information57 = hr_api.g_varchar2) then
2360: p_rec.information57 :=
2361: ben_cpe_shd.g_old_rec.information57;

Line 2361: ben_cpe_shd.g_old_rec.information57;

2357: ben_cpe_shd.g_old_rec.information56;
2358: End If;
2359: If (p_rec.information57 = hr_api.g_varchar2) then
2360: p_rec.information57 :=
2361: ben_cpe_shd.g_old_rec.information57;
2362: End If;
2363: If (p_rec.information58 = hr_api.g_varchar2) then
2364: p_rec.information58 :=
2365: ben_cpe_shd.g_old_rec.information58;

Line 2365: ben_cpe_shd.g_old_rec.information58;

2361: ben_cpe_shd.g_old_rec.information57;
2362: End If;
2363: If (p_rec.information58 = hr_api.g_varchar2) then
2364: p_rec.information58 :=
2365: ben_cpe_shd.g_old_rec.information58;
2366: End If;
2367: If (p_rec.information59 = hr_api.g_varchar2) then
2368: p_rec.information59 :=
2369: ben_cpe_shd.g_old_rec.information59;

Line 2369: ben_cpe_shd.g_old_rec.information59;

2365: ben_cpe_shd.g_old_rec.information58;
2366: End If;
2367: If (p_rec.information59 = hr_api.g_varchar2) then
2368: p_rec.information59 :=
2369: ben_cpe_shd.g_old_rec.information59;
2370: End If;
2371: If (p_rec.information60 = hr_api.g_varchar2) then
2372: p_rec.information60 :=
2373: ben_cpe_shd.g_old_rec.information60;

Line 2373: ben_cpe_shd.g_old_rec.information60;

2369: ben_cpe_shd.g_old_rec.information59;
2370: End If;
2371: If (p_rec.information60 = hr_api.g_varchar2) then
2372: p_rec.information60 :=
2373: ben_cpe_shd.g_old_rec.information60;
2374: End If;
2375: If (p_rec.information61 = hr_api.g_varchar2) then
2376: p_rec.information61 :=
2377: ben_cpe_shd.g_old_rec.information61;

Line 2377: ben_cpe_shd.g_old_rec.information61;

2373: ben_cpe_shd.g_old_rec.information60;
2374: End If;
2375: If (p_rec.information61 = hr_api.g_varchar2) then
2376: p_rec.information61 :=
2377: ben_cpe_shd.g_old_rec.information61;
2378: End If;
2379: If (p_rec.information62 = hr_api.g_varchar2) then
2380: p_rec.information62 :=
2381: ben_cpe_shd.g_old_rec.information62;

Line 2381: ben_cpe_shd.g_old_rec.information62;

2377: ben_cpe_shd.g_old_rec.information61;
2378: End If;
2379: If (p_rec.information62 = hr_api.g_varchar2) then
2380: p_rec.information62 :=
2381: ben_cpe_shd.g_old_rec.information62;
2382: End If;
2383: If (p_rec.information63 = hr_api.g_varchar2) then
2384: p_rec.information63 :=
2385: ben_cpe_shd.g_old_rec.information63;

Line 2385: ben_cpe_shd.g_old_rec.information63;

2381: ben_cpe_shd.g_old_rec.information62;
2382: End If;
2383: If (p_rec.information63 = hr_api.g_varchar2) then
2384: p_rec.information63 :=
2385: ben_cpe_shd.g_old_rec.information63;
2386: End If;
2387: If (p_rec.information64 = hr_api.g_varchar2) then
2388: p_rec.information64 :=
2389: ben_cpe_shd.g_old_rec.information64;

Line 2389: ben_cpe_shd.g_old_rec.information64;

2385: ben_cpe_shd.g_old_rec.information63;
2386: End If;
2387: If (p_rec.information64 = hr_api.g_varchar2) then
2388: p_rec.information64 :=
2389: ben_cpe_shd.g_old_rec.information64;
2390: End If;
2391: If (p_rec.information65 = hr_api.g_varchar2) then
2392: p_rec.information65 :=
2393: ben_cpe_shd.g_old_rec.information65;

Line 2393: ben_cpe_shd.g_old_rec.information65;

2389: ben_cpe_shd.g_old_rec.information64;
2390: End If;
2391: If (p_rec.information65 = hr_api.g_varchar2) then
2392: p_rec.information65 :=
2393: ben_cpe_shd.g_old_rec.information65;
2394: End If;
2395: If (p_rec.information66 = hr_api.g_varchar2) then
2396: p_rec.information66 :=
2397: ben_cpe_shd.g_old_rec.information66;

Line 2397: ben_cpe_shd.g_old_rec.information66;

2393: ben_cpe_shd.g_old_rec.information65;
2394: End If;
2395: If (p_rec.information66 = hr_api.g_varchar2) then
2396: p_rec.information66 :=
2397: ben_cpe_shd.g_old_rec.information66;
2398: End If;
2399: If (p_rec.information67 = hr_api.g_varchar2) then
2400: p_rec.information67 :=
2401: ben_cpe_shd.g_old_rec.information67;

Line 2401: ben_cpe_shd.g_old_rec.information67;

2397: ben_cpe_shd.g_old_rec.information66;
2398: End If;
2399: If (p_rec.information67 = hr_api.g_varchar2) then
2400: p_rec.information67 :=
2401: ben_cpe_shd.g_old_rec.information67;
2402: End If;
2403: If (p_rec.information68 = hr_api.g_varchar2) then
2404: p_rec.information68 :=
2405: ben_cpe_shd.g_old_rec.information68;

Line 2405: ben_cpe_shd.g_old_rec.information68;

2401: ben_cpe_shd.g_old_rec.information67;
2402: End If;
2403: If (p_rec.information68 = hr_api.g_varchar2) then
2404: p_rec.information68 :=
2405: ben_cpe_shd.g_old_rec.information68;
2406: End If;
2407: If (p_rec.information69 = hr_api.g_varchar2) then
2408: p_rec.information69 :=
2409: ben_cpe_shd.g_old_rec.information69;

Line 2409: ben_cpe_shd.g_old_rec.information69;

2405: ben_cpe_shd.g_old_rec.information68;
2406: End If;
2407: If (p_rec.information69 = hr_api.g_varchar2) then
2408: p_rec.information69 :=
2409: ben_cpe_shd.g_old_rec.information69;
2410: End If;
2411: If (p_rec.information70 = hr_api.g_varchar2) then
2412: p_rec.information70 :=
2413: ben_cpe_shd.g_old_rec.information70;

Line 2413: ben_cpe_shd.g_old_rec.information70;

2409: ben_cpe_shd.g_old_rec.information69;
2410: End If;
2411: If (p_rec.information70 = hr_api.g_varchar2) then
2412: p_rec.information70 :=
2413: ben_cpe_shd.g_old_rec.information70;
2414: End If;
2415: If (p_rec.information71 = hr_api.g_varchar2) then
2416: p_rec.information71 :=
2417: ben_cpe_shd.g_old_rec.information71;

Line 2417: ben_cpe_shd.g_old_rec.information71;

2413: ben_cpe_shd.g_old_rec.information70;
2414: End If;
2415: If (p_rec.information71 = hr_api.g_varchar2) then
2416: p_rec.information71 :=
2417: ben_cpe_shd.g_old_rec.information71;
2418: End If;
2419: If (p_rec.information72 = hr_api.g_varchar2) then
2420: p_rec.information72 :=
2421: ben_cpe_shd.g_old_rec.information72;

Line 2421: ben_cpe_shd.g_old_rec.information72;

2417: ben_cpe_shd.g_old_rec.information71;
2418: End If;
2419: If (p_rec.information72 = hr_api.g_varchar2) then
2420: p_rec.information72 :=
2421: ben_cpe_shd.g_old_rec.information72;
2422: End If;
2423: If (p_rec.information73 = hr_api.g_varchar2) then
2424: p_rec.information73 :=
2425: ben_cpe_shd.g_old_rec.information73;

Line 2425: ben_cpe_shd.g_old_rec.information73;

2421: ben_cpe_shd.g_old_rec.information72;
2422: End If;
2423: If (p_rec.information73 = hr_api.g_varchar2) then
2424: p_rec.information73 :=
2425: ben_cpe_shd.g_old_rec.information73;
2426: End If;
2427: If (p_rec.information74 = hr_api.g_varchar2) then
2428: p_rec.information74 :=
2429: ben_cpe_shd.g_old_rec.information74;

Line 2429: ben_cpe_shd.g_old_rec.information74;

2425: ben_cpe_shd.g_old_rec.information73;
2426: End If;
2427: If (p_rec.information74 = hr_api.g_varchar2) then
2428: p_rec.information74 :=
2429: ben_cpe_shd.g_old_rec.information74;
2430: End If;
2431: If (p_rec.information75 = hr_api.g_varchar2) then
2432: p_rec.information75 :=
2433: ben_cpe_shd.g_old_rec.information75;

Line 2433: ben_cpe_shd.g_old_rec.information75;

2429: ben_cpe_shd.g_old_rec.information74;
2430: End If;
2431: If (p_rec.information75 = hr_api.g_varchar2) then
2432: p_rec.information75 :=
2433: ben_cpe_shd.g_old_rec.information75;
2434: End If;
2435: If (p_rec.information76 = hr_api.g_varchar2) then
2436: p_rec.information76 :=
2437: ben_cpe_shd.g_old_rec.information76;

Line 2437: ben_cpe_shd.g_old_rec.information76;

2433: ben_cpe_shd.g_old_rec.information75;
2434: End If;
2435: If (p_rec.information76 = hr_api.g_varchar2) then
2436: p_rec.information76 :=
2437: ben_cpe_shd.g_old_rec.information76;
2438: End If;
2439: If (p_rec.information77 = hr_api.g_varchar2) then
2440: p_rec.information77 :=
2441: ben_cpe_shd.g_old_rec.information77;

Line 2441: ben_cpe_shd.g_old_rec.information77;

2437: ben_cpe_shd.g_old_rec.information76;
2438: End If;
2439: If (p_rec.information77 = hr_api.g_varchar2) then
2440: p_rec.information77 :=
2441: ben_cpe_shd.g_old_rec.information77;
2442: End If;
2443: If (p_rec.information78 = hr_api.g_varchar2) then
2444: p_rec.information78 :=
2445: ben_cpe_shd.g_old_rec.information78;

Line 2445: ben_cpe_shd.g_old_rec.information78;

2441: ben_cpe_shd.g_old_rec.information77;
2442: End If;
2443: If (p_rec.information78 = hr_api.g_varchar2) then
2444: p_rec.information78 :=
2445: ben_cpe_shd.g_old_rec.information78;
2446: End If;
2447: If (p_rec.information79 = hr_api.g_varchar2) then
2448: p_rec.information79 :=
2449: ben_cpe_shd.g_old_rec.information79;

Line 2449: ben_cpe_shd.g_old_rec.information79;

2445: ben_cpe_shd.g_old_rec.information78;
2446: End If;
2447: If (p_rec.information79 = hr_api.g_varchar2) then
2448: p_rec.information79 :=
2449: ben_cpe_shd.g_old_rec.information79;
2450: End If;
2451: If (p_rec.information80 = hr_api.g_varchar2) then
2452: p_rec.information80 :=
2453: ben_cpe_shd.g_old_rec.information80;

Line 2453: ben_cpe_shd.g_old_rec.information80;

2449: ben_cpe_shd.g_old_rec.information79;
2450: End If;
2451: If (p_rec.information80 = hr_api.g_varchar2) then
2452: p_rec.information80 :=
2453: ben_cpe_shd.g_old_rec.information80;
2454: End If;
2455: If (p_rec.information81 = hr_api.g_varchar2) then
2456: p_rec.information81 :=
2457: ben_cpe_shd.g_old_rec.information81;

Line 2457: ben_cpe_shd.g_old_rec.information81;

2453: ben_cpe_shd.g_old_rec.information80;
2454: End If;
2455: If (p_rec.information81 = hr_api.g_varchar2) then
2456: p_rec.information81 :=
2457: ben_cpe_shd.g_old_rec.information81;
2458: End If;
2459: If (p_rec.information82 = hr_api.g_varchar2) then
2460: p_rec.information82 :=
2461: ben_cpe_shd.g_old_rec.information82;

Line 2461: ben_cpe_shd.g_old_rec.information82;

2457: ben_cpe_shd.g_old_rec.information81;
2458: End If;
2459: If (p_rec.information82 = hr_api.g_varchar2) then
2460: p_rec.information82 :=
2461: ben_cpe_shd.g_old_rec.information82;
2462: End If;
2463: If (p_rec.information83 = hr_api.g_varchar2) then
2464: p_rec.information83 :=
2465: ben_cpe_shd.g_old_rec.information83;

Line 2465: ben_cpe_shd.g_old_rec.information83;

2461: ben_cpe_shd.g_old_rec.information82;
2462: End If;
2463: If (p_rec.information83 = hr_api.g_varchar2) then
2464: p_rec.information83 :=
2465: ben_cpe_shd.g_old_rec.information83;
2466: End If;
2467: If (p_rec.information84 = hr_api.g_varchar2) then
2468: p_rec.information84 :=
2469: ben_cpe_shd.g_old_rec.information84;

Line 2469: ben_cpe_shd.g_old_rec.information84;

2465: ben_cpe_shd.g_old_rec.information83;
2466: End If;
2467: If (p_rec.information84 = hr_api.g_varchar2) then
2468: p_rec.information84 :=
2469: ben_cpe_shd.g_old_rec.information84;
2470: End If;
2471: If (p_rec.information85 = hr_api.g_varchar2) then
2472: p_rec.information85 :=
2473: ben_cpe_shd.g_old_rec.information85;

Line 2473: ben_cpe_shd.g_old_rec.information85;

2469: ben_cpe_shd.g_old_rec.information84;
2470: End If;
2471: If (p_rec.information85 = hr_api.g_varchar2) then
2472: p_rec.information85 :=
2473: ben_cpe_shd.g_old_rec.information85;
2474: End If;
2475: If (p_rec.information86 = hr_api.g_varchar2) then
2476: p_rec.information86 :=
2477: ben_cpe_shd.g_old_rec.information86;

Line 2477: ben_cpe_shd.g_old_rec.information86;

2473: ben_cpe_shd.g_old_rec.information85;
2474: End If;
2475: If (p_rec.information86 = hr_api.g_varchar2) then
2476: p_rec.information86 :=
2477: ben_cpe_shd.g_old_rec.information86;
2478: End If;
2479: If (p_rec.information87 = hr_api.g_varchar2) then
2480: p_rec.information87 :=
2481: ben_cpe_shd.g_old_rec.information87;

Line 2481: ben_cpe_shd.g_old_rec.information87;

2477: ben_cpe_shd.g_old_rec.information86;
2478: End If;
2479: If (p_rec.information87 = hr_api.g_varchar2) then
2480: p_rec.information87 :=
2481: ben_cpe_shd.g_old_rec.information87;
2482: End If;
2483: If (p_rec.information88 = hr_api.g_varchar2) then
2484: p_rec.information88 :=
2485: ben_cpe_shd.g_old_rec.information88;

Line 2485: ben_cpe_shd.g_old_rec.information88;

2481: ben_cpe_shd.g_old_rec.information87;
2482: End If;
2483: If (p_rec.information88 = hr_api.g_varchar2) then
2484: p_rec.information88 :=
2485: ben_cpe_shd.g_old_rec.information88;
2486: End If;
2487: If (p_rec.information89 = hr_api.g_varchar2) then
2488: p_rec.information89 :=
2489: ben_cpe_shd.g_old_rec.information89;

Line 2489: ben_cpe_shd.g_old_rec.information89;

2485: ben_cpe_shd.g_old_rec.information88;
2486: End If;
2487: If (p_rec.information89 = hr_api.g_varchar2) then
2488: p_rec.information89 :=
2489: ben_cpe_shd.g_old_rec.information89;
2490: End If;
2491: If (p_rec.information90 = hr_api.g_varchar2) then
2492: p_rec.information90 :=
2493: ben_cpe_shd.g_old_rec.information90;

Line 2493: ben_cpe_shd.g_old_rec.information90;

2489: ben_cpe_shd.g_old_rec.information89;
2490: End If;
2491: If (p_rec.information90 = hr_api.g_varchar2) then
2492: p_rec.information90 :=
2493: ben_cpe_shd.g_old_rec.information90;
2494: End If;
2495: If (p_rec.information91 = hr_api.g_varchar2) then
2496: p_rec.information91 :=
2497: ben_cpe_shd.g_old_rec.information91;

Line 2497: ben_cpe_shd.g_old_rec.information91;

2493: ben_cpe_shd.g_old_rec.information90;
2494: End If;
2495: If (p_rec.information91 = hr_api.g_varchar2) then
2496: p_rec.information91 :=
2497: ben_cpe_shd.g_old_rec.information91;
2498: End If;
2499: If (p_rec.information92 = hr_api.g_varchar2) then
2500: p_rec.information92 :=
2501: ben_cpe_shd.g_old_rec.information92;

Line 2501: ben_cpe_shd.g_old_rec.information92;

2497: ben_cpe_shd.g_old_rec.information91;
2498: End If;
2499: If (p_rec.information92 = hr_api.g_varchar2) then
2500: p_rec.information92 :=
2501: ben_cpe_shd.g_old_rec.information92;
2502: End If;
2503: If (p_rec.information93 = hr_api.g_varchar2) then
2504: p_rec.information93 :=
2505: ben_cpe_shd.g_old_rec.information93;

Line 2505: ben_cpe_shd.g_old_rec.information93;

2501: ben_cpe_shd.g_old_rec.information92;
2502: End If;
2503: If (p_rec.information93 = hr_api.g_varchar2) then
2504: p_rec.information93 :=
2505: ben_cpe_shd.g_old_rec.information93;
2506: End If;
2507: If (p_rec.information94 = hr_api.g_varchar2) then
2508: p_rec.information94 :=
2509: ben_cpe_shd.g_old_rec.information94;

Line 2509: ben_cpe_shd.g_old_rec.information94;

2505: ben_cpe_shd.g_old_rec.information93;
2506: End If;
2507: If (p_rec.information94 = hr_api.g_varchar2) then
2508: p_rec.information94 :=
2509: ben_cpe_shd.g_old_rec.information94;
2510: End If;
2511: If (p_rec.information95 = hr_api.g_varchar2) then
2512: p_rec.information95 :=
2513: ben_cpe_shd.g_old_rec.information95;

Line 2513: ben_cpe_shd.g_old_rec.information95;

2509: ben_cpe_shd.g_old_rec.information94;
2510: End If;
2511: If (p_rec.information95 = hr_api.g_varchar2) then
2512: p_rec.information95 :=
2513: ben_cpe_shd.g_old_rec.information95;
2514: End If;
2515: If (p_rec.information96 = hr_api.g_varchar2) then
2516: p_rec.information96 :=
2517: ben_cpe_shd.g_old_rec.information96;

Line 2517: ben_cpe_shd.g_old_rec.information96;

2513: ben_cpe_shd.g_old_rec.information95;
2514: End If;
2515: If (p_rec.information96 = hr_api.g_varchar2) then
2516: p_rec.information96 :=
2517: ben_cpe_shd.g_old_rec.information96;
2518: End If;
2519: If (p_rec.information97 = hr_api.g_varchar2) then
2520: p_rec.information97 :=
2521: ben_cpe_shd.g_old_rec.information97;

Line 2521: ben_cpe_shd.g_old_rec.information97;

2517: ben_cpe_shd.g_old_rec.information96;
2518: End If;
2519: If (p_rec.information97 = hr_api.g_varchar2) then
2520: p_rec.information97 :=
2521: ben_cpe_shd.g_old_rec.information97;
2522: End If;
2523: If (p_rec.information98 = hr_api.g_varchar2) then
2524: p_rec.information98 :=
2525: ben_cpe_shd.g_old_rec.information98;

Line 2525: ben_cpe_shd.g_old_rec.information98;

2521: ben_cpe_shd.g_old_rec.information97;
2522: End If;
2523: If (p_rec.information98 = hr_api.g_varchar2) then
2524: p_rec.information98 :=
2525: ben_cpe_shd.g_old_rec.information98;
2526: End If;
2527: If (p_rec.information99 = hr_api.g_varchar2) then
2528: p_rec.information99 :=
2529: ben_cpe_shd.g_old_rec.information99;

Line 2529: ben_cpe_shd.g_old_rec.information99;

2525: ben_cpe_shd.g_old_rec.information98;
2526: End If;
2527: If (p_rec.information99 = hr_api.g_varchar2) then
2528: p_rec.information99 :=
2529: ben_cpe_shd.g_old_rec.information99;
2530: End If;
2531: If (p_rec.information100 = hr_api.g_varchar2) then
2532: p_rec.information100 :=
2533: ben_cpe_shd.g_old_rec.information100;

Line 2533: ben_cpe_shd.g_old_rec.information100;

2529: ben_cpe_shd.g_old_rec.information99;
2530: End If;
2531: If (p_rec.information100 = hr_api.g_varchar2) then
2532: p_rec.information100 :=
2533: ben_cpe_shd.g_old_rec.information100;
2534: End If;
2535: If (p_rec.information101 = hr_api.g_varchar2) then
2536: p_rec.information101 :=
2537: ben_cpe_shd.g_old_rec.information101;

Line 2537: ben_cpe_shd.g_old_rec.information101;

2533: ben_cpe_shd.g_old_rec.information100;
2534: End If;
2535: If (p_rec.information101 = hr_api.g_varchar2) then
2536: p_rec.information101 :=
2537: ben_cpe_shd.g_old_rec.information101;
2538: End If;
2539: If (p_rec.information102 = hr_api.g_varchar2) then
2540: p_rec.information102 :=
2541: ben_cpe_shd.g_old_rec.information102;

Line 2541: ben_cpe_shd.g_old_rec.information102;

2537: ben_cpe_shd.g_old_rec.information101;
2538: End If;
2539: If (p_rec.information102 = hr_api.g_varchar2) then
2540: p_rec.information102 :=
2541: ben_cpe_shd.g_old_rec.information102;
2542: End If;
2543: If (p_rec.information103 = hr_api.g_varchar2) then
2544: p_rec.information103 :=
2545: ben_cpe_shd.g_old_rec.information103;

Line 2545: ben_cpe_shd.g_old_rec.information103;

2541: ben_cpe_shd.g_old_rec.information102;
2542: End If;
2543: If (p_rec.information103 = hr_api.g_varchar2) then
2544: p_rec.information103 :=
2545: ben_cpe_shd.g_old_rec.information103;
2546: End If;
2547: If (p_rec.information104 = hr_api.g_varchar2) then
2548: p_rec.information104 :=
2549: ben_cpe_shd.g_old_rec.information104;

Line 2549: ben_cpe_shd.g_old_rec.information104;

2545: ben_cpe_shd.g_old_rec.information103;
2546: End If;
2547: If (p_rec.information104 = hr_api.g_varchar2) then
2548: p_rec.information104 :=
2549: ben_cpe_shd.g_old_rec.information104;
2550: End If;
2551: If (p_rec.information105 = hr_api.g_varchar2) then
2552: p_rec.information105 :=
2553: ben_cpe_shd.g_old_rec.information105;

Line 2553: ben_cpe_shd.g_old_rec.information105;

2549: ben_cpe_shd.g_old_rec.information104;
2550: End If;
2551: If (p_rec.information105 = hr_api.g_varchar2) then
2552: p_rec.information105 :=
2553: ben_cpe_shd.g_old_rec.information105;
2554: End If;
2555: If (p_rec.information106 = hr_api.g_varchar2) then
2556: p_rec.information106 :=
2557: ben_cpe_shd.g_old_rec.information106;

Line 2557: ben_cpe_shd.g_old_rec.information106;

2553: ben_cpe_shd.g_old_rec.information105;
2554: End If;
2555: If (p_rec.information106 = hr_api.g_varchar2) then
2556: p_rec.information106 :=
2557: ben_cpe_shd.g_old_rec.information106;
2558: End If;
2559: If (p_rec.information107 = hr_api.g_varchar2) then
2560: p_rec.information107 :=
2561: ben_cpe_shd.g_old_rec.information107;

Line 2561: ben_cpe_shd.g_old_rec.information107;

2557: ben_cpe_shd.g_old_rec.information106;
2558: End If;
2559: If (p_rec.information107 = hr_api.g_varchar2) then
2560: p_rec.information107 :=
2561: ben_cpe_shd.g_old_rec.information107;
2562: End If;
2563: If (p_rec.information108 = hr_api.g_varchar2) then
2564: p_rec.information108 :=
2565: ben_cpe_shd.g_old_rec.information108;

Line 2565: ben_cpe_shd.g_old_rec.information108;

2561: ben_cpe_shd.g_old_rec.information107;
2562: End If;
2563: If (p_rec.information108 = hr_api.g_varchar2) then
2564: p_rec.information108 :=
2565: ben_cpe_shd.g_old_rec.information108;
2566: End If;
2567: If (p_rec.information109 = hr_api.g_varchar2) then
2568: p_rec.information109 :=
2569: ben_cpe_shd.g_old_rec.information109;

Line 2569: ben_cpe_shd.g_old_rec.information109;

2565: ben_cpe_shd.g_old_rec.information108;
2566: End If;
2567: If (p_rec.information109 = hr_api.g_varchar2) then
2568: p_rec.information109 :=
2569: ben_cpe_shd.g_old_rec.information109;
2570: End If;
2571: If (p_rec.information110 = hr_api.g_varchar2) then
2572: p_rec.information110 :=
2573: ben_cpe_shd.g_old_rec.information110;

Line 2573: ben_cpe_shd.g_old_rec.information110;

2569: ben_cpe_shd.g_old_rec.information109;
2570: End If;
2571: If (p_rec.information110 = hr_api.g_varchar2) then
2572: p_rec.information110 :=
2573: ben_cpe_shd.g_old_rec.information110;
2574: End If;
2575: If (p_rec.information111 = hr_api.g_varchar2) then
2576: p_rec.information111 :=
2577: ben_cpe_shd.g_old_rec.information111;

Line 2577: ben_cpe_shd.g_old_rec.information111;

2573: ben_cpe_shd.g_old_rec.information110;
2574: End If;
2575: If (p_rec.information111 = hr_api.g_varchar2) then
2576: p_rec.information111 :=
2577: ben_cpe_shd.g_old_rec.information111;
2578: End If;
2579: If (p_rec.information112 = hr_api.g_varchar2) then
2580: p_rec.information112 :=
2581: ben_cpe_shd.g_old_rec.information112;

Line 2581: ben_cpe_shd.g_old_rec.information112;

2577: ben_cpe_shd.g_old_rec.information111;
2578: End If;
2579: If (p_rec.information112 = hr_api.g_varchar2) then
2580: p_rec.information112 :=
2581: ben_cpe_shd.g_old_rec.information112;
2582: End If;
2583: If (p_rec.information113 = hr_api.g_varchar2) then
2584: p_rec.information113 :=
2585: ben_cpe_shd.g_old_rec.information113;

Line 2585: ben_cpe_shd.g_old_rec.information113;

2581: ben_cpe_shd.g_old_rec.information112;
2582: End If;
2583: If (p_rec.information113 = hr_api.g_varchar2) then
2584: p_rec.information113 :=
2585: ben_cpe_shd.g_old_rec.information113;
2586: End If;
2587: If (p_rec.information114 = hr_api.g_varchar2) then
2588: p_rec.information114 :=
2589: ben_cpe_shd.g_old_rec.information114;

Line 2589: ben_cpe_shd.g_old_rec.information114;

2585: ben_cpe_shd.g_old_rec.information113;
2586: End If;
2587: If (p_rec.information114 = hr_api.g_varchar2) then
2588: p_rec.information114 :=
2589: ben_cpe_shd.g_old_rec.information114;
2590: End If;
2591: If (p_rec.information115 = hr_api.g_varchar2) then
2592: p_rec.information115 :=
2593: ben_cpe_shd.g_old_rec.information115;

Line 2593: ben_cpe_shd.g_old_rec.information115;

2589: ben_cpe_shd.g_old_rec.information114;
2590: End If;
2591: If (p_rec.information115 = hr_api.g_varchar2) then
2592: p_rec.information115 :=
2593: ben_cpe_shd.g_old_rec.information115;
2594: End If;
2595: If (p_rec.information116 = hr_api.g_varchar2) then
2596: p_rec.information116 :=
2597: ben_cpe_shd.g_old_rec.information116;

Line 2597: ben_cpe_shd.g_old_rec.information116;

2593: ben_cpe_shd.g_old_rec.information115;
2594: End If;
2595: If (p_rec.information116 = hr_api.g_varchar2) then
2596: p_rec.information116 :=
2597: ben_cpe_shd.g_old_rec.information116;
2598: End If;
2599: If (p_rec.information117 = hr_api.g_varchar2) then
2600: p_rec.information117 :=
2601: ben_cpe_shd.g_old_rec.information117;

Line 2601: ben_cpe_shd.g_old_rec.information117;

2597: ben_cpe_shd.g_old_rec.information116;
2598: End If;
2599: If (p_rec.information117 = hr_api.g_varchar2) then
2600: p_rec.information117 :=
2601: ben_cpe_shd.g_old_rec.information117;
2602: End If;
2603: If (p_rec.information118 = hr_api.g_varchar2) then
2604: p_rec.information118 :=
2605: ben_cpe_shd.g_old_rec.information118;

Line 2605: ben_cpe_shd.g_old_rec.information118;

2601: ben_cpe_shd.g_old_rec.information117;
2602: End If;
2603: If (p_rec.information118 = hr_api.g_varchar2) then
2604: p_rec.information118 :=
2605: ben_cpe_shd.g_old_rec.information118;
2606: End If;
2607: If (p_rec.information119 = hr_api.g_varchar2) then
2608: p_rec.information119 :=
2609: ben_cpe_shd.g_old_rec.information119;

Line 2609: ben_cpe_shd.g_old_rec.information119;

2605: ben_cpe_shd.g_old_rec.information118;
2606: End If;
2607: If (p_rec.information119 = hr_api.g_varchar2) then
2608: p_rec.information119 :=
2609: ben_cpe_shd.g_old_rec.information119;
2610: End If;
2611: If (p_rec.information120 = hr_api.g_varchar2) then
2612: p_rec.information120 :=
2613: ben_cpe_shd.g_old_rec.information120;

Line 2613: ben_cpe_shd.g_old_rec.information120;

2609: ben_cpe_shd.g_old_rec.information119;
2610: End If;
2611: If (p_rec.information120 = hr_api.g_varchar2) then
2612: p_rec.information120 :=
2613: ben_cpe_shd.g_old_rec.information120;
2614: End If;
2615: If (p_rec.information121 = hr_api.g_varchar2) then
2616: p_rec.information121 :=
2617: ben_cpe_shd.g_old_rec.information121;

Line 2617: ben_cpe_shd.g_old_rec.information121;

2613: ben_cpe_shd.g_old_rec.information120;
2614: End If;
2615: If (p_rec.information121 = hr_api.g_varchar2) then
2616: p_rec.information121 :=
2617: ben_cpe_shd.g_old_rec.information121;
2618: End If;
2619: If (p_rec.information122 = hr_api.g_varchar2) then
2620: p_rec.information122 :=
2621: ben_cpe_shd.g_old_rec.information122;

Line 2621: ben_cpe_shd.g_old_rec.information122;

2617: ben_cpe_shd.g_old_rec.information121;
2618: End If;
2619: If (p_rec.information122 = hr_api.g_varchar2) then
2620: p_rec.information122 :=
2621: ben_cpe_shd.g_old_rec.information122;
2622: End If;
2623: If (p_rec.information123 = hr_api.g_varchar2) then
2624: p_rec.information123 :=
2625: ben_cpe_shd.g_old_rec.information123;

Line 2625: ben_cpe_shd.g_old_rec.information123;

2621: ben_cpe_shd.g_old_rec.information122;
2622: End If;
2623: If (p_rec.information123 = hr_api.g_varchar2) then
2624: p_rec.information123 :=
2625: ben_cpe_shd.g_old_rec.information123;
2626: End If;
2627: If (p_rec.information124 = hr_api.g_varchar2) then
2628: p_rec.information124 :=
2629: ben_cpe_shd.g_old_rec.information124;

Line 2629: ben_cpe_shd.g_old_rec.information124;

2625: ben_cpe_shd.g_old_rec.information123;
2626: End If;
2627: If (p_rec.information124 = hr_api.g_varchar2) then
2628: p_rec.information124 :=
2629: ben_cpe_shd.g_old_rec.information124;
2630: End If;
2631: If (p_rec.information125 = hr_api.g_varchar2) then
2632: p_rec.information125 :=
2633: ben_cpe_shd.g_old_rec.information125;

Line 2633: ben_cpe_shd.g_old_rec.information125;

2629: ben_cpe_shd.g_old_rec.information124;
2630: End If;
2631: If (p_rec.information125 = hr_api.g_varchar2) then
2632: p_rec.information125 :=
2633: ben_cpe_shd.g_old_rec.information125;
2634: End If;
2635: If (p_rec.information126 = hr_api.g_varchar2) then
2636: p_rec.information126 :=
2637: ben_cpe_shd.g_old_rec.information126;

Line 2637: ben_cpe_shd.g_old_rec.information126;

2633: ben_cpe_shd.g_old_rec.information125;
2634: End If;
2635: If (p_rec.information126 = hr_api.g_varchar2) then
2636: p_rec.information126 :=
2637: ben_cpe_shd.g_old_rec.information126;
2638: End If;
2639: If (p_rec.information127 = hr_api.g_varchar2) then
2640: p_rec.information127 :=
2641: ben_cpe_shd.g_old_rec.information127;

Line 2641: ben_cpe_shd.g_old_rec.information127;

2637: ben_cpe_shd.g_old_rec.information126;
2638: End If;
2639: If (p_rec.information127 = hr_api.g_varchar2) then
2640: p_rec.information127 :=
2641: ben_cpe_shd.g_old_rec.information127;
2642: End If;
2643: If (p_rec.information128 = hr_api.g_varchar2) then
2644: p_rec.information128 :=
2645: ben_cpe_shd.g_old_rec.information128;

Line 2645: ben_cpe_shd.g_old_rec.information128;

2641: ben_cpe_shd.g_old_rec.information127;
2642: End If;
2643: If (p_rec.information128 = hr_api.g_varchar2) then
2644: p_rec.information128 :=
2645: ben_cpe_shd.g_old_rec.information128;
2646: End If;
2647: If (p_rec.information129 = hr_api.g_varchar2) then
2648: p_rec.information129 :=
2649: ben_cpe_shd.g_old_rec.information129;

Line 2649: ben_cpe_shd.g_old_rec.information129;

2645: ben_cpe_shd.g_old_rec.information128;
2646: End If;
2647: If (p_rec.information129 = hr_api.g_varchar2) then
2648: p_rec.information129 :=
2649: ben_cpe_shd.g_old_rec.information129;
2650: End If;
2651: If (p_rec.information130 = hr_api.g_varchar2) then
2652: p_rec.information130 :=
2653: ben_cpe_shd.g_old_rec.information130;

Line 2653: ben_cpe_shd.g_old_rec.information130;

2649: ben_cpe_shd.g_old_rec.information129;
2650: End If;
2651: If (p_rec.information130 = hr_api.g_varchar2) then
2652: p_rec.information130 :=
2653: ben_cpe_shd.g_old_rec.information130;
2654: End If;
2655: If (p_rec.information131 = hr_api.g_varchar2) then
2656: p_rec.information131 :=
2657: ben_cpe_shd.g_old_rec.information131;

Line 2657: ben_cpe_shd.g_old_rec.information131;

2653: ben_cpe_shd.g_old_rec.information130;
2654: End If;
2655: If (p_rec.information131 = hr_api.g_varchar2) then
2656: p_rec.information131 :=
2657: ben_cpe_shd.g_old_rec.information131;
2658: End If;
2659: If (p_rec.information132 = hr_api.g_varchar2) then
2660: p_rec.information132 :=
2661: ben_cpe_shd.g_old_rec.information132;

Line 2661: ben_cpe_shd.g_old_rec.information132;

2657: ben_cpe_shd.g_old_rec.information131;
2658: End If;
2659: If (p_rec.information132 = hr_api.g_varchar2) then
2660: p_rec.information132 :=
2661: ben_cpe_shd.g_old_rec.information132;
2662: End If;
2663: If (p_rec.information133 = hr_api.g_varchar2) then
2664: p_rec.information133 :=
2665: ben_cpe_shd.g_old_rec.information133;

Line 2665: ben_cpe_shd.g_old_rec.information133;

2661: ben_cpe_shd.g_old_rec.information132;
2662: End If;
2663: If (p_rec.information133 = hr_api.g_varchar2) then
2664: p_rec.information133 :=
2665: ben_cpe_shd.g_old_rec.information133;
2666: End If;
2667: If (p_rec.information134 = hr_api.g_varchar2) then
2668: p_rec.information134 :=
2669: ben_cpe_shd.g_old_rec.information134;

Line 2669: ben_cpe_shd.g_old_rec.information134;

2665: ben_cpe_shd.g_old_rec.information133;
2666: End If;
2667: If (p_rec.information134 = hr_api.g_varchar2) then
2668: p_rec.information134 :=
2669: ben_cpe_shd.g_old_rec.information134;
2670: End If;
2671: If (p_rec.information135 = hr_api.g_varchar2) then
2672: p_rec.information135 :=
2673: ben_cpe_shd.g_old_rec.information135;

Line 2673: ben_cpe_shd.g_old_rec.information135;

2669: ben_cpe_shd.g_old_rec.information134;
2670: End If;
2671: If (p_rec.information135 = hr_api.g_varchar2) then
2672: p_rec.information135 :=
2673: ben_cpe_shd.g_old_rec.information135;
2674: End If;
2675: If (p_rec.information136 = hr_api.g_varchar2) then
2676: p_rec.information136 :=
2677: ben_cpe_shd.g_old_rec.information136;

Line 2677: ben_cpe_shd.g_old_rec.information136;

2673: ben_cpe_shd.g_old_rec.information135;
2674: End If;
2675: If (p_rec.information136 = hr_api.g_varchar2) then
2676: p_rec.information136 :=
2677: ben_cpe_shd.g_old_rec.information136;
2678: End If;
2679: If (p_rec.information137 = hr_api.g_varchar2) then
2680: p_rec.information137 :=
2681: ben_cpe_shd.g_old_rec.information137;

Line 2681: ben_cpe_shd.g_old_rec.information137;

2677: ben_cpe_shd.g_old_rec.information136;
2678: End If;
2679: If (p_rec.information137 = hr_api.g_varchar2) then
2680: p_rec.information137 :=
2681: ben_cpe_shd.g_old_rec.information137;
2682: End If;
2683: If (p_rec.information138 = hr_api.g_varchar2) then
2684: p_rec.information138 :=
2685: ben_cpe_shd.g_old_rec.information138;

Line 2685: ben_cpe_shd.g_old_rec.information138;

2681: ben_cpe_shd.g_old_rec.information137;
2682: End If;
2683: If (p_rec.information138 = hr_api.g_varchar2) then
2684: p_rec.information138 :=
2685: ben_cpe_shd.g_old_rec.information138;
2686: End If;
2687: If (p_rec.information139 = hr_api.g_varchar2) then
2688: p_rec.information139 :=
2689: ben_cpe_shd.g_old_rec.information139;

Line 2689: ben_cpe_shd.g_old_rec.information139;

2685: ben_cpe_shd.g_old_rec.information138;
2686: End If;
2687: If (p_rec.information139 = hr_api.g_varchar2) then
2688: p_rec.information139 :=
2689: ben_cpe_shd.g_old_rec.information139;
2690: End If;
2691: If (p_rec.information140 = hr_api.g_varchar2) then
2692: p_rec.information140 :=
2693: ben_cpe_shd.g_old_rec.information140;

Line 2693: ben_cpe_shd.g_old_rec.information140;

2689: ben_cpe_shd.g_old_rec.information139;
2690: End If;
2691: If (p_rec.information140 = hr_api.g_varchar2) then
2692: p_rec.information140 :=
2693: ben_cpe_shd.g_old_rec.information140;
2694: End If;
2695: If (p_rec.information141 = hr_api.g_varchar2) then
2696: p_rec.information141 :=
2697: ben_cpe_shd.g_old_rec.information141;

Line 2697: ben_cpe_shd.g_old_rec.information141;

2693: ben_cpe_shd.g_old_rec.information140;
2694: End If;
2695: If (p_rec.information141 = hr_api.g_varchar2) then
2696: p_rec.information141 :=
2697: ben_cpe_shd.g_old_rec.information141;
2698: End If;
2699: If (p_rec.information142 = hr_api.g_varchar2) then
2700: p_rec.information142 :=
2701: ben_cpe_shd.g_old_rec.information142;

Line 2701: ben_cpe_shd.g_old_rec.information142;

2697: ben_cpe_shd.g_old_rec.information141;
2698: End If;
2699: If (p_rec.information142 = hr_api.g_varchar2) then
2700: p_rec.information142 :=
2701: ben_cpe_shd.g_old_rec.information142;
2702: End If;
2703:
2704: /* Extra Reserved Columns
2705: If (p_rec.information143 = hr_api.g_varchar2) then

Line 2707: ben_cpe_shd.g_old_rec.information143;

2703:
2704: /* Extra Reserved Columns
2705: If (p_rec.information143 = hr_api.g_varchar2) then
2706: p_rec.information143 :=
2707: ben_cpe_shd.g_old_rec.information143;
2708: End If;
2709: If (p_rec.information144 = hr_api.g_varchar2) then
2710: p_rec.information144 :=
2711: ben_cpe_shd.g_old_rec.information144;

Line 2711: ben_cpe_shd.g_old_rec.information144;

2707: ben_cpe_shd.g_old_rec.information143;
2708: End If;
2709: If (p_rec.information144 = hr_api.g_varchar2) then
2710: p_rec.information144 :=
2711: ben_cpe_shd.g_old_rec.information144;
2712: End If;
2713: If (p_rec.information145 = hr_api.g_varchar2) then
2714: p_rec.information145 :=
2715: ben_cpe_shd.g_old_rec.information145;

Line 2715: ben_cpe_shd.g_old_rec.information145;

2711: ben_cpe_shd.g_old_rec.information144;
2712: End If;
2713: If (p_rec.information145 = hr_api.g_varchar2) then
2714: p_rec.information145 :=
2715: ben_cpe_shd.g_old_rec.information145;
2716: End If;
2717: If (p_rec.information146 = hr_api.g_varchar2) then
2718: p_rec.information146 :=
2719: ben_cpe_shd.g_old_rec.information146;

Line 2719: ben_cpe_shd.g_old_rec.information146;

2715: ben_cpe_shd.g_old_rec.information145;
2716: End If;
2717: If (p_rec.information146 = hr_api.g_varchar2) then
2718: p_rec.information146 :=
2719: ben_cpe_shd.g_old_rec.information146;
2720: End If;
2721: If (p_rec.information147 = hr_api.g_varchar2) then
2722: p_rec.information147 :=
2723: ben_cpe_shd.g_old_rec.information147;

Line 2723: ben_cpe_shd.g_old_rec.information147;

2719: ben_cpe_shd.g_old_rec.information146;
2720: End If;
2721: If (p_rec.information147 = hr_api.g_varchar2) then
2722: p_rec.information147 :=
2723: ben_cpe_shd.g_old_rec.information147;
2724: End If;
2725: If (p_rec.information148 = hr_api.g_varchar2) then
2726: p_rec.information148 :=
2727: ben_cpe_shd.g_old_rec.information148;

Line 2727: ben_cpe_shd.g_old_rec.information148;

2723: ben_cpe_shd.g_old_rec.information147;
2724: End If;
2725: If (p_rec.information148 = hr_api.g_varchar2) then
2726: p_rec.information148 :=
2727: ben_cpe_shd.g_old_rec.information148;
2728: End If;
2729: If (p_rec.information149 = hr_api.g_varchar2) then
2730: p_rec.information149 :=
2731: ben_cpe_shd.g_old_rec.information149;

Line 2731: ben_cpe_shd.g_old_rec.information149;

2727: ben_cpe_shd.g_old_rec.information148;
2728: End If;
2729: If (p_rec.information149 = hr_api.g_varchar2) then
2730: p_rec.information149 :=
2731: ben_cpe_shd.g_old_rec.information149;
2732: End If;
2733: If (p_rec.information150 = hr_api.g_varchar2) then
2734: p_rec.information150 :=
2735: ben_cpe_shd.g_old_rec.information150;

Line 2735: ben_cpe_shd.g_old_rec.information150;

2731: ben_cpe_shd.g_old_rec.information149;
2732: End If;
2733: If (p_rec.information150 = hr_api.g_varchar2) then
2734: p_rec.information150 :=
2735: ben_cpe_shd.g_old_rec.information150;
2736: End If;
2737:
2738: */
2739:

Line 2742: ben_cpe_shd.g_old_rec.information151;

2738: */
2739:
2740: If (p_rec.information151 = hr_api.g_varchar2) then
2741: p_rec.information151 :=
2742: ben_cpe_shd.g_old_rec.information151;
2743: End If;
2744: If (p_rec.information152 = hr_api.g_varchar2) then
2745: p_rec.information152 :=
2746: ben_cpe_shd.g_old_rec.information152;

Line 2746: ben_cpe_shd.g_old_rec.information152;

2742: ben_cpe_shd.g_old_rec.information151;
2743: End If;
2744: If (p_rec.information152 = hr_api.g_varchar2) then
2745: p_rec.information152 :=
2746: ben_cpe_shd.g_old_rec.information152;
2747: End If;
2748: If (p_rec.information153 = hr_api.g_varchar2) then
2749: p_rec.information153 :=
2750: ben_cpe_shd.g_old_rec.information153;

Line 2750: ben_cpe_shd.g_old_rec.information153;

2746: ben_cpe_shd.g_old_rec.information152;
2747: End If;
2748: If (p_rec.information153 = hr_api.g_varchar2) then
2749: p_rec.information153 :=
2750: ben_cpe_shd.g_old_rec.information153;
2751: End If;
2752:
2753: /* Extra Reserved Columns
2754: If (p_rec.information154 = hr_api.g_varchar2) then

Line 2756: ben_cpe_shd.g_old_rec.information154;

2752:
2753: /* Extra Reserved Columns
2754: If (p_rec.information154 = hr_api.g_varchar2) then
2755: p_rec.information154 :=
2756: ben_cpe_shd.g_old_rec.information154;
2757: End If;
2758: If (p_rec.information155 = hr_api.g_varchar2) then
2759: p_rec.information155 :=
2760: ben_cpe_shd.g_old_rec.information155;

Line 2760: ben_cpe_shd.g_old_rec.information155;

2756: ben_cpe_shd.g_old_rec.information154;
2757: End If;
2758: If (p_rec.information155 = hr_api.g_varchar2) then
2759: p_rec.information155 :=
2760: ben_cpe_shd.g_old_rec.information155;
2761: End If;
2762: If (p_rec.information156 = hr_api.g_varchar2) then
2763: p_rec.information156 :=
2764: ben_cpe_shd.g_old_rec.information156;

Line 2764: ben_cpe_shd.g_old_rec.information156;

2760: ben_cpe_shd.g_old_rec.information155;
2761: End If;
2762: If (p_rec.information156 = hr_api.g_varchar2) then
2763: p_rec.information156 :=
2764: ben_cpe_shd.g_old_rec.information156;
2765: End If;
2766: If (p_rec.information157 = hr_api.g_varchar2) then
2767: p_rec.information157 :=
2768: ben_cpe_shd.g_old_rec.information157;

Line 2768: ben_cpe_shd.g_old_rec.information157;

2764: ben_cpe_shd.g_old_rec.information156;
2765: End If;
2766: If (p_rec.information157 = hr_api.g_varchar2) then
2767: p_rec.information157 :=
2768: ben_cpe_shd.g_old_rec.information157;
2769: End If;
2770: If (p_rec.information158 = hr_api.g_varchar2) then
2771: p_rec.information158 :=
2772: ben_cpe_shd.g_old_rec.information158;

Line 2772: ben_cpe_shd.g_old_rec.information158;

2768: ben_cpe_shd.g_old_rec.information157;
2769: End If;
2770: If (p_rec.information158 = hr_api.g_varchar2) then
2771: p_rec.information158 :=
2772: ben_cpe_shd.g_old_rec.information158;
2773: End If;
2774: If (p_rec.information159 = hr_api.g_varchar2) then
2775: p_rec.information159 :=
2776: ben_cpe_shd.g_old_rec.information159;

Line 2776: ben_cpe_shd.g_old_rec.information159;

2772: ben_cpe_shd.g_old_rec.information158;
2773: End If;
2774: If (p_rec.information159 = hr_api.g_varchar2) then
2775: p_rec.information159 :=
2776: ben_cpe_shd.g_old_rec.information159;
2777: End If;
2778: */
2779:
2780: If (p_rec.information160 = hr_api.g_number) then

Line 2782: ben_cpe_shd.g_old_rec.information160;

2778: */
2779:
2780: If (p_rec.information160 = hr_api.g_number) then
2781: p_rec.information160 :=
2782: ben_cpe_shd.g_old_rec.information160;
2783: End If;
2784: If (p_rec.information161 = hr_api.g_number) then
2785: p_rec.information161 :=
2786: ben_cpe_shd.g_old_rec.information161;

Line 2786: ben_cpe_shd.g_old_rec.information161;

2782: ben_cpe_shd.g_old_rec.information160;
2783: End If;
2784: If (p_rec.information161 = hr_api.g_number) then
2785: p_rec.information161 :=
2786: ben_cpe_shd.g_old_rec.information161;
2787: End If;
2788: If (p_rec.information162 = hr_api.g_number) then
2789: p_rec.information162 :=
2790: ben_cpe_shd.g_old_rec.information162;

Line 2790: ben_cpe_shd.g_old_rec.information162;

2786: ben_cpe_shd.g_old_rec.information161;
2787: End If;
2788: If (p_rec.information162 = hr_api.g_number) then
2789: p_rec.information162 :=
2790: ben_cpe_shd.g_old_rec.information162;
2791: End If;
2792:
2793: /* Extra Reserved Columns
2794: If (p_rec.information163 = hr_api.g_number) then

Line 2796: ben_cpe_shd.g_old_rec.information163;

2792:
2793: /* Extra Reserved Columns
2794: If (p_rec.information163 = hr_api.g_number) then
2795: p_rec.information163 :=
2796: ben_cpe_shd.g_old_rec.information163;
2797: End If;
2798: If (p_rec.information164 = hr_api.g_number) then
2799: p_rec.information164 :=
2800: ben_cpe_shd.g_old_rec.information164;

Line 2800: ben_cpe_shd.g_old_rec.information164;

2796: ben_cpe_shd.g_old_rec.information163;
2797: End If;
2798: If (p_rec.information164 = hr_api.g_number) then
2799: p_rec.information164 :=
2800: ben_cpe_shd.g_old_rec.information164;
2801: End If;
2802: If (p_rec.information165 = hr_api.g_number) then
2803: p_rec.information165 :=
2804: ben_cpe_shd.g_old_rec.information165;

Line 2804: ben_cpe_shd.g_old_rec.information165;

2800: ben_cpe_shd.g_old_rec.information164;
2801: End If;
2802: If (p_rec.information165 = hr_api.g_number) then
2803: p_rec.information165 :=
2804: ben_cpe_shd.g_old_rec.information165;
2805: End If;
2806: */
2807:
2808: If (p_rec.information166 = hr_api.g_date) then

Line 2810: ben_cpe_shd.g_old_rec.information166;

2806: */
2807:
2808: If (p_rec.information166 = hr_api.g_date) then
2809: p_rec.information166 :=
2810: ben_cpe_shd.g_old_rec.information166;
2811: End If;
2812: If (p_rec.information167 = hr_api.g_date) then
2813: p_rec.information167 :=
2814: ben_cpe_shd.g_old_rec.information167;

Line 2814: ben_cpe_shd.g_old_rec.information167;

2810: ben_cpe_shd.g_old_rec.information166;
2811: End If;
2812: If (p_rec.information167 = hr_api.g_date) then
2813: p_rec.information167 :=
2814: ben_cpe_shd.g_old_rec.information167;
2815: End If;
2816: If (p_rec.information168 = hr_api.g_date) then
2817: p_rec.information168 :=
2818: ben_cpe_shd.g_old_rec.information168;

Line 2818: ben_cpe_shd.g_old_rec.information168;

2814: ben_cpe_shd.g_old_rec.information167;
2815: End If;
2816: If (p_rec.information168 = hr_api.g_date) then
2817: p_rec.information168 :=
2818: ben_cpe_shd.g_old_rec.information168;
2819: End If;
2820: If (p_rec.information169 = hr_api.g_number) then
2821: p_rec.information169 :=
2822: ben_cpe_shd.g_old_rec.information169;

Line 2822: ben_cpe_shd.g_old_rec.information169;

2818: ben_cpe_shd.g_old_rec.information168;
2819: End If;
2820: If (p_rec.information169 = hr_api.g_number) then
2821: p_rec.information169 :=
2822: ben_cpe_shd.g_old_rec.information169;
2823: End If;
2824: If (p_rec.information170 = hr_api.g_varchar2) then
2825: p_rec.information170 :=
2826: ben_cpe_shd.g_old_rec.information170;

Line 2826: ben_cpe_shd.g_old_rec.information170;

2822: ben_cpe_shd.g_old_rec.information169;
2823: End If;
2824: If (p_rec.information170 = hr_api.g_varchar2) then
2825: p_rec.information170 :=
2826: ben_cpe_shd.g_old_rec.information170;
2827: End If;
2828:
2829: /* Extra Reserved Columns
2830: If (p_rec.information171 = hr_api.g_varchar2) then

Line 2832: ben_cpe_shd.g_old_rec.information171;

2828:
2829: /* Extra Reserved Columns
2830: If (p_rec.information171 = hr_api.g_varchar2) then
2831: p_rec.information171 :=
2832: ben_cpe_shd.g_old_rec.information171;
2833: End If;
2834: If (p_rec.information172 = hr_api.g_varchar2) then
2835: p_rec.information172 :=
2836: ben_cpe_shd.g_old_rec.information172;

Line 2836: ben_cpe_shd.g_old_rec.information172;

2832: ben_cpe_shd.g_old_rec.information171;
2833: End If;
2834: If (p_rec.information172 = hr_api.g_varchar2) then
2835: p_rec.information172 :=
2836: ben_cpe_shd.g_old_rec.information172;
2837: End If;
2838: */
2839:
2840: If (p_rec.information173 = hr_api.g_varchar2) then

Line 2842: ben_cpe_shd.g_old_rec.information173;

2838: */
2839:
2840: If (p_rec.information173 = hr_api.g_varchar2) then
2841: p_rec.information173 :=
2842: ben_cpe_shd.g_old_rec.information173;
2843: End If;
2844: If (p_rec.information174 = hr_api.g_number) then
2845: p_rec.information174 :=
2846: ben_cpe_shd.g_old_rec.information174;

Line 2846: ben_cpe_shd.g_old_rec.information174;

2842: ben_cpe_shd.g_old_rec.information173;
2843: End If;
2844: If (p_rec.information174 = hr_api.g_number) then
2845: p_rec.information174 :=
2846: ben_cpe_shd.g_old_rec.information174;
2847: End If;
2848: If (p_rec.information175 = hr_api.g_varchar2) then
2849: p_rec.information175 :=
2850: ben_cpe_shd.g_old_rec.information175;

Line 2850: ben_cpe_shd.g_old_rec.information175;

2846: ben_cpe_shd.g_old_rec.information174;
2847: End If;
2848: If (p_rec.information175 = hr_api.g_varchar2) then
2849: p_rec.information175 :=
2850: ben_cpe_shd.g_old_rec.information175;
2851: End If;
2852: If (p_rec.information176 = hr_api.g_number) then
2853: p_rec.information176 :=
2854: ben_cpe_shd.g_old_rec.information176;

Line 2854: ben_cpe_shd.g_old_rec.information176;

2850: ben_cpe_shd.g_old_rec.information175;
2851: End If;
2852: If (p_rec.information176 = hr_api.g_number) then
2853: p_rec.information176 :=
2854: ben_cpe_shd.g_old_rec.information176;
2855: End If;
2856: If (p_rec.information177 = hr_api.g_varchar2) then
2857: p_rec.information177 :=
2858: ben_cpe_shd.g_old_rec.information177;

Line 2858: ben_cpe_shd.g_old_rec.information177;

2854: ben_cpe_shd.g_old_rec.information176;
2855: End If;
2856: If (p_rec.information177 = hr_api.g_varchar2) then
2857: p_rec.information177 :=
2858: ben_cpe_shd.g_old_rec.information177;
2859: End If;
2860: If (p_rec.information178 = hr_api.g_number) then
2861: p_rec.information178 :=
2862: ben_cpe_shd.g_old_rec.information178;

Line 2862: ben_cpe_shd.g_old_rec.information178;

2858: ben_cpe_shd.g_old_rec.information177;
2859: End If;
2860: If (p_rec.information178 = hr_api.g_number) then
2861: p_rec.information178 :=
2862: ben_cpe_shd.g_old_rec.information178;
2863: End If;
2864: If (p_rec.information179 = hr_api.g_varchar2) then
2865: p_rec.information179 :=
2866: ben_cpe_shd.g_old_rec.information179;

Line 2866: ben_cpe_shd.g_old_rec.information179;

2862: ben_cpe_shd.g_old_rec.information178;
2863: End If;
2864: If (p_rec.information179 = hr_api.g_varchar2) then
2865: p_rec.information179 :=
2866: ben_cpe_shd.g_old_rec.information179;
2867: End If;
2868: If (p_rec.information180 = hr_api.g_number) then
2869: p_rec.information180 :=
2870: ben_cpe_shd.g_old_rec.information180;

Line 2870: ben_cpe_shd.g_old_rec.information180;

2866: ben_cpe_shd.g_old_rec.information179;
2867: End If;
2868: If (p_rec.information180 = hr_api.g_number) then
2869: p_rec.information180 :=
2870: ben_cpe_shd.g_old_rec.information180;
2871: End If;
2872: If (p_rec.information181 = hr_api.g_varchar2) then
2873: p_rec.information181 :=
2874: ben_cpe_shd.g_old_rec.information181;

Line 2874: ben_cpe_shd.g_old_rec.information181;

2870: ben_cpe_shd.g_old_rec.information180;
2871: End If;
2872: If (p_rec.information181 = hr_api.g_varchar2) then
2873: p_rec.information181 :=
2874: ben_cpe_shd.g_old_rec.information181;
2875: End If;
2876: If (p_rec.information182 = hr_api.g_varchar2) then
2877: p_rec.information182 :=
2878: ben_cpe_shd.g_old_rec.information182;

Line 2878: ben_cpe_shd.g_old_rec.information182;

2874: ben_cpe_shd.g_old_rec.information181;
2875: End If;
2876: If (p_rec.information182 = hr_api.g_varchar2) then
2877: p_rec.information182 :=
2878: ben_cpe_shd.g_old_rec.information182;
2879: End If;
2880:
2881: /* Extra Reserved Columns
2882: If (p_rec.information183 = hr_api.g_varchar2) then

Line 2884: ben_cpe_shd.g_old_rec.information183;

2880:
2881: /* Extra Reserved Columns
2882: If (p_rec.information183 = hr_api.g_varchar2) then
2883: p_rec.information183 :=
2884: ben_cpe_shd.g_old_rec.information183;
2885: End If;
2886: If (p_rec.information184 = hr_api.g_varchar2) then
2887: p_rec.information184 :=
2888: ben_cpe_shd.g_old_rec.information184;

Line 2888: ben_cpe_shd.g_old_rec.information184;

2884: ben_cpe_shd.g_old_rec.information183;
2885: End If;
2886: If (p_rec.information184 = hr_api.g_varchar2) then
2887: p_rec.information184 :=
2888: ben_cpe_shd.g_old_rec.information184;
2889: End If;
2890: */
2891:
2892: If (p_rec.information185 = hr_api.g_varchar2) then

Line 2894: ben_cpe_shd.g_old_rec.information185;

2890: */
2891:
2892: If (p_rec.information185 = hr_api.g_varchar2) then
2893: p_rec.information185 :=
2894: ben_cpe_shd.g_old_rec.information185;
2895: End If;
2896: If (p_rec.information186 = hr_api.g_varchar2) then
2897: p_rec.information186 :=
2898: ben_cpe_shd.g_old_rec.information186;

Line 2898: ben_cpe_shd.g_old_rec.information186;

2894: ben_cpe_shd.g_old_rec.information185;
2895: End If;
2896: If (p_rec.information186 = hr_api.g_varchar2) then
2897: p_rec.information186 :=
2898: ben_cpe_shd.g_old_rec.information186;
2899: End If;
2900: If (p_rec.information187 = hr_api.g_varchar2) then
2901: p_rec.information187 :=
2902: ben_cpe_shd.g_old_rec.information187;

Line 2902: ben_cpe_shd.g_old_rec.information187;

2898: ben_cpe_shd.g_old_rec.information186;
2899: End If;
2900: If (p_rec.information187 = hr_api.g_varchar2) then
2901: p_rec.information187 :=
2902: ben_cpe_shd.g_old_rec.information187;
2903: End If;
2904: If (p_rec.information188 = hr_api.g_varchar2) then
2905: p_rec.information188 :=
2906: ben_cpe_shd.g_old_rec.information188;

Line 2906: ben_cpe_shd.g_old_rec.information188;

2902: ben_cpe_shd.g_old_rec.information187;
2903: End If;
2904: If (p_rec.information188 = hr_api.g_varchar2) then
2905: p_rec.information188 :=
2906: ben_cpe_shd.g_old_rec.information188;
2907: End If;
2908:
2909: /* Extra Reserved Columns
2910: If (p_rec.information189 = hr_api.g_varchar2) then

Line 2912: ben_cpe_shd.g_old_rec.information189;

2908:
2909: /* Extra Reserved Columns
2910: If (p_rec.information189 = hr_api.g_varchar2) then
2911: p_rec.information189 :=
2912: ben_cpe_shd.g_old_rec.information189;
2913: End If;
2914: */
2915: If (p_rec.information190 = hr_api.g_varchar2) then
2916: p_rec.information190 :=

Line 2917: ben_cpe_shd.g_old_rec.information190;

2913: End If;
2914: */
2915: If (p_rec.information190 = hr_api.g_varchar2) then
2916: p_rec.information190 :=
2917: ben_cpe_shd.g_old_rec.information190;
2918: End If;
2919: If (p_rec.information191 = hr_api.g_varchar2) then
2920: p_rec.information191 :=
2921: ben_cpe_shd.g_old_rec.information191;

Line 2921: ben_cpe_shd.g_old_rec.information191;

2917: ben_cpe_shd.g_old_rec.information190;
2918: End If;
2919: If (p_rec.information191 = hr_api.g_varchar2) then
2920: p_rec.information191 :=
2921: ben_cpe_shd.g_old_rec.information191;
2922: End If;
2923: If (p_rec.information192 = hr_api.g_varchar2) then
2924: p_rec.information192 :=
2925: ben_cpe_shd.g_old_rec.information192;

Line 2925: ben_cpe_shd.g_old_rec.information192;

2921: ben_cpe_shd.g_old_rec.information191;
2922: End If;
2923: If (p_rec.information192 = hr_api.g_varchar2) then
2924: p_rec.information192 :=
2925: ben_cpe_shd.g_old_rec.information192;
2926: End If;
2927: If (p_rec.information193 = hr_api.g_varchar2) then
2928: p_rec.information193 :=
2929: ben_cpe_shd.g_old_rec.information193;

Line 2929: ben_cpe_shd.g_old_rec.information193;

2925: ben_cpe_shd.g_old_rec.information192;
2926: End If;
2927: If (p_rec.information193 = hr_api.g_varchar2) then
2928: p_rec.information193 :=
2929: ben_cpe_shd.g_old_rec.information193;
2930: End If;
2931: If (p_rec.information194 = hr_api.g_varchar2) then
2932: p_rec.information194 :=
2933: ben_cpe_shd.g_old_rec.information194;

Line 2933: ben_cpe_shd.g_old_rec.information194;

2929: ben_cpe_shd.g_old_rec.information193;
2930: End If;
2931: If (p_rec.information194 = hr_api.g_varchar2) then
2932: p_rec.information194 :=
2933: ben_cpe_shd.g_old_rec.information194;
2934: End If;
2935: If (p_rec.information195 = hr_api.g_varchar2) then
2936: p_rec.information195 :=
2937: ben_cpe_shd.g_old_rec.information195;

Line 2937: ben_cpe_shd.g_old_rec.information195;

2933: ben_cpe_shd.g_old_rec.information194;
2934: End If;
2935: If (p_rec.information195 = hr_api.g_varchar2) then
2936: p_rec.information195 :=
2937: ben_cpe_shd.g_old_rec.information195;
2938: End If;
2939: If (p_rec.information196 = hr_api.g_varchar2) then
2940: p_rec.information196 :=
2941: ben_cpe_shd.g_old_rec.information196;

Line 2941: ben_cpe_shd.g_old_rec.information196;

2937: ben_cpe_shd.g_old_rec.information195;
2938: End If;
2939: If (p_rec.information196 = hr_api.g_varchar2) then
2940: p_rec.information196 :=
2941: ben_cpe_shd.g_old_rec.information196;
2942: End If;
2943: If (p_rec.information197 = hr_api.g_varchar2) then
2944: p_rec.information197 :=
2945: ben_cpe_shd.g_old_rec.information197;

Line 2945: ben_cpe_shd.g_old_rec.information197;

2941: ben_cpe_shd.g_old_rec.information196;
2942: End If;
2943: If (p_rec.information197 = hr_api.g_varchar2) then
2944: p_rec.information197 :=
2945: ben_cpe_shd.g_old_rec.information197;
2946: End If;
2947: If (p_rec.information198 = hr_api.g_varchar2) then
2948: p_rec.information198 :=
2949: ben_cpe_shd.g_old_rec.information198;

Line 2949: ben_cpe_shd.g_old_rec.information198;

2945: ben_cpe_shd.g_old_rec.information197;
2946: End If;
2947: If (p_rec.information198 = hr_api.g_varchar2) then
2948: p_rec.information198 :=
2949: ben_cpe_shd.g_old_rec.information198;
2950: End If;
2951: If (p_rec.information199 = hr_api.g_varchar2) then
2952: p_rec.information199 :=
2953: ben_cpe_shd.g_old_rec.information199;

Line 2953: ben_cpe_shd.g_old_rec.information199;

2949: ben_cpe_shd.g_old_rec.information198;
2950: End If;
2951: If (p_rec.information199 = hr_api.g_varchar2) then
2952: p_rec.information199 :=
2953: ben_cpe_shd.g_old_rec.information199;
2954: End If;
2955:
2956: /* Extra Reserved Columns
2957: If (p_rec.information200 = hr_api.g_varchar2) then

Line 2959: ben_cpe_shd.g_old_rec.information200;

2955:
2956: /* Extra Reserved Columns
2957: If (p_rec.information200 = hr_api.g_varchar2) then
2958: p_rec.information200 :=
2959: ben_cpe_shd.g_old_rec.information200;
2960: End If;
2961: If (p_rec.information201 = hr_api.g_varchar2) then
2962: p_rec.information201 :=
2963: ben_cpe_shd.g_old_rec.information201;

Line 2963: ben_cpe_shd.g_old_rec.information201;

2959: ben_cpe_shd.g_old_rec.information200;
2960: End If;
2961: If (p_rec.information201 = hr_api.g_varchar2) then
2962: p_rec.information201 :=
2963: ben_cpe_shd.g_old_rec.information201;
2964: End If;
2965: If (p_rec.information202 = hr_api.g_varchar2) then
2966: p_rec.information202 :=
2967: ben_cpe_shd.g_old_rec.information202;

Line 2967: ben_cpe_shd.g_old_rec.information202;

2963: ben_cpe_shd.g_old_rec.information201;
2964: End If;
2965: If (p_rec.information202 = hr_api.g_varchar2) then
2966: p_rec.information202 :=
2967: ben_cpe_shd.g_old_rec.information202;
2968: End If;
2969: If (p_rec.information203 = hr_api.g_varchar2) then
2970: p_rec.information203 :=
2971: ben_cpe_shd.g_old_rec.information203;

Line 2971: ben_cpe_shd.g_old_rec.information203;

2967: ben_cpe_shd.g_old_rec.information202;
2968: End If;
2969: If (p_rec.information203 = hr_api.g_varchar2) then
2970: p_rec.information203 :=
2971: ben_cpe_shd.g_old_rec.information203;
2972: End If;
2973: If (p_rec.information204 = hr_api.g_varchar2) then
2974: p_rec.information204 :=
2975: ben_cpe_shd.g_old_rec.information204;

Line 2975: ben_cpe_shd.g_old_rec.information204;

2971: ben_cpe_shd.g_old_rec.information203;
2972: End If;
2973: If (p_rec.information204 = hr_api.g_varchar2) then
2974: p_rec.information204 :=
2975: ben_cpe_shd.g_old_rec.information204;
2976: End If;
2977: If (p_rec.information205 = hr_api.g_varchar2) then
2978: p_rec.information205 :=
2979: ben_cpe_shd.g_old_rec.information205;

Line 2979: ben_cpe_shd.g_old_rec.information205;

2975: ben_cpe_shd.g_old_rec.information204;
2976: End If;
2977: If (p_rec.information205 = hr_api.g_varchar2) then
2978: p_rec.information205 :=
2979: ben_cpe_shd.g_old_rec.information205;
2980: End If;
2981: If (p_rec.information206 = hr_api.g_varchar2) then
2982: p_rec.information206 :=
2983: ben_cpe_shd.g_old_rec.information206;

Line 2983: ben_cpe_shd.g_old_rec.information206;

2979: ben_cpe_shd.g_old_rec.information205;
2980: End If;
2981: If (p_rec.information206 = hr_api.g_varchar2) then
2982: p_rec.information206 :=
2983: ben_cpe_shd.g_old_rec.information206;
2984: End If;
2985: If (p_rec.information207 = hr_api.g_varchar2) then
2986: p_rec.information207 :=
2987: ben_cpe_shd.g_old_rec.information207;

Line 2987: ben_cpe_shd.g_old_rec.information207;

2983: ben_cpe_shd.g_old_rec.information206;
2984: End If;
2985: If (p_rec.information207 = hr_api.g_varchar2) then
2986: p_rec.information207 :=
2987: ben_cpe_shd.g_old_rec.information207;
2988: End If;
2989: If (p_rec.information208 = hr_api.g_varchar2) then
2990: p_rec.information208 :=
2991: ben_cpe_shd.g_old_rec.information208;

Line 2991: ben_cpe_shd.g_old_rec.information208;

2987: ben_cpe_shd.g_old_rec.information207;
2988: End If;
2989: If (p_rec.information208 = hr_api.g_varchar2) then
2990: p_rec.information208 :=
2991: ben_cpe_shd.g_old_rec.information208;
2992: End If;
2993: If (p_rec.information209 = hr_api.g_varchar2) then
2994: p_rec.information209 :=
2995: ben_cpe_shd.g_old_rec.information209;

Line 2995: ben_cpe_shd.g_old_rec.information209;

2991: ben_cpe_shd.g_old_rec.information208;
2992: End If;
2993: If (p_rec.information209 = hr_api.g_varchar2) then
2994: p_rec.information209 :=
2995: ben_cpe_shd.g_old_rec.information209;
2996: End If;
2997: If (p_rec.information210 = hr_api.g_varchar2) then
2998: p_rec.information210 :=
2999: ben_cpe_shd.g_old_rec.information210;

Line 2999: ben_cpe_shd.g_old_rec.information210;

2995: ben_cpe_shd.g_old_rec.information209;
2996: End If;
2997: If (p_rec.information210 = hr_api.g_varchar2) then
2998: p_rec.information210 :=
2999: ben_cpe_shd.g_old_rec.information210;
3000: End If;
3001: If (p_rec.information211 = hr_api.g_varchar2) then
3002: p_rec.information211 :=
3003: ben_cpe_shd.g_old_rec.information211;

Line 3003: ben_cpe_shd.g_old_rec.information211;

2999: ben_cpe_shd.g_old_rec.information210;
3000: End If;
3001: If (p_rec.information211 = hr_api.g_varchar2) then
3002: p_rec.information211 :=
3003: ben_cpe_shd.g_old_rec.information211;
3004: End If;
3005: If (p_rec.information212 = hr_api.g_varchar2) then
3006: p_rec.information212 :=
3007: ben_cpe_shd.g_old_rec.information212;

Line 3007: ben_cpe_shd.g_old_rec.information212;

3003: ben_cpe_shd.g_old_rec.information211;
3004: End If;
3005: If (p_rec.information212 = hr_api.g_varchar2) then
3006: p_rec.information212 :=
3007: ben_cpe_shd.g_old_rec.information212;
3008: End If;
3009: If (p_rec.information213 = hr_api.g_varchar2) then
3010: p_rec.information213 :=
3011: ben_cpe_shd.g_old_rec.information213;

Line 3011: ben_cpe_shd.g_old_rec.information213;

3007: ben_cpe_shd.g_old_rec.information212;
3008: End If;
3009: If (p_rec.information213 = hr_api.g_varchar2) then
3010: p_rec.information213 :=
3011: ben_cpe_shd.g_old_rec.information213;
3012: End If;
3013: If (p_rec.information214 = hr_api.g_varchar2) then
3014: p_rec.information214 :=
3015: ben_cpe_shd.g_old_rec.information214;

Line 3015: ben_cpe_shd.g_old_rec.information214;

3011: ben_cpe_shd.g_old_rec.information213;
3012: End If;
3013: If (p_rec.information214 = hr_api.g_varchar2) then
3014: p_rec.information214 :=
3015: ben_cpe_shd.g_old_rec.information214;
3016: End If;
3017: If (p_rec.information215 = hr_api.g_varchar2) then
3018: p_rec.information215 :=
3019: ben_cpe_shd.g_old_rec.information215;

Line 3019: ben_cpe_shd.g_old_rec.information215;

3015: ben_cpe_shd.g_old_rec.information214;
3016: End If;
3017: If (p_rec.information215 = hr_api.g_varchar2) then
3018: p_rec.information215 :=
3019: ben_cpe_shd.g_old_rec.information215;
3020: End If;
3021: */
3022:
3023: If (p_rec.information216 = hr_api.g_varchar2) then

Line 3025: ben_cpe_shd.g_old_rec.information216;

3021: */
3022:
3023: If (p_rec.information216 = hr_api.g_varchar2) then
3024: p_rec.information216 :=
3025: ben_cpe_shd.g_old_rec.information216;
3026: End If;
3027: If (p_rec.information217 = hr_api.g_varchar2) then
3028: p_rec.information217 :=
3029: ben_cpe_shd.g_old_rec.information217;

Line 3029: ben_cpe_shd.g_old_rec.information217;

3025: ben_cpe_shd.g_old_rec.information216;
3026: End If;
3027: If (p_rec.information217 = hr_api.g_varchar2) then
3028: p_rec.information217 :=
3029: ben_cpe_shd.g_old_rec.information217;
3030: End If;
3031: If (p_rec.information218 = hr_api.g_varchar2) then
3032: p_rec.information218 :=
3033: ben_cpe_shd.g_old_rec.information218;

Line 3033: ben_cpe_shd.g_old_rec.information218;

3029: ben_cpe_shd.g_old_rec.information217;
3030: End If;
3031: If (p_rec.information218 = hr_api.g_varchar2) then
3032: p_rec.information218 :=
3033: ben_cpe_shd.g_old_rec.information218;
3034: End If;
3035: If (p_rec.information219 = hr_api.g_varchar2) then
3036: p_rec.information219 :=
3037: ben_cpe_shd.g_old_rec.information219;

Line 3037: ben_cpe_shd.g_old_rec.information219;

3033: ben_cpe_shd.g_old_rec.information218;
3034: End If;
3035: If (p_rec.information219 = hr_api.g_varchar2) then
3036: p_rec.information219 :=
3037: ben_cpe_shd.g_old_rec.information219;
3038: End If;
3039: If (p_rec.information220 = hr_api.g_varchar2) then
3040: p_rec.information220 :=
3041: ben_cpe_shd.g_old_rec.information220;

Line 3041: ben_cpe_shd.g_old_rec.information220;

3037: ben_cpe_shd.g_old_rec.information219;
3038: End If;
3039: If (p_rec.information220 = hr_api.g_varchar2) then
3040: p_rec.information220 :=
3041: ben_cpe_shd.g_old_rec.information220;
3042: End If;
3043: If (p_rec.information221 = hr_api.g_number) then
3044: p_rec.information221 :=
3045: ben_cpe_shd.g_old_rec.information221;

Line 3045: ben_cpe_shd.g_old_rec.information221;

3041: ben_cpe_shd.g_old_rec.information220;
3042: End If;
3043: If (p_rec.information221 = hr_api.g_number) then
3044: p_rec.information221 :=
3045: ben_cpe_shd.g_old_rec.information221;
3046: End If;
3047: If (p_rec.information222 = hr_api.g_number) then
3048: p_rec.information222 :=
3049: ben_cpe_shd.g_old_rec.information222;

Line 3049: ben_cpe_shd.g_old_rec.information222;

3045: ben_cpe_shd.g_old_rec.information221;
3046: End If;
3047: If (p_rec.information222 = hr_api.g_number) then
3048: p_rec.information222 :=
3049: ben_cpe_shd.g_old_rec.information222;
3050: End If;
3051: If (p_rec.information223 = hr_api.g_number) then
3052: p_rec.information223 :=
3053: ben_cpe_shd.g_old_rec.information223;

Line 3053: ben_cpe_shd.g_old_rec.information223;

3049: ben_cpe_shd.g_old_rec.information222;
3050: End If;
3051: If (p_rec.information223 = hr_api.g_number) then
3052: p_rec.information223 :=
3053: ben_cpe_shd.g_old_rec.information223;
3054: End If;
3055: If (p_rec.information224 = hr_api.g_number) then
3056: p_rec.information224 :=
3057: ben_cpe_shd.g_old_rec.information224;

Line 3057: ben_cpe_shd.g_old_rec.information224;

3053: ben_cpe_shd.g_old_rec.information223;
3054: End If;
3055: If (p_rec.information224 = hr_api.g_number) then
3056: p_rec.information224 :=
3057: ben_cpe_shd.g_old_rec.information224;
3058: End If;
3059: If (p_rec.information225 = hr_api.g_number) then
3060: p_rec.information225 :=
3061: ben_cpe_shd.g_old_rec.information225;

Line 3061: ben_cpe_shd.g_old_rec.information225;

3057: ben_cpe_shd.g_old_rec.information224;
3058: End If;
3059: If (p_rec.information225 = hr_api.g_number) then
3060: p_rec.information225 :=
3061: ben_cpe_shd.g_old_rec.information225;
3062: End If;
3063: If (p_rec.information226 = hr_api.g_number) then
3064: p_rec.information226 :=
3065: ben_cpe_shd.g_old_rec.information226;

Line 3065: ben_cpe_shd.g_old_rec.information226;

3061: ben_cpe_shd.g_old_rec.information225;
3062: End If;
3063: If (p_rec.information226 = hr_api.g_number) then
3064: p_rec.information226 :=
3065: ben_cpe_shd.g_old_rec.information226;
3066: End If;
3067: If (p_rec.information227 = hr_api.g_number) then
3068: p_rec.information227 :=
3069: ben_cpe_shd.g_old_rec.information227;

Line 3069: ben_cpe_shd.g_old_rec.information227;

3065: ben_cpe_shd.g_old_rec.information226;
3066: End If;
3067: If (p_rec.information227 = hr_api.g_number) then
3068: p_rec.information227 :=
3069: ben_cpe_shd.g_old_rec.information227;
3070: End If;
3071: If (p_rec.information228 = hr_api.g_number) then
3072: p_rec.information228 :=
3073: ben_cpe_shd.g_old_rec.information228;

Line 3073: ben_cpe_shd.g_old_rec.information228;

3069: ben_cpe_shd.g_old_rec.information227;
3070: End If;
3071: If (p_rec.information228 = hr_api.g_number) then
3072: p_rec.information228 :=
3073: ben_cpe_shd.g_old_rec.information228;
3074: End If;
3075: If (p_rec.information229 = hr_api.g_number) then
3076: p_rec.information229 :=
3077: ben_cpe_shd.g_old_rec.information229;

Line 3077: ben_cpe_shd.g_old_rec.information229;

3073: ben_cpe_shd.g_old_rec.information228;
3074: End If;
3075: If (p_rec.information229 = hr_api.g_number) then
3076: p_rec.information229 :=
3077: ben_cpe_shd.g_old_rec.information229;
3078: End If;
3079: If (p_rec.information230 = hr_api.g_number) then
3080: p_rec.information230 :=
3081: ben_cpe_shd.g_old_rec.information230;

Line 3081: ben_cpe_shd.g_old_rec.information230;

3077: ben_cpe_shd.g_old_rec.information229;
3078: End If;
3079: If (p_rec.information230 = hr_api.g_number) then
3080: p_rec.information230 :=
3081: ben_cpe_shd.g_old_rec.information230;
3082: End If;
3083: If (p_rec.information231 = hr_api.g_number) then
3084: p_rec.information231 :=
3085: ben_cpe_shd.g_old_rec.information231;

Line 3085: ben_cpe_shd.g_old_rec.information231;

3081: ben_cpe_shd.g_old_rec.information230;
3082: End If;
3083: If (p_rec.information231 = hr_api.g_number) then
3084: p_rec.information231 :=
3085: ben_cpe_shd.g_old_rec.information231;
3086: End If;
3087: If (p_rec.information232 = hr_api.g_number) then
3088: p_rec.information232 :=
3089: ben_cpe_shd.g_old_rec.information232;

Line 3089: ben_cpe_shd.g_old_rec.information232;

3085: ben_cpe_shd.g_old_rec.information231;
3086: End If;
3087: If (p_rec.information232 = hr_api.g_number) then
3088: p_rec.information232 :=
3089: ben_cpe_shd.g_old_rec.information232;
3090: End If;
3091: If (p_rec.information233 = hr_api.g_number) then
3092: p_rec.information233 :=
3093: ben_cpe_shd.g_old_rec.information233;

Line 3093: ben_cpe_shd.g_old_rec.information233;

3089: ben_cpe_shd.g_old_rec.information232;
3090: End If;
3091: If (p_rec.information233 = hr_api.g_number) then
3092: p_rec.information233 :=
3093: ben_cpe_shd.g_old_rec.information233;
3094: End If;
3095: If (p_rec.information234 = hr_api.g_number) then
3096: p_rec.information234 :=
3097: ben_cpe_shd.g_old_rec.information234;

Line 3097: ben_cpe_shd.g_old_rec.information234;

3093: ben_cpe_shd.g_old_rec.information233;
3094: End If;
3095: If (p_rec.information234 = hr_api.g_number) then
3096: p_rec.information234 :=
3097: ben_cpe_shd.g_old_rec.information234;
3098: End If;
3099: If (p_rec.information235 = hr_api.g_number) then
3100: p_rec.information235 :=
3101: ben_cpe_shd.g_old_rec.information235;

Line 3101: ben_cpe_shd.g_old_rec.information235;

3097: ben_cpe_shd.g_old_rec.information234;
3098: End If;
3099: If (p_rec.information235 = hr_api.g_number) then
3100: p_rec.information235 :=
3101: ben_cpe_shd.g_old_rec.information235;
3102: End If;
3103: If (p_rec.information236 = hr_api.g_number) then
3104: p_rec.information236 :=
3105: ben_cpe_shd.g_old_rec.information236;

Line 3105: ben_cpe_shd.g_old_rec.information236;

3101: ben_cpe_shd.g_old_rec.information235;
3102: End If;
3103: If (p_rec.information236 = hr_api.g_number) then
3104: p_rec.information236 :=
3105: ben_cpe_shd.g_old_rec.information236;
3106: End If;
3107: If (p_rec.information237 = hr_api.g_number) then
3108: p_rec.information237 :=
3109: ben_cpe_shd.g_old_rec.information237;

Line 3109: ben_cpe_shd.g_old_rec.information237;

3105: ben_cpe_shd.g_old_rec.information236;
3106: End If;
3107: If (p_rec.information237 = hr_api.g_number) then
3108: p_rec.information237 :=
3109: ben_cpe_shd.g_old_rec.information237;
3110: End If;
3111: If (p_rec.information238 = hr_api.g_number) then
3112: p_rec.information238 :=
3113: ben_cpe_shd.g_old_rec.information238;

Line 3113: ben_cpe_shd.g_old_rec.information238;

3109: ben_cpe_shd.g_old_rec.information237;
3110: End If;
3111: If (p_rec.information238 = hr_api.g_number) then
3112: p_rec.information238 :=
3113: ben_cpe_shd.g_old_rec.information238;
3114: End If;
3115: If (p_rec.information239 = hr_api.g_number) then
3116: p_rec.information239 :=
3117: ben_cpe_shd.g_old_rec.information239;

Line 3117: ben_cpe_shd.g_old_rec.information239;

3113: ben_cpe_shd.g_old_rec.information238;
3114: End If;
3115: If (p_rec.information239 = hr_api.g_number) then
3116: p_rec.information239 :=
3117: ben_cpe_shd.g_old_rec.information239;
3118: End If;
3119: If (p_rec.information240 = hr_api.g_number) then
3120: p_rec.information240 :=
3121: ben_cpe_shd.g_old_rec.information240;

Line 3121: ben_cpe_shd.g_old_rec.information240;

3117: ben_cpe_shd.g_old_rec.information239;
3118: End If;
3119: If (p_rec.information240 = hr_api.g_number) then
3120: p_rec.information240 :=
3121: ben_cpe_shd.g_old_rec.information240;
3122: End If;
3123: If (p_rec.information241 = hr_api.g_number) then
3124: p_rec.information241 :=
3125: ben_cpe_shd.g_old_rec.information241;

Line 3125: ben_cpe_shd.g_old_rec.information241;

3121: ben_cpe_shd.g_old_rec.information240;
3122: End If;
3123: If (p_rec.information241 = hr_api.g_number) then
3124: p_rec.information241 :=
3125: ben_cpe_shd.g_old_rec.information241;
3126: End If;
3127: If (p_rec.information242 = hr_api.g_number) then
3128: p_rec.information242 :=
3129: ben_cpe_shd.g_old_rec.information242;

Line 3129: ben_cpe_shd.g_old_rec.information242;

3125: ben_cpe_shd.g_old_rec.information241;
3126: End If;
3127: If (p_rec.information242 = hr_api.g_number) then
3128: p_rec.information242 :=
3129: ben_cpe_shd.g_old_rec.information242;
3130: End If;
3131: If (p_rec.information243 = hr_api.g_number) then
3132: p_rec.information243 :=
3133: ben_cpe_shd.g_old_rec.information243;

Line 3133: ben_cpe_shd.g_old_rec.information243;

3129: ben_cpe_shd.g_old_rec.information242;
3130: End If;
3131: If (p_rec.information243 = hr_api.g_number) then
3132: p_rec.information243 :=
3133: ben_cpe_shd.g_old_rec.information243;
3134: End If;
3135: If (p_rec.information244 = hr_api.g_number) then
3136: p_rec.information244 :=
3137: ben_cpe_shd.g_old_rec.information244;

Line 3137: ben_cpe_shd.g_old_rec.information244;

3133: ben_cpe_shd.g_old_rec.information243;
3134: End If;
3135: If (p_rec.information244 = hr_api.g_number) then
3136: p_rec.information244 :=
3137: ben_cpe_shd.g_old_rec.information244;
3138: End If;
3139: If (p_rec.information245 = hr_api.g_number) then
3140: p_rec.information245 :=
3141: ben_cpe_shd.g_old_rec.information245;

Line 3141: ben_cpe_shd.g_old_rec.information245;

3137: ben_cpe_shd.g_old_rec.information244;
3138: End If;
3139: If (p_rec.information245 = hr_api.g_number) then
3140: p_rec.information245 :=
3141: ben_cpe_shd.g_old_rec.information245;
3142: End If;
3143: If (p_rec.information246 = hr_api.g_number) then
3144: p_rec.information246 :=
3145: ben_cpe_shd.g_old_rec.information246;

Line 3145: ben_cpe_shd.g_old_rec.information246;

3141: ben_cpe_shd.g_old_rec.information245;
3142: End If;
3143: If (p_rec.information246 = hr_api.g_number) then
3144: p_rec.information246 :=
3145: ben_cpe_shd.g_old_rec.information246;
3146: End If;
3147: If (p_rec.information247 = hr_api.g_number) then
3148: p_rec.information247 :=
3149: ben_cpe_shd.g_old_rec.information247;

Line 3149: ben_cpe_shd.g_old_rec.information247;

3145: ben_cpe_shd.g_old_rec.information246;
3146: End If;
3147: If (p_rec.information247 = hr_api.g_number) then
3148: p_rec.information247 :=
3149: ben_cpe_shd.g_old_rec.information247;
3150: End If;
3151: If (p_rec.information248 = hr_api.g_number) then
3152: p_rec.information248 :=
3153: ben_cpe_shd.g_old_rec.information248;

Line 3153: ben_cpe_shd.g_old_rec.information248;

3149: ben_cpe_shd.g_old_rec.information247;
3150: End If;
3151: If (p_rec.information248 = hr_api.g_number) then
3152: p_rec.information248 :=
3153: ben_cpe_shd.g_old_rec.information248;
3154: End If;
3155: If (p_rec.information249 = hr_api.g_number) then
3156: p_rec.information249 :=
3157: ben_cpe_shd.g_old_rec.information249;

Line 3157: ben_cpe_shd.g_old_rec.information249;

3153: ben_cpe_shd.g_old_rec.information248;
3154: End If;
3155: If (p_rec.information249 = hr_api.g_number) then
3156: p_rec.information249 :=
3157: ben_cpe_shd.g_old_rec.information249;
3158: End If;
3159: If (p_rec.information250 = hr_api.g_number) then
3160: p_rec.information250 :=
3161: ben_cpe_shd.g_old_rec.information250;

Line 3161: ben_cpe_shd.g_old_rec.information250;

3157: ben_cpe_shd.g_old_rec.information249;
3158: End If;
3159: If (p_rec.information250 = hr_api.g_number) then
3160: p_rec.information250 :=
3161: ben_cpe_shd.g_old_rec.information250;
3162: End If;
3163: If (p_rec.information251 = hr_api.g_number) then
3164: p_rec.information251 :=
3165: ben_cpe_shd.g_old_rec.information251;

Line 3165: ben_cpe_shd.g_old_rec.information251;

3161: ben_cpe_shd.g_old_rec.information250;
3162: End If;
3163: If (p_rec.information251 = hr_api.g_number) then
3164: p_rec.information251 :=
3165: ben_cpe_shd.g_old_rec.information251;
3166: End If;
3167: If (p_rec.information252 = hr_api.g_number) then
3168: p_rec.information252 :=
3169: ben_cpe_shd.g_old_rec.information252;

Line 3169: ben_cpe_shd.g_old_rec.information252;

3165: ben_cpe_shd.g_old_rec.information251;
3166: End If;
3167: If (p_rec.information252 = hr_api.g_number) then
3168: p_rec.information252 :=
3169: ben_cpe_shd.g_old_rec.information252;
3170: End If;
3171: If (p_rec.information253 = hr_api.g_number) then
3172: p_rec.information253 :=
3173: ben_cpe_shd.g_old_rec.information253;

Line 3173: ben_cpe_shd.g_old_rec.information253;

3169: ben_cpe_shd.g_old_rec.information252;
3170: End If;
3171: If (p_rec.information253 = hr_api.g_number) then
3172: p_rec.information253 :=
3173: ben_cpe_shd.g_old_rec.information253;
3174: End If;
3175: If (p_rec.information254 = hr_api.g_number) then
3176: p_rec.information254 :=
3177: ben_cpe_shd.g_old_rec.information254;

Line 3177: ben_cpe_shd.g_old_rec.information254;

3173: ben_cpe_shd.g_old_rec.information253;
3174: End If;
3175: If (p_rec.information254 = hr_api.g_number) then
3176: p_rec.information254 :=
3177: ben_cpe_shd.g_old_rec.information254;
3178: End If;
3179: If (p_rec.information255 = hr_api.g_number) then
3180: p_rec.information255 :=
3181: ben_cpe_shd.g_old_rec.information255;

Line 3181: ben_cpe_shd.g_old_rec.information255;

3177: ben_cpe_shd.g_old_rec.information254;
3178: End If;
3179: If (p_rec.information255 = hr_api.g_number) then
3180: p_rec.information255 :=
3181: ben_cpe_shd.g_old_rec.information255;
3182: End If;
3183: If (p_rec.information256 = hr_api.g_number) then
3184: p_rec.information256 :=
3185: ben_cpe_shd.g_old_rec.information256;

Line 3185: ben_cpe_shd.g_old_rec.information256;

3181: ben_cpe_shd.g_old_rec.information255;
3182: End If;
3183: If (p_rec.information256 = hr_api.g_number) then
3184: p_rec.information256 :=
3185: ben_cpe_shd.g_old_rec.information256;
3186: End If;
3187: If (p_rec.information257 = hr_api.g_number) then
3188: p_rec.information257 :=
3189: ben_cpe_shd.g_old_rec.information257;

Line 3189: ben_cpe_shd.g_old_rec.information257;

3185: ben_cpe_shd.g_old_rec.information256;
3186: End If;
3187: If (p_rec.information257 = hr_api.g_number) then
3188: p_rec.information257 :=
3189: ben_cpe_shd.g_old_rec.information257;
3190: End If;
3191: If (p_rec.information258 = hr_api.g_number) then
3192: p_rec.information258 :=
3193: ben_cpe_shd.g_old_rec.information258;

Line 3193: ben_cpe_shd.g_old_rec.information258;

3189: ben_cpe_shd.g_old_rec.information257;
3190: End If;
3191: If (p_rec.information258 = hr_api.g_number) then
3192: p_rec.information258 :=
3193: ben_cpe_shd.g_old_rec.information258;
3194: End If;
3195: If (p_rec.information259 = hr_api.g_number) then
3196: p_rec.information259 :=
3197: ben_cpe_shd.g_old_rec.information259;

Line 3197: ben_cpe_shd.g_old_rec.information259;

3193: ben_cpe_shd.g_old_rec.information258;
3194: End If;
3195: If (p_rec.information259 = hr_api.g_number) then
3196: p_rec.information259 :=
3197: ben_cpe_shd.g_old_rec.information259;
3198: End If;
3199: If (p_rec.information260 = hr_api.g_number) then
3200: p_rec.information260 :=
3201: ben_cpe_shd.g_old_rec.information260;

Line 3201: ben_cpe_shd.g_old_rec.information260;

3197: ben_cpe_shd.g_old_rec.information259;
3198: End If;
3199: If (p_rec.information260 = hr_api.g_number) then
3200: p_rec.information260 :=
3201: ben_cpe_shd.g_old_rec.information260;
3202: End If;
3203: If (p_rec.information261 = hr_api.g_number) then
3204: p_rec.information261 :=
3205: ben_cpe_shd.g_old_rec.information261;

Line 3205: ben_cpe_shd.g_old_rec.information261;

3201: ben_cpe_shd.g_old_rec.information260;
3202: End If;
3203: If (p_rec.information261 = hr_api.g_number) then
3204: p_rec.information261 :=
3205: ben_cpe_shd.g_old_rec.information261;
3206: End If;
3207: If (p_rec.information262 = hr_api.g_number) then
3208: p_rec.information262 :=
3209: ben_cpe_shd.g_old_rec.information262;

Line 3209: ben_cpe_shd.g_old_rec.information262;

3205: ben_cpe_shd.g_old_rec.information261;
3206: End If;
3207: If (p_rec.information262 = hr_api.g_number) then
3208: p_rec.information262 :=
3209: ben_cpe_shd.g_old_rec.information262;
3210: End If;
3211: If (p_rec.information263 = hr_api.g_number) then
3212: p_rec.information263 :=
3213: ben_cpe_shd.g_old_rec.information263;

Line 3213: ben_cpe_shd.g_old_rec.information263;

3209: ben_cpe_shd.g_old_rec.information262;
3210: End If;
3211: If (p_rec.information263 = hr_api.g_number) then
3212: p_rec.information263 :=
3213: ben_cpe_shd.g_old_rec.information263;
3214: End If;
3215: If (p_rec.information264 = hr_api.g_number) then
3216: p_rec.information264 :=
3217: ben_cpe_shd.g_old_rec.information264;

Line 3217: ben_cpe_shd.g_old_rec.information264;

3213: ben_cpe_shd.g_old_rec.information263;
3214: End If;
3215: If (p_rec.information264 = hr_api.g_number) then
3216: p_rec.information264 :=
3217: ben_cpe_shd.g_old_rec.information264;
3218: End If;
3219: If (p_rec.information265 = hr_api.g_number) then
3220: p_rec.information265 :=
3221: ben_cpe_shd.g_old_rec.information265;

Line 3221: ben_cpe_shd.g_old_rec.information265;

3217: ben_cpe_shd.g_old_rec.information264;
3218: End If;
3219: If (p_rec.information265 = hr_api.g_number) then
3220: p_rec.information265 :=
3221: ben_cpe_shd.g_old_rec.information265;
3222: End If;
3223: If (p_rec.information266 = hr_api.g_number) then
3224: p_rec.information266 :=
3225: ben_cpe_shd.g_old_rec.information266;

Line 3225: ben_cpe_shd.g_old_rec.information266;

3221: ben_cpe_shd.g_old_rec.information265;
3222: End If;
3223: If (p_rec.information266 = hr_api.g_number) then
3224: p_rec.information266 :=
3225: ben_cpe_shd.g_old_rec.information266;
3226: End If;
3227: If (p_rec.information267 = hr_api.g_number) then
3228: p_rec.information267 :=
3229: ben_cpe_shd.g_old_rec.information267;

Line 3229: ben_cpe_shd.g_old_rec.information267;

3225: ben_cpe_shd.g_old_rec.information266;
3226: End If;
3227: If (p_rec.information267 = hr_api.g_number) then
3228: p_rec.information267 :=
3229: ben_cpe_shd.g_old_rec.information267;
3230: End If;
3231: If (p_rec.information268 = hr_api.g_number) then
3232: p_rec.information268 :=
3233: ben_cpe_shd.g_old_rec.information268;

Line 3233: ben_cpe_shd.g_old_rec.information268;

3229: ben_cpe_shd.g_old_rec.information267;
3230: End If;
3231: If (p_rec.information268 = hr_api.g_number) then
3232: p_rec.information268 :=
3233: ben_cpe_shd.g_old_rec.information268;
3234: End If;
3235: If (p_rec.information269 = hr_api.g_number) then
3236: p_rec.information269 :=
3237: ben_cpe_shd.g_old_rec.information269;

Line 3237: ben_cpe_shd.g_old_rec.information269;

3233: ben_cpe_shd.g_old_rec.information268;
3234: End If;
3235: If (p_rec.information269 = hr_api.g_number) then
3236: p_rec.information269 :=
3237: ben_cpe_shd.g_old_rec.information269;
3238: End If;
3239: If (p_rec.information270 = hr_api.g_number) then
3240: p_rec.information270 :=
3241: ben_cpe_shd.g_old_rec.information270;

Line 3241: ben_cpe_shd.g_old_rec.information270;

3237: ben_cpe_shd.g_old_rec.information269;
3238: End If;
3239: If (p_rec.information270 = hr_api.g_number) then
3240: p_rec.information270 :=
3241: ben_cpe_shd.g_old_rec.information270;
3242: End If;
3243: If (p_rec.information271 = hr_api.g_number) then
3244: p_rec.information271 :=
3245: ben_cpe_shd.g_old_rec.information271;

Line 3245: ben_cpe_shd.g_old_rec.information271;

3241: ben_cpe_shd.g_old_rec.information270;
3242: End If;
3243: If (p_rec.information271 = hr_api.g_number) then
3244: p_rec.information271 :=
3245: ben_cpe_shd.g_old_rec.information271;
3246: End If;
3247: If (p_rec.information272 = hr_api.g_number) then
3248: p_rec.information272 :=
3249: ben_cpe_shd.g_old_rec.information272;

Line 3249: ben_cpe_shd.g_old_rec.information272;

3245: ben_cpe_shd.g_old_rec.information271;
3246: End If;
3247: If (p_rec.information272 = hr_api.g_number) then
3248: p_rec.information272 :=
3249: ben_cpe_shd.g_old_rec.information272;
3250: End If;
3251: If (p_rec.information273 = hr_api.g_number) then
3252: p_rec.information273 :=
3253: ben_cpe_shd.g_old_rec.information273;

Line 3253: ben_cpe_shd.g_old_rec.information273;

3249: ben_cpe_shd.g_old_rec.information272;
3250: End If;
3251: If (p_rec.information273 = hr_api.g_number) then
3252: p_rec.information273 :=
3253: ben_cpe_shd.g_old_rec.information273;
3254: End If;
3255: If (p_rec.information274 = hr_api.g_number) then
3256: p_rec.information274 :=
3257: ben_cpe_shd.g_old_rec.information274;

Line 3257: ben_cpe_shd.g_old_rec.information274;

3253: ben_cpe_shd.g_old_rec.information273;
3254: End If;
3255: If (p_rec.information274 = hr_api.g_number) then
3256: p_rec.information274 :=
3257: ben_cpe_shd.g_old_rec.information274;
3258: End If;
3259: If (p_rec.information275 = hr_api.g_number) then
3260: p_rec.information275 :=
3261: ben_cpe_shd.g_old_rec.information275;

Line 3261: ben_cpe_shd.g_old_rec.information275;

3257: ben_cpe_shd.g_old_rec.information274;
3258: End If;
3259: If (p_rec.information275 = hr_api.g_number) then
3260: p_rec.information275 :=
3261: ben_cpe_shd.g_old_rec.information275;
3262: End If;
3263: If (p_rec.information276 = hr_api.g_number) then
3264: p_rec.information276 :=
3265: ben_cpe_shd.g_old_rec.information276;

Line 3265: ben_cpe_shd.g_old_rec.information276;

3261: ben_cpe_shd.g_old_rec.information275;
3262: End If;
3263: If (p_rec.information276 = hr_api.g_number) then
3264: p_rec.information276 :=
3265: ben_cpe_shd.g_old_rec.information276;
3266: End If;
3267: If (p_rec.information277 = hr_api.g_number) then
3268: p_rec.information277 :=
3269: ben_cpe_shd.g_old_rec.information277;

Line 3269: ben_cpe_shd.g_old_rec.information277;

3265: ben_cpe_shd.g_old_rec.information276;
3266: End If;
3267: If (p_rec.information277 = hr_api.g_number) then
3268: p_rec.information277 :=
3269: ben_cpe_shd.g_old_rec.information277;
3270: End If;
3271: If (p_rec.information278 = hr_api.g_number) then
3272: p_rec.information278 :=
3273: ben_cpe_shd.g_old_rec.information278;

Line 3273: ben_cpe_shd.g_old_rec.information278;

3269: ben_cpe_shd.g_old_rec.information277;
3270: End If;
3271: If (p_rec.information278 = hr_api.g_number) then
3272: p_rec.information278 :=
3273: ben_cpe_shd.g_old_rec.information278;
3274: End If;
3275: If (p_rec.information279 = hr_api.g_number) then
3276: p_rec.information279 :=
3277: ben_cpe_shd.g_old_rec.information279;

Line 3277: ben_cpe_shd.g_old_rec.information279;

3273: ben_cpe_shd.g_old_rec.information278;
3274: End If;
3275: If (p_rec.information279 = hr_api.g_number) then
3276: p_rec.information279 :=
3277: ben_cpe_shd.g_old_rec.information279;
3278: End If;
3279: If (p_rec.information280 = hr_api.g_number) then
3280: p_rec.information280 :=
3281: ben_cpe_shd.g_old_rec.information280;

Line 3281: ben_cpe_shd.g_old_rec.information280;

3277: ben_cpe_shd.g_old_rec.information279;
3278: End If;
3279: If (p_rec.information280 = hr_api.g_number) then
3280: p_rec.information280 :=
3281: ben_cpe_shd.g_old_rec.information280;
3282: End If;
3283: If (p_rec.information281 = hr_api.g_number) then
3284: p_rec.information281 :=
3285: ben_cpe_shd.g_old_rec.information281;

Line 3285: ben_cpe_shd.g_old_rec.information281;

3281: ben_cpe_shd.g_old_rec.information280;
3282: End If;
3283: If (p_rec.information281 = hr_api.g_number) then
3284: p_rec.information281 :=
3285: ben_cpe_shd.g_old_rec.information281;
3286: End If;
3287: If (p_rec.information282 = hr_api.g_number) then
3288: p_rec.information282 :=
3289: ben_cpe_shd.g_old_rec.information282;

Line 3289: ben_cpe_shd.g_old_rec.information282;

3285: ben_cpe_shd.g_old_rec.information281;
3286: End If;
3287: If (p_rec.information282 = hr_api.g_number) then
3288: p_rec.information282 :=
3289: ben_cpe_shd.g_old_rec.information282;
3290: End If;
3291: If (p_rec.information283 = hr_api.g_number) then
3292: p_rec.information283 :=
3293: ben_cpe_shd.g_old_rec.information283;

Line 3293: ben_cpe_shd.g_old_rec.information283;

3289: ben_cpe_shd.g_old_rec.information282;
3290: End If;
3291: If (p_rec.information283 = hr_api.g_number) then
3292: p_rec.information283 :=
3293: ben_cpe_shd.g_old_rec.information283;
3294: End If;
3295: If (p_rec.information284 = hr_api.g_number) then
3296: p_rec.information284 :=
3297: ben_cpe_shd.g_old_rec.information284;

Line 3297: ben_cpe_shd.g_old_rec.information284;

3293: ben_cpe_shd.g_old_rec.information283;
3294: End If;
3295: If (p_rec.information284 = hr_api.g_number) then
3296: p_rec.information284 :=
3297: ben_cpe_shd.g_old_rec.information284;
3298: End If;
3299: If (p_rec.information285 = hr_api.g_number) then
3300: p_rec.information285 :=
3301: ben_cpe_shd.g_old_rec.information285;

Line 3301: ben_cpe_shd.g_old_rec.information285;

3297: ben_cpe_shd.g_old_rec.information284;
3298: End If;
3299: If (p_rec.information285 = hr_api.g_number) then
3300: p_rec.information285 :=
3301: ben_cpe_shd.g_old_rec.information285;
3302: End If;
3303: If (p_rec.information286 = hr_api.g_number) then
3304: p_rec.information286 :=
3305: ben_cpe_shd.g_old_rec.information286;

Line 3305: ben_cpe_shd.g_old_rec.information286;

3301: ben_cpe_shd.g_old_rec.information285;
3302: End If;
3303: If (p_rec.information286 = hr_api.g_number) then
3304: p_rec.information286 :=
3305: ben_cpe_shd.g_old_rec.information286;
3306: End If;
3307: If (p_rec.information287 = hr_api.g_number) then
3308: p_rec.information287 :=
3309: ben_cpe_shd.g_old_rec.information287;

Line 3309: ben_cpe_shd.g_old_rec.information287;

3305: ben_cpe_shd.g_old_rec.information286;
3306: End If;
3307: If (p_rec.information287 = hr_api.g_number) then
3308: p_rec.information287 :=
3309: ben_cpe_shd.g_old_rec.information287;
3310: End If;
3311: If (p_rec.information288 = hr_api.g_number) then
3312: p_rec.information288 :=
3313: ben_cpe_shd.g_old_rec.information288;

Line 3313: ben_cpe_shd.g_old_rec.information288;

3309: ben_cpe_shd.g_old_rec.information287;
3310: End If;
3311: If (p_rec.information288 = hr_api.g_number) then
3312: p_rec.information288 :=
3313: ben_cpe_shd.g_old_rec.information288;
3314: End If;
3315: If (p_rec.information289 = hr_api.g_number) then
3316: p_rec.information289 :=
3317: ben_cpe_shd.g_old_rec.information289;

Line 3317: ben_cpe_shd.g_old_rec.information289;

3313: ben_cpe_shd.g_old_rec.information288;
3314: End If;
3315: If (p_rec.information289 = hr_api.g_number) then
3316: p_rec.information289 :=
3317: ben_cpe_shd.g_old_rec.information289;
3318: End If;
3319: If (p_rec.information290 = hr_api.g_number) then
3320: p_rec.information290 :=
3321: ben_cpe_shd.g_old_rec.information290;

Line 3321: ben_cpe_shd.g_old_rec.information290;

3317: ben_cpe_shd.g_old_rec.information289;
3318: End If;
3319: If (p_rec.information290 = hr_api.g_number) then
3320: p_rec.information290 :=
3321: ben_cpe_shd.g_old_rec.information290;
3322: End If;
3323: If (p_rec.information291 = hr_api.g_number) then
3324: p_rec.information291 :=
3325: ben_cpe_shd.g_old_rec.information291;

Line 3325: ben_cpe_shd.g_old_rec.information291;

3321: ben_cpe_shd.g_old_rec.information290;
3322: End If;
3323: If (p_rec.information291 = hr_api.g_number) then
3324: p_rec.information291 :=
3325: ben_cpe_shd.g_old_rec.information291;
3326: End If;
3327: If (p_rec.information292 = hr_api.g_number) then
3328: p_rec.information292 :=
3329: ben_cpe_shd.g_old_rec.information292;

Line 3329: ben_cpe_shd.g_old_rec.information292;

3325: ben_cpe_shd.g_old_rec.information291;
3326: End If;
3327: If (p_rec.information292 = hr_api.g_number) then
3328: p_rec.information292 :=
3329: ben_cpe_shd.g_old_rec.information292;
3330: End If;
3331: If (p_rec.information293 = hr_api.g_number) then
3332: p_rec.information293 :=
3333: ben_cpe_shd.g_old_rec.information293;

Line 3333: ben_cpe_shd.g_old_rec.information293;

3329: ben_cpe_shd.g_old_rec.information292;
3330: End If;
3331: If (p_rec.information293 = hr_api.g_number) then
3332: p_rec.information293 :=
3333: ben_cpe_shd.g_old_rec.information293;
3334: End If;
3335: If (p_rec.information294 = hr_api.g_number) then
3336: p_rec.information294 :=
3337: ben_cpe_shd.g_old_rec.information294;

Line 3337: ben_cpe_shd.g_old_rec.information294;

3333: ben_cpe_shd.g_old_rec.information293;
3334: End If;
3335: If (p_rec.information294 = hr_api.g_number) then
3336: p_rec.information294 :=
3337: ben_cpe_shd.g_old_rec.information294;
3338: End If;
3339: If (p_rec.information295 = hr_api.g_number) then
3340: p_rec.information295 :=
3341: ben_cpe_shd.g_old_rec.information295;

Line 3341: ben_cpe_shd.g_old_rec.information295;

3337: ben_cpe_shd.g_old_rec.information294;
3338: End If;
3339: If (p_rec.information295 = hr_api.g_number) then
3340: p_rec.information295 :=
3341: ben_cpe_shd.g_old_rec.information295;
3342: End If;
3343: If (p_rec.information296 = hr_api.g_number) then
3344: p_rec.information296 :=
3345: ben_cpe_shd.g_old_rec.information296;

Line 3345: ben_cpe_shd.g_old_rec.information296;

3341: ben_cpe_shd.g_old_rec.information295;
3342: End If;
3343: If (p_rec.information296 = hr_api.g_number) then
3344: p_rec.information296 :=
3345: ben_cpe_shd.g_old_rec.information296;
3346: End If;
3347: If (p_rec.information297 = hr_api.g_number) then
3348: p_rec.information297 :=
3349: ben_cpe_shd.g_old_rec.information297;

Line 3349: ben_cpe_shd.g_old_rec.information297;

3345: ben_cpe_shd.g_old_rec.information296;
3346: End If;
3347: If (p_rec.information297 = hr_api.g_number) then
3348: p_rec.information297 :=
3349: ben_cpe_shd.g_old_rec.information297;
3350: End If;
3351: If (p_rec.information298 = hr_api.g_number) then
3352: p_rec.information298 :=
3353: ben_cpe_shd.g_old_rec.information298;

Line 3353: ben_cpe_shd.g_old_rec.information298;

3349: ben_cpe_shd.g_old_rec.information297;
3350: End If;
3351: If (p_rec.information298 = hr_api.g_number) then
3352: p_rec.information298 :=
3353: ben_cpe_shd.g_old_rec.information298;
3354: End If;
3355: If (p_rec.information299 = hr_api.g_number) then
3356: p_rec.information299 :=
3357: ben_cpe_shd.g_old_rec.information299;

Line 3357: ben_cpe_shd.g_old_rec.information299;

3353: ben_cpe_shd.g_old_rec.information298;
3354: End If;
3355: If (p_rec.information299 = hr_api.g_number) then
3356: p_rec.information299 :=
3357: ben_cpe_shd.g_old_rec.information299;
3358: End If;
3359: If (p_rec.information300 = hr_api.g_number) then
3360: p_rec.information300 :=
3361: ben_cpe_shd.g_old_rec.information300;

Line 3361: ben_cpe_shd.g_old_rec.information300;

3357: ben_cpe_shd.g_old_rec.information299;
3358: End If;
3359: If (p_rec.information300 = hr_api.g_number) then
3360: p_rec.information300 :=
3361: ben_cpe_shd.g_old_rec.information300;
3362: End If;
3363: If (p_rec.information301 = hr_api.g_number) then
3364: p_rec.information301 :=
3365: ben_cpe_shd.g_old_rec.information301;

Line 3365: ben_cpe_shd.g_old_rec.information301;

3361: ben_cpe_shd.g_old_rec.information300;
3362: End If;
3363: If (p_rec.information301 = hr_api.g_number) then
3364: p_rec.information301 :=
3365: ben_cpe_shd.g_old_rec.information301;
3366: End If;
3367: If (p_rec.information302 = hr_api.g_number) then
3368: p_rec.information302 :=
3369: ben_cpe_shd.g_old_rec.information302;

Line 3369: ben_cpe_shd.g_old_rec.information302;

3365: ben_cpe_shd.g_old_rec.information301;
3366: End If;
3367: If (p_rec.information302 = hr_api.g_number) then
3368: p_rec.information302 :=
3369: ben_cpe_shd.g_old_rec.information302;
3370: End If;
3371: If (p_rec.information303 = hr_api.g_number) then
3372: p_rec.information303 :=
3373: ben_cpe_shd.g_old_rec.information303;

Line 3373: ben_cpe_shd.g_old_rec.information303;

3369: ben_cpe_shd.g_old_rec.information302;
3370: End If;
3371: If (p_rec.information303 = hr_api.g_number) then
3372: p_rec.information303 :=
3373: ben_cpe_shd.g_old_rec.information303;
3374: End If;
3375: If (p_rec.information304 = hr_api.g_number) then
3376: p_rec.information304 :=
3377: ben_cpe_shd.g_old_rec.information304;

Line 3377: ben_cpe_shd.g_old_rec.information304;

3373: ben_cpe_shd.g_old_rec.information303;
3374: End If;
3375: If (p_rec.information304 = hr_api.g_number) then
3376: p_rec.information304 :=
3377: ben_cpe_shd.g_old_rec.information304;
3378: End If;
3379:
3380: /* Extra Reserved Columns
3381: If (p_rec.information305 = hr_api.g_number) then

Line 3383: ben_cpe_shd.g_old_rec.information305;

3379:
3380: /* Extra Reserved Columns
3381: If (p_rec.information305 = hr_api.g_number) then
3382: p_rec.information305 :=
3383: ben_cpe_shd.g_old_rec.information305;
3384: End If;
3385: */
3386:
3387: If (p_rec.information306 = hr_api.g_date) then

Line 3389: ben_cpe_shd.g_old_rec.information306;

3385: */
3386:
3387: If (p_rec.information306 = hr_api.g_date) then
3388: p_rec.information306 :=
3389: ben_cpe_shd.g_old_rec.information306;
3390: End If;
3391: If (p_rec.information307 = hr_api.g_date) then
3392: p_rec.information307 :=
3393: ben_cpe_shd.g_old_rec.information307;

Line 3393: ben_cpe_shd.g_old_rec.information307;

3389: ben_cpe_shd.g_old_rec.information306;
3390: End If;
3391: If (p_rec.information307 = hr_api.g_date) then
3392: p_rec.information307 :=
3393: ben_cpe_shd.g_old_rec.information307;
3394: End If;
3395: If (p_rec.information308 = hr_api.g_date) then
3396: p_rec.information308 :=
3397: ben_cpe_shd.g_old_rec.information308;

Line 3397: ben_cpe_shd.g_old_rec.information308;

3393: ben_cpe_shd.g_old_rec.information307;
3394: End If;
3395: If (p_rec.information308 = hr_api.g_date) then
3396: p_rec.information308 :=
3397: ben_cpe_shd.g_old_rec.information308;
3398: End If;
3399: If (p_rec.information309 = hr_api.g_date) then
3400: p_rec.information309 :=
3401: ben_cpe_shd.g_old_rec.information309;

Line 3401: ben_cpe_shd.g_old_rec.information309;

3397: ben_cpe_shd.g_old_rec.information308;
3398: End If;
3399: If (p_rec.information309 = hr_api.g_date) then
3400: p_rec.information309 :=
3401: ben_cpe_shd.g_old_rec.information309;
3402: End If;
3403: If (p_rec.information310 = hr_api.g_date) then
3404: p_rec.information310 :=
3405: ben_cpe_shd.g_old_rec.information310;

Line 3405: ben_cpe_shd.g_old_rec.information310;

3401: ben_cpe_shd.g_old_rec.information309;
3402: End If;
3403: If (p_rec.information310 = hr_api.g_date) then
3404: p_rec.information310 :=
3405: ben_cpe_shd.g_old_rec.information310;
3406: End If;
3407: If (p_rec.information311 = hr_api.g_date) then
3408: p_rec.information311 :=
3409: ben_cpe_shd.g_old_rec.information311;

Line 3409: ben_cpe_shd.g_old_rec.information311;

3405: ben_cpe_shd.g_old_rec.information310;
3406: End If;
3407: If (p_rec.information311 = hr_api.g_date) then
3408: p_rec.information311 :=
3409: ben_cpe_shd.g_old_rec.information311;
3410: End If;
3411: If (p_rec.information312 = hr_api.g_date) then
3412: p_rec.information312 :=
3413: ben_cpe_shd.g_old_rec.information312;

Line 3413: ben_cpe_shd.g_old_rec.information312;

3409: ben_cpe_shd.g_old_rec.information311;
3410: End If;
3411: If (p_rec.information312 = hr_api.g_date) then
3412: p_rec.information312 :=
3413: ben_cpe_shd.g_old_rec.information312;
3414: End If;
3415: If (p_rec.information313 = hr_api.g_date) then
3416: p_rec.information313 :=
3417: ben_cpe_shd.g_old_rec.information313;

Line 3417: ben_cpe_shd.g_old_rec.information313;

3413: ben_cpe_shd.g_old_rec.information312;
3414: End If;
3415: If (p_rec.information313 = hr_api.g_date) then
3416: p_rec.information313 :=
3417: ben_cpe_shd.g_old_rec.information313;
3418: End If;
3419: If (p_rec.information314 = hr_api.g_date) then
3420: p_rec.information314 :=
3421: ben_cpe_shd.g_old_rec.information314;

Line 3421: ben_cpe_shd.g_old_rec.information314;

3417: ben_cpe_shd.g_old_rec.information313;
3418: End If;
3419: If (p_rec.information314 = hr_api.g_date) then
3420: p_rec.information314 :=
3421: ben_cpe_shd.g_old_rec.information314;
3422: End If;
3423: If (p_rec.information315 = hr_api.g_date) then
3424: p_rec.information315 :=
3425: ben_cpe_shd.g_old_rec.information315;

Line 3425: ben_cpe_shd.g_old_rec.information315;

3421: ben_cpe_shd.g_old_rec.information314;
3422: End If;
3423: If (p_rec.information315 = hr_api.g_date) then
3424: p_rec.information315 :=
3425: ben_cpe_shd.g_old_rec.information315;
3426: End If;
3427: If (p_rec.information316 = hr_api.g_date) then
3428: p_rec.information316 :=
3429: ben_cpe_shd.g_old_rec.information316;

Line 3429: ben_cpe_shd.g_old_rec.information316;

3425: ben_cpe_shd.g_old_rec.information315;
3426: End If;
3427: If (p_rec.information316 = hr_api.g_date) then
3428: p_rec.information316 :=
3429: ben_cpe_shd.g_old_rec.information316;
3430: End If;
3431: If (p_rec.information317 = hr_api.g_date) then
3432: p_rec.information317 :=
3433: ben_cpe_shd.g_old_rec.information317;

Line 3433: ben_cpe_shd.g_old_rec.information317;

3429: ben_cpe_shd.g_old_rec.information316;
3430: End If;
3431: If (p_rec.information317 = hr_api.g_date) then
3432: p_rec.information317 :=
3433: ben_cpe_shd.g_old_rec.information317;
3434: End If;
3435: If (p_rec.information318 = hr_api.g_date) then
3436: p_rec.information318 :=
3437: ben_cpe_shd.g_old_rec.information318;

Line 3437: ben_cpe_shd.g_old_rec.information318;

3433: ben_cpe_shd.g_old_rec.information317;
3434: End If;
3435: If (p_rec.information318 = hr_api.g_date) then
3436: p_rec.information318 :=
3437: ben_cpe_shd.g_old_rec.information318;
3438: End If;
3439: If (p_rec.information319 = hr_api.g_date) then
3440: p_rec.information319 :=
3441: ben_cpe_shd.g_old_rec.information319;

Line 3441: ben_cpe_shd.g_old_rec.information319;

3437: ben_cpe_shd.g_old_rec.information318;
3438: End If;
3439: If (p_rec.information319 = hr_api.g_date) then
3440: p_rec.information319 :=
3441: ben_cpe_shd.g_old_rec.information319;
3442: End If;
3443: If (p_rec.information320 = hr_api.g_date) then
3444: p_rec.information320 :=
3445: ben_cpe_shd.g_old_rec.information320;

Line 3445: ben_cpe_shd.g_old_rec.information320;

3441: ben_cpe_shd.g_old_rec.information319;
3442: End If;
3443: If (p_rec.information320 = hr_api.g_date) then
3444: p_rec.information320 :=
3445: ben_cpe_shd.g_old_rec.information320;
3446: End If;
3447:
3448: /* Extra Reserved Columns
3449: If (p_rec.information321 = hr_api.g_date) then

Line 3451: ben_cpe_shd.g_old_rec.information321;

3447:
3448: /* Extra Reserved Columns
3449: If (p_rec.information321 = hr_api.g_date) then
3450: p_rec.information321 :=
3451: ben_cpe_shd.g_old_rec.information321;
3452: End If;
3453: If (p_rec.information322 = hr_api.g_date) then
3454: p_rec.information322 :=
3455: ben_cpe_shd.g_old_rec.information322;

Line 3455: ben_cpe_shd.g_old_rec.information322;

3451: ben_cpe_shd.g_old_rec.information321;
3452: End If;
3453: If (p_rec.information322 = hr_api.g_date) then
3454: p_rec.information322 :=
3455: ben_cpe_shd.g_old_rec.information322;
3456: End If;
3457: */
3458:
3459: /*

Line 3462: ben_cpe_shd.g_old_rec.information323;

3458:
3459: /*
3460: If (p_rec.information323 = hr_api.g_long) then
3461: p_rec.information323 :=
3462: ben_cpe_shd.g_old_rec.information323;
3463: End If;
3464: */
3465: If (p_rec.datetrack_mode = hr_api.g_varchar2) then
3466: p_rec.datetrack_mode :=

Line 3467: ben_cpe_shd.g_old_rec.datetrack_mode;

3463: End If;
3464: */
3465: If (p_rec.datetrack_mode = hr_api.g_varchar2) then
3466: p_rec.datetrack_mode :=
3467: ben_cpe_shd.g_old_rec.datetrack_mode;
3468: End If;
3469: --
3470: End convert_defs;
3471: --

Line 3477: ,p_rec in out nocopy ben_cpe_shd.g_rec_type

3473: -- |---------------------------------< upd >----------------------------------|
3474: -- ----------------------------------------------------------------------------
3475: Procedure upd
3476: (p_effective_date in date
3477: ,p_rec in out nocopy ben_cpe_shd.g_rec_type
3478: ) is
3479: --
3480: l_proc varchar2(72) := g_package||'upd';
3481: --

Line 3487: ben_cpe_shd.lck

3483: hr_utility.set_location('Entering:'||l_proc, 5);
3484: --
3485: -- We must lock the row which we need to update.
3486: --
3487: ben_cpe_shd.lck
3488: (p_rec.copy_entity_result_id
3489: ,p_rec.object_version_number
3490: );
3491: --

Line 3903: l_rec ben_cpe_shd.g_rec_type;

3899: ,p_information323 in long
3900: ,p_datetrack_mode in varchar2 default hr_api.g_varchar2
3901: ) is
3902: --
3903: l_rec ben_cpe_shd.g_rec_type;
3904: l_proc varchar2(72) := g_package||'upd';
3905: --
3906: Begin
3907: hr_utility.set_location('Entering:'||l_proc, 5);

Line 3913: ben_cpe_shd.convert_args

3909: -- Call conversion function to turn arguments into the
3910: -- l_rec structure.
3911: --
3912: l_rec :=
3913: ben_cpe_shd.convert_args
3914: (p_copy_entity_result_id
3915: ,p_copy_entity_txn_id
3916: ,p_src_copy_entity_result_id
3917: ,p_result_type_cd