DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_FIVE dependencies on HR_UTILITY

Line 79: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);

75: l_update boolean := true ;
76: l_datetrack_mode varchar2(80) := p_datetrack_mode ;
77: begin
78: --
79: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
80: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
81: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
82: hr_utility.set_location('p_effective_date '||p_effective_date,10);
83: --

Line 80: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);

76: l_datetrack_mode varchar2(80) := p_datetrack_mode ;
77: begin
78: --
79: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
80: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
81: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
82: hr_utility.set_location('p_effective_date '||p_effective_date,10);
83: --
84: if p_effective_end_date <> hr_api.g_eot then

Line 81: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);

77: begin
78: --
79: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
80: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
81: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
82: hr_utility.set_location('p_effective_date '||p_effective_date,10);
83: --
84: if p_effective_end_date <> hr_api.g_eot then
85: --

Line 82: hr_utility.set_location('p_effective_date '||p_effective_date,10);

78: --
79: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
80: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
81: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
82: hr_utility.set_location('p_effective_date '||p_effective_date,10);
83: --
84: if p_effective_end_date <> hr_api.g_eot then
85: --
86: if p_dml_operation = 'INSERT' then

Line 177: hr_utility.set_location('Leaving get_dt_modes p_dt_mode '||p_datetrack_mode,10);

173: --
174: p_datetrack_mode := l_datetrack_mode ;
175: -- p_update := l_update ;
176: --
177: hr_utility.set_location('Leaving get_dt_modes p_dt_mode '||p_datetrack_mode,10);
178: --
179: end get_dt_modes ;
180: --
181: procedure get_elm_inpt_ids(p_elm_old_name in varchar2

Line 215: hr_utility.set_location('get_elm_inpt_ids ' ||p_elm_new_id,100);

211: fetch c_input_values into p_inpt_new_id;
212: close c_input_values;
213: --
214:
215: hr_utility.set_location('get_elm_inpt_ids ' ||p_elm_new_id,100);
216: hr_utility.set_location('get_elm_inpt_ids ' ||p_inpt_new_id,100);
217:
218: end get_elm_inpt_ids;
219: --

Line 216: hr_utility.set_location('get_elm_inpt_ids ' ||p_inpt_new_id,100);

212: close c_input_values;
213: --
214:
215: hr_utility.set_location('get_elm_inpt_ids ' ||p_elm_new_id,100);
216: hr_utility.set_location('get_elm_inpt_ids ' ||p_inpt_new_id,100);
217:
218: end get_elm_inpt_ids;
219: --
220: -- Private procedure to update the cer with target details

Line 224: hr_utility.set_location('Inside update_cer_with_target ',233);

220: -- Private procedure to update the cer with target details
221: --
222: procedure update_cer_with_target(c_pk_rec BEN_PD_COPY_TO_BEN_one.G_PK_REC_TYPE, p_copy_entity_txn_id in number) is
223: begin
224: hr_utility.set_location('Inside update_cer_with_target ',233);
225: update ben_copy_entity_results
226: set information9 = c_pk_rec.copy_reuse_type||'-'||c_pk_rec.new_value
227: where copy_entity_txn_id = p_copy_entity_txn_id
228: and table_route_id = c_pk_rec.table_route_id

Line 405: hr_utility.set_location(' r_CTU_unique.table_route_id '||r_CTU_unique.table_route_id,10);

401: r_CTU_unique.information3 >=
402: ben_pd_copy_to_ben_one.g_copy_effective_date)
403: ) then
404: --
405: hr_utility.set_location(' r_CTU_unique.table_route_id '||r_CTU_unique.table_route_id,10);
406: hr_utility.set_location(' r_CTU_unique.information1 '||r_CTU_unique.information1,10);
407: hr_utility.set_location( 'r_CTU_unique.information2 '||r_CTU_unique.information2,10);
408: hr_utility.set_location( 'r_CTU_unique.information3 '||r_CTU_unique.information3,10);
409: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 406: hr_utility.set_location(' r_CTU_unique.information1 '||r_CTU_unique.information1,10);

402: ben_pd_copy_to_ben_one.g_copy_effective_date)
403: ) then
404: --
405: hr_utility.set_location(' r_CTU_unique.table_route_id '||r_CTU_unique.table_route_id,10);
406: hr_utility.set_location(' r_CTU_unique.information1 '||r_CTU_unique.information1,10);
407: hr_utility.set_location( 'r_CTU_unique.information2 '||r_CTU_unique.information2,10);
408: hr_utility.set_location( 'r_CTU_unique.information3 '||r_CTU_unique.information3,10);
409: -- If reuse objects flag is 'Y' then check for the object in the target business group
410: -- if found insert the record into PLSql table and exit the loop else try create the

Line 407: hr_utility.set_location( 'r_CTU_unique.information2 '||r_CTU_unique.information2,10);

403: ) then
404: --
405: hr_utility.set_location(' r_CTU_unique.table_route_id '||r_CTU_unique.table_route_id,10);
406: hr_utility.set_location(' r_CTU_unique.information1 '||r_CTU_unique.information1,10);
407: hr_utility.set_location( 'r_CTU_unique.information2 '||r_CTU_unique.information2,10);
408: hr_utility.set_location( 'r_CTU_unique.information3 '||r_CTU_unique.information3,10);
409: -- If reuse objects flag is 'Y' then check for the object in the target business group
410: -- if found insert the record into PLSql table and exit the loop else try create the
411: -- object in the target business group

Line 408: hr_utility.set_location( 'r_CTU_unique.information3 '||r_CTU_unique.information3,10);

404: --
405: hr_utility.set_location(' r_CTU_unique.table_route_id '||r_CTU_unique.table_route_id,10);
406: hr_utility.set_location(' r_CTU_unique.information1 '||r_CTU_unique.information1,10);
407: hr_utility.set_location( 'r_CTU_unique.information2 '||r_CTU_unique.information2,10);
408: hr_utility.set_location( 'r_CTU_unique.information3 '||r_CTU_unique.information3,10);
409: -- If reuse objects flag is 'Y' then check for the object in the target business group
410: -- if found insert the record into PLSql table and exit the loop else try create the
411: -- object in the target business group
412: --

Line 462: hr_utility.set_location( 'found record for update',10);

458: -- DOUBT WHERE IS NAME ?
459: -- log_data('CTU',l_new_value,l_prefix || r_CTU_unique.name|| l_suffix,'REUSED');
460: --
461: end if ;
462: hr_utility.set_location( 'found record for update',10);
463: --
464: else
465: --
466: l_update := false;

Line 548: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

544: -- UPD END
545: --
546: l_current_pk_id := r_CTU.information1;
547: --
548: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
549: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
550: --
551: if l_current_pk_id = l_prev_pk_id then
552: --

Line 549: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

545: --
546: l_current_pk_id := r_CTU.information1;
547: --
548: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
549: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
550: --
551: if l_current_pk_id = l_prev_pk_id then
552: --
553: l_first_rec := false ;

Line 574: hr_utility.set_location(' BEN_CM_TYP_USG_F CREATE_CM_TYP_USG ',20);

570: if l_first_rec and not l_update then
571: -- UPD END
572:
573: -- Call Create routine.
574: hr_utility.set_location(' BEN_CM_TYP_USG_F CREATE_CM_TYP_USG ',20);
575: BEN_CM_TYP_USG_API.CREATE_CM_TYP_USG(
576: --
577: P_VALIDATE => false
578: ,P_EFFECTIVE_DATE => l_effective_date

Line 630: hr_utility.set_location('Before plsql table ',222);

626: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
627: );
628: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
629: -- Update all relevent cer records with new pk_id
630: hr_utility.set_location('Before plsql table ',222);
631: hr_utility.set_location('new_value id '||l_cm_typ_usg_id,222);
632: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_TYP_USG_ID' ;
633: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CTU.information1 ;
634: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_TYP_USG_ID ;

Line 631: hr_utility.set_location('new_value id '||l_cm_typ_usg_id,222);

627: );
628: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
629: -- Update all relevent cer records with new pk_id
630: hr_utility.set_location('Before plsql table ',222);
631: hr_utility.set_location('new_value id '||l_cm_typ_usg_id,222);
632: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_TYP_USG_ID' ;
633: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CTU.information1 ;
634: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_TYP_USG_ID ;
635: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 637: hr_utility.set_location('After plsql table ',222);

633: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CTU.information1 ;
634: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_TYP_USG_ID ;
635: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
636: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_CTU_unique.table_route_id;
637: hr_utility.set_location('After plsql table ',222);
638: --
639: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
640: --
641: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 647: hr_utility.set_location(' BEN_CM_TYP_USG_F UPDATE_CM_TYP_USG ',30);

643: else
644: --
645: -- Call Update routine for the pk_id created in prev run .
646: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
647: hr_utility.set_location(' BEN_CM_TYP_USG_F UPDATE_CM_TYP_USG ',30);
648:
649: --UPD START
650: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
651: --

Line 650: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

646: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
647: hr_utility.set_location(' BEN_CM_TYP_USG_F UPDATE_CM_TYP_USG ',30);
648:
649: --UPD START
650: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
651: --
652: if l_update then
653: --
654: l_datetrack_mode := r_CTU.datetrack_mode ;

Line 670: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

666: l_object_version_number := r_CTU.information265;
667: --
668: end if;
669: --
670: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
671: --
672: IF l_update OR l_dml_operation <> 'UPDATE' THEN
673: --UPD END
674: --

Line 920: hr_utility.set_location(' r_CTT_unique.table_route_id '||r_CTT_unique.table_route_id,10);

916: r_CTT_unique.information3 >=
917: ben_pd_copy_to_ben_one.g_copy_effective_date)
918: ) then
919: --
920: hr_utility.set_location(' r_CTT_unique.table_route_id '||r_CTT_unique.table_route_id,10);
921: hr_utility.set_location(' r_CTT_unique.information1 '||r_CTT_unique.information1,10);
922: hr_utility.set_location( 'r_CTT_unique.information2 '||r_CTT_unique.information2,10);
923: hr_utility.set_location( 'r_CTT_unique.information3 '||r_CTT_unique.information3,10);
924: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 921: hr_utility.set_location(' r_CTT_unique.information1 '||r_CTT_unique.information1,10);

917: ben_pd_copy_to_ben_one.g_copy_effective_date)
918: ) then
919: --
920: hr_utility.set_location(' r_CTT_unique.table_route_id '||r_CTT_unique.table_route_id,10);
921: hr_utility.set_location(' r_CTT_unique.information1 '||r_CTT_unique.information1,10);
922: hr_utility.set_location( 'r_CTT_unique.information2 '||r_CTT_unique.information2,10);
923: hr_utility.set_location( 'r_CTT_unique.information3 '||r_CTT_unique.information3,10);
924: -- If reuse objects flag is 'Y' then check for the object in the target business group
925: -- if found insert the record into PLSql table and exit the loop else try create the

Line 922: hr_utility.set_location( 'r_CTT_unique.information2 '||r_CTT_unique.information2,10);

918: ) then
919: --
920: hr_utility.set_location(' r_CTT_unique.table_route_id '||r_CTT_unique.table_route_id,10);
921: hr_utility.set_location(' r_CTT_unique.information1 '||r_CTT_unique.information1,10);
922: hr_utility.set_location( 'r_CTT_unique.information2 '||r_CTT_unique.information2,10);
923: hr_utility.set_location( 'r_CTT_unique.information3 '||r_CTT_unique.information3,10);
924: -- If reuse objects flag is 'Y' then check for the object in the target business group
925: -- if found insert the record into PLSql table and exit the loop else try create the
926: -- object in the target business group

Line 923: hr_utility.set_location( 'r_CTT_unique.information3 '||r_CTT_unique.information3,10);

919: --
920: hr_utility.set_location(' r_CTT_unique.table_route_id '||r_CTT_unique.table_route_id,10);
921: hr_utility.set_location(' r_CTT_unique.information1 '||r_CTT_unique.information1,10);
922: hr_utility.set_location( 'r_CTT_unique.information2 '||r_CTT_unique.information2,10);
923: hr_utility.set_location( 'r_CTT_unique.information3 '||r_CTT_unique.information3,10);
924: -- If reuse objects flag is 'Y' then check for the object in the target business group
925: -- if found insert the record into PLSql table and exit the loop else try create the
926: -- object in the target business group
927: --

Line 970: hr_utility.set_location( 'found record for update',10);

966: -- DOUBT
967: --log_data('CTT',l_new_value,l_prefix || r_CTT_unique.name|| l_suffix,'REUSED');
968: --
969: end if ;
970: hr_utility.set_location( 'found record for update',10);
971: --
972: else
973: --
974: l_update := false;

Line 1052: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

1048: -- UPD END
1049: --
1050: l_current_pk_id := r_CTT.information1;
1051: --
1052: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1053: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1054: --
1055: if l_current_pk_id = l_prev_pk_id then
1056: --

Line 1053: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

1049: --
1050: l_current_pk_id := r_CTT.information1;
1051: --
1052: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1053: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1054: --
1055: if l_current_pk_id = l_prev_pk_id then
1056: --
1057: l_first_rec := false ;

Line 1076: hr_utility.set_location(' BEN_CM_TYP_TRGR_F CREATE_CM_TYP_TRGR ',20);

1072: --if l_first_rec then
1073: if l_first_rec and not l_update then
1074: -- UPD END
1075: -- Call Create routine.
1076: hr_utility.set_location(' BEN_CM_TYP_TRGR_F CREATE_CM_TYP_TRGR ',20);
1077: BEN_CM_TYP_TRGR_API.CREATE_CM_TYP_TRGR(
1078: --
1079: P_VALIDATE => false
1080: ,P_EFFECTIVE_DATE => l_effective_date

Line 1125: hr_utility.set_location('Before plsql table ',222);

1121: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
1122: );
1123: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1124: -- Update all relevent cer records with new pk_id
1125: hr_utility.set_location('Before plsql table ',222);
1126: hr_utility.set_location('new_value id '||l_cm_typ_trgr_id,222);
1127: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_TYP_TRGR_ID' ;
1128: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CTT.information1 ;
1129: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_TYP_TRGR_ID ;

Line 1126: hr_utility.set_location('new_value id '||l_cm_typ_trgr_id,222);

1122: );
1123: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1124: -- Update all relevent cer records with new pk_id
1125: hr_utility.set_location('Before plsql table ',222);
1126: hr_utility.set_location('new_value id '||l_cm_typ_trgr_id,222);
1127: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_TYP_TRGR_ID' ;
1128: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CTT.information1 ;
1129: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_TYP_TRGR_ID ;
1130: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 1132: hr_utility.set_location('After plsql table ',222);

1128: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CTT.information1 ;
1129: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_TYP_TRGR_ID ;
1130: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
1131: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_CTT_unique.table_route_id;
1132: hr_utility.set_location('After plsql table ',222);
1133: --
1134: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
1135: --
1136: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 1142: hr_utility.set_location(' BEN_CM_TYP_TRGR_F UPDATE_CM_TYP_TRGR ',30);

1138: else
1139: --
1140: -- Call Update routine for the pk_id created in prev run .
1141: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1142: hr_utility.set_location(' BEN_CM_TYP_TRGR_F UPDATE_CM_TYP_TRGR ',30);
1143:
1144: --UPD START
1145: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1146: --

Line 1145: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

1141: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1142: hr_utility.set_location(' BEN_CM_TYP_TRGR_F UPDATE_CM_TYP_TRGR ',30);
1143:
1144: --UPD START
1145: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1146: --
1147: if l_update then
1148: --
1149: l_datetrack_mode := r_CTT.datetrack_mode ;

Line 1165: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

1161: l_object_version_number := r_CTT.information265;
1162: --
1163: end if;
1164: --
1165: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1166: --
1167: IF l_update OR l_dml_operation <> 'UPDATE' THEN
1168: --UPD END
1169:

Line 1375: hr_utility.set_location(' r_CMT_unique.table_route_id '||r_CMT_unique.table_route_id,10);

1371: end if ;
1372: -- End Prefix Sufix derivation
1373: for r_CMT_unique in c_unique_CMT('CMT') loop
1374: --
1375: hr_utility.set_location(' r_CMT_unique.table_route_id '||r_CMT_unique.table_route_id,10);
1376: hr_utility.set_location(' r_CMT_unique.information1 '||r_CMT_unique.information1,10);
1377: hr_utility.set_location( 'r_CMT_unique.information2 '||r_CMT_unique.information2,10);
1378: hr_utility.set_location( 'r_CMT_unique.information3 '||r_CMT_unique.information3,10);
1379: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 1376: hr_utility.set_location(' r_CMT_unique.information1 '||r_CMT_unique.information1,10);

1372: -- End Prefix Sufix derivation
1373: for r_CMT_unique in c_unique_CMT('CMT') loop
1374: --
1375: hr_utility.set_location(' r_CMT_unique.table_route_id '||r_CMT_unique.table_route_id,10);
1376: hr_utility.set_location(' r_CMT_unique.information1 '||r_CMT_unique.information1,10);
1377: hr_utility.set_location( 'r_CMT_unique.information2 '||r_CMT_unique.information2,10);
1378: hr_utility.set_location( 'r_CMT_unique.information3 '||r_CMT_unique.information3,10);
1379: -- If reuse objects flag is 'Y' then check for the object in the target business group
1380: -- if found insert the record into PLSql table and exit the loop else try create the

Line 1377: hr_utility.set_location( 'r_CMT_unique.information2 '||r_CMT_unique.information2,10);

1373: for r_CMT_unique in c_unique_CMT('CMT') loop
1374: --
1375: hr_utility.set_location(' r_CMT_unique.table_route_id '||r_CMT_unique.table_route_id,10);
1376: hr_utility.set_location(' r_CMT_unique.information1 '||r_CMT_unique.information1,10);
1377: hr_utility.set_location( 'r_CMT_unique.information2 '||r_CMT_unique.information2,10);
1378: hr_utility.set_location( 'r_CMT_unique.information3 '||r_CMT_unique.information3,10);
1379: -- If reuse objects flag is 'Y' then check for the object in the target business group
1380: -- if found insert the record into PLSql table and exit the loop else try create the
1381: -- object in the target business group

Line 1378: hr_utility.set_location( 'r_CMT_unique.information3 '||r_CMT_unique.information3,10);

1374: --
1375: hr_utility.set_location(' r_CMT_unique.table_route_id '||r_CMT_unique.table_route_id,10);
1376: hr_utility.set_location(' r_CMT_unique.information1 '||r_CMT_unique.information1,10);
1377: hr_utility.set_location( 'r_CMT_unique.information2 '||r_CMT_unique.information2,10);
1378: hr_utility.set_location( 'r_CMT_unique.information3 '||r_CMT_unique.information3,10);
1379: -- If reuse objects flag is 'Y' then check for the object in the target business group
1380: -- if found insert the record into PLSql table and exit the loop else try create the
1381: -- object in the target business group
1382: --

Line 1439: hr_utility.set_location( 'found record for update',10);

1435: --
1436: end if ;
1437: l_CM_DLVRY_MTHD_TYP_ID := r_CMT_unique.information1 ;
1438: l_object_version_number := r_CMT.information265 ;
1439: hr_utility.set_location( 'found record for update',10);
1440: --
1441: else
1442: --
1443: if p_reuse_object_flag = 'Y' then

Line 1480: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

1476: -- UPD END
1477: --
1478: l_current_pk_id := r_CMT.information1;
1479: --
1480: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1481: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1482: --
1483: if l_current_pk_id = l_prev_pk_id then
1484: --

Line 1481: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

1477: --
1478: l_current_pk_id := r_CMT.information1;
1479: --
1480: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1481: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1482: --
1483: if l_current_pk_id = l_prev_pk_id then
1484: --
1485: l_first_rec := false ;

Line 1506: hr_utility.set_location(' BEN_CM_DLVRY_MTHD_TYP CREATE_COMM_DLVRY_MTHDS ',20);

1502: --if l_first_rec then
1503: -- UPD END
1504:
1505: -- Call Create routine.
1506: hr_utility.set_location(' BEN_CM_DLVRY_MTHD_TYP CREATE_COMM_DLVRY_MTHDS ',20);
1507: BEN_COMM_DLVRY_MTHDS_API.CREATE_COMM_DLVRY_MTHDS(
1508: --
1509: P_VALIDATE => false
1510: ,P_EFFECTIVE_DATE => NVL(ben_pd_copy_to_ben_one.g_copy_effective_date ,p_effective_date)

Line 1554: hr_utility.set_location('Before plsql table ',222);

1550: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
1551: );
1552: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1553: -- Update all relevent cer records with new pk_id
1554: hr_utility.set_location('Before plsql table ',222);
1555: hr_utility.set_location('new_value id '||l_cm_dlvry_mthd_typ_id,222);
1556: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_DLVRY_MTHD_TYP_ID' ;
1557: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CMT.information1 ;
1558: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_DLVRY_MTHD_TYP_ID ;

Line 1555: hr_utility.set_location('new_value id '||l_cm_dlvry_mthd_typ_id,222);

1551: );
1552: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1553: -- Update all relevent cer records with new pk_id
1554: hr_utility.set_location('Before plsql table ',222);
1555: hr_utility.set_location('new_value id '||l_cm_dlvry_mthd_typ_id,222);
1556: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_DLVRY_MTHD_TYP_ID' ;
1557: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CMT.information1 ;
1558: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_DLVRY_MTHD_TYP_ID ;
1559: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 1561: hr_utility.set_location('After plsql table ',222);

1557: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CMT.information1 ;
1558: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_DLVRY_MTHD_TYP_ID ;
1559: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
1560: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_CMT_unique.table_route_id;
1561: hr_utility.set_location('After plsql table ',222);
1562: --
1563: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
1564: --
1565: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 1746: hr_utility.set_location(' r_CMD_unique.table_route_id '||r_CMD_unique.table_route_id,10);

1742: end if ;
1743: -- End Prefix Sufix derivation
1744: for r_CMD_unique in c_unique_CMD('CMD') loop
1745: --
1746: hr_utility.set_location(' r_CMD_unique.table_route_id '||r_CMD_unique.table_route_id,10);
1747: hr_utility.set_location(' r_CMD_unique.information1 '||r_CMD_unique.information1,10);
1748: hr_utility.set_location( 'r_CMD_unique.information2 '||r_CMD_unique.information2,10);
1749: hr_utility.set_location( 'r_CMD_unique.information3 '||r_CMD_unique.information3,10);
1750: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 1747: hr_utility.set_location(' r_CMD_unique.information1 '||r_CMD_unique.information1,10);

1743: -- End Prefix Sufix derivation
1744: for r_CMD_unique in c_unique_CMD('CMD') loop
1745: --
1746: hr_utility.set_location(' r_CMD_unique.table_route_id '||r_CMD_unique.table_route_id,10);
1747: hr_utility.set_location(' r_CMD_unique.information1 '||r_CMD_unique.information1,10);
1748: hr_utility.set_location( 'r_CMD_unique.information2 '||r_CMD_unique.information2,10);
1749: hr_utility.set_location( 'r_CMD_unique.information3 '||r_CMD_unique.information3,10);
1750: -- If reuse objects flag is 'Y' then check for the object in the target business group
1751: -- if found insert the record into PLSql table and exit the loop else try create the

Line 1748: hr_utility.set_location( 'r_CMD_unique.information2 '||r_CMD_unique.information2,10);

1744: for r_CMD_unique in c_unique_CMD('CMD') loop
1745: --
1746: hr_utility.set_location(' r_CMD_unique.table_route_id '||r_CMD_unique.table_route_id,10);
1747: hr_utility.set_location(' r_CMD_unique.information1 '||r_CMD_unique.information1,10);
1748: hr_utility.set_location( 'r_CMD_unique.information2 '||r_CMD_unique.information2,10);
1749: hr_utility.set_location( 'r_CMD_unique.information3 '||r_CMD_unique.information3,10);
1750: -- If reuse objects flag is 'Y' then check for the object in the target business group
1751: -- if found insert the record into PLSql table and exit the loop else try create the
1752: -- object in the target business group

Line 1749: hr_utility.set_location( 'r_CMD_unique.information3 '||r_CMD_unique.information3,10);

1745: --
1746: hr_utility.set_location(' r_CMD_unique.table_route_id '||r_CMD_unique.table_route_id,10);
1747: hr_utility.set_location(' r_CMD_unique.information1 '||r_CMD_unique.information1,10);
1748: hr_utility.set_location( 'r_CMD_unique.information2 '||r_CMD_unique.information2,10);
1749: hr_utility.set_location( 'r_CMD_unique.information3 '||r_CMD_unique.information3,10);
1750: -- If reuse objects flag is 'Y' then check for the object in the target business group
1751: -- if found insert the record into PLSql table and exit the loop else try create the
1752: -- object in the target business group
1753: --

Line 1808: hr_utility.set_location( 'found record for update',10);

1804: --
1805: BEN_PD_COPY_TO_BEN_ONE.log_data('CMD',l_new_value,l_prefix || r_CMD_unique.name|| l_suffix,'REUSED');
1806: --
1807: end if ;
1808: hr_utility.set_location( 'found record for update',10);
1809: --
1810: else
1811: --
1812: l_update := false;

Line 1852: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

1848: --if not l_object_found_in_target then
1849: --
1850: l_current_pk_id := r_CMD.information1;
1851: --
1852: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1853: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1854: --
1855: if l_current_pk_id = l_prev_pk_id then
1856: --

Line 1853: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

1849: --
1850: l_current_pk_id := r_CMD.information1;
1851: --
1852: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1853: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1854: --
1855: if l_current_pk_id = l_prev_pk_id then
1856: --
1857: l_first_rec := false ;

Line 1871: hr_utility.set_location(' BEN_CM_DLVRY_MED_TYP CREATE_COMM_DLVRY_MEDIA ',20);

1867: if l_first_rec and not l_update then
1868: -- UPD END
1869:
1870: -- Call Create routine.
1871: hr_utility.set_location(' BEN_CM_DLVRY_MED_TYP CREATE_COMM_DLVRY_MEDIA ',20);
1872: BEN_COMM_DLVRY_MEDIA_API.CREATE_COMM_DLVRY_MEDIA(
1873: --
1874: P_VALIDATE => false
1875: ,P_EFFECTIVE_DATE => NVL(ben_pd_copy_to_ben_one.g_copy_effective_date ,p_effective_date)

Line 1919: hr_utility.set_location('Before plsql table ',222);

1915: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
1916: );
1917: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1918: -- Update all relevent cer records with new pk_id
1919: hr_utility.set_location('Before plsql table ',222);
1920: hr_utility.set_location('new_value id '||l_cm_dlvry_med_typ_id,222);
1921: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_DLVRY_MED_TYP_ID' ;
1922: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CMD.information1 ;
1923: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_DLVRY_MED_TYP_ID ;

Line 1920: hr_utility.set_location('new_value id '||l_cm_dlvry_med_typ_id,222);

1916: );
1917: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1918: -- Update all relevent cer records with new pk_id
1919: hr_utility.set_location('Before plsql table ',222);
1920: hr_utility.set_location('new_value id '||l_cm_dlvry_med_typ_id,222);
1921: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CM_DLVRY_MED_TYP_ID' ;
1922: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CMD.information1 ;
1923: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_DLVRY_MED_TYP_ID ;
1924: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 1926: hr_utility.set_location('After plsql table ',222);

1922: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CMD.information1 ;
1923: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CM_DLVRY_MED_TYP_ID ;
1924: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
1925: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_CMD_unique.table_route_id;
1926: hr_utility.set_location('After plsql table ',222);
1927: --
1928: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
1929: --
1930: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 1935: hr_utility.set_location(' BEN_CM_DLVRY_MED_TYP CREATE_COMM_DLVRY_MEDIA ',20);

1931: --
1932: elsif l_update then
1933: --
1934: -- UPD START
1935: hr_utility.set_location(' BEN_CM_DLVRY_MED_TYP CREATE_COMM_DLVRY_MEDIA ',20);
1936: BEN_COMM_DLVRY_MEDIA_API.UPDATE_COMM_DLVRY_MEDIA(
1937: --
1938: P_VALIDATE => false
1939: ,P_EFFECTIVE_DATE => NVL(ben_pd_copy_to_ben_one.g_copy_effective_date ,p_effective_date)

Line 2294: hr_utility.set_location(' r_ABR_unique.table_route_id '||r_ABR_unique.table_route_id,10);

2290: l_prefix := null ;
2291: l_suffix := null ;
2292: end if ;
2293: --
2294: hr_utility.set_location(' r_ABR_unique.table_route_id '||r_ABR_unique.table_route_id,10);
2295: hr_utility.set_location(' r_ABR_unique.information1 '||r_ABR_unique.information1,10);
2296: hr_utility.set_location( 'r_ABR_unique.information2 '||r_ABR_unique.information2,10);
2297: hr_utility.set_location( 'r_ABR_unique.information3 '||r_ABR_unique.information3,10);
2298: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 2295: hr_utility.set_location(' r_ABR_unique.information1 '||r_ABR_unique.information1,10);

2291: l_suffix := null ;
2292: end if ;
2293: --
2294: hr_utility.set_location(' r_ABR_unique.table_route_id '||r_ABR_unique.table_route_id,10);
2295: hr_utility.set_location(' r_ABR_unique.information1 '||r_ABR_unique.information1,10);
2296: hr_utility.set_location( 'r_ABR_unique.information2 '||r_ABR_unique.information2,10);
2297: hr_utility.set_location( 'r_ABR_unique.information3 '||r_ABR_unique.information3,10);
2298: -- If reuse objects flag is 'Y' then check for the object in the target business group
2299: -- if found insert the record into PLSql table and exit the loop else try create the

Line 2296: hr_utility.set_location( 'r_ABR_unique.information2 '||r_ABR_unique.information2,10);

2292: end if ;
2293: --
2294: hr_utility.set_location(' r_ABR_unique.table_route_id '||r_ABR_unique.table_route_id,10);
2295: hr_utility.set_location(' r_ABR_unique.information1 '||r_ABR_unique.information1,10);
2296: hr_utility.set_location( 'r_ABR_unique.information2 '||r_ABR_unique.information2,10);
2297: hr_utility.set_location( 'r_ABR_unique.information3 '||r_ABR_unique.information3,10);
2298: -- If reuse objects flag is 'Y' then check for the object in the target business group
2299: -- if found insert the record into PLSql table and exit the loop else try create the
2300: -- object in the target business group

Line 2297: hr_utility.set_location( 'r_ABR_unique.information3 '||r_ABR_unique.information3,10);

2293: --
2294: hr_utility.set_location(' r_ABR_unique.table_route_id '||r_ABR_unique.table_route_id,10);
2295: hr_utility.set_location(' r_ABR_unique.information1 '||r_ABR_unique.information1,10);
2296: hr_utility.set_location( 'r_ABR_unique.information2 '||r_ABR_unique.information2,10);
2297: hr_utility.set_location( 'r_ABR_unique.information3 '||r_ABR_unique.information3,10);
2298: -- If reuse objects flag is 'Y' then check for the object in the target business group
2299: -- if found insert the record into PLSql table and exit the loop else try create the
2300: -- object in the target business group
2301: --

Line 2406: hr_utility.set_location( 'found record for update',10);

2402: --
2403: BEN_PD_COPY_TO_BEN_ONE.log_data('ABR',l_new_value,l_prefix || r_ABR_unique.name|| l_suffix,'REUSED');
2404: --
2405: end if ;
2406: hr_utility.set_location( 'found record for update',10);
2407: --
2408: else
2409: --
2410: l_update := false;

Line 2594: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

2590: -- UPD END
2591:
2592: l_current_pk_id := r_ABR.information1;
2593: --
2594: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
2595: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
2596: --
2597:
2598: if l_current_pk_id = l_prev_pk_id then

Line 2595: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

2591:
2592: l_current_pk_id := r_ABR.information1;
2593: --
2594: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
2595: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
2596: --
2597:
2598: if l_current_pk_id = l_prev_pk_id then
2599: --

Line 2621: hr_utility.set_location(' BEN_ACTY_BASE_RT_F CREATE_ACTY_BASE_RATE ',20);

2617: --if l_first_rec then
2618: if l_first_rec and not l_update then
2619: -- UPD END
2620: -- Call Create routine.
2621: hr_utility.set_location(' BEN_ACTY_BASE_RT_F CREATE_ACTY_BASE_RATE ',20);
2622: BEN_ACTY_BASE_RATE_API.CREATE_ACTY_BASE_RATE(
2623: --
2624: P_VALIDATE => false
2625: ,P_EFFECTIVE_DATE => l_effective_date

Line 2769: hr_utility.set_location('Before plsql table ',222);

2765: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2766: );
2767: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2768: -- Update all relevent cer records with new pk_id
2769: hr_utility.set_location('Before plsql table ',222);
2770: hr_utility.set_location('new_value id '||l_acty_base_rt_id,222);
2771: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_BASE_RT_ID' ;
2772: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABR.information1 ;
2773: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_BASE_RT_ID ;

Line 2770: hr_utility.set_location('new_value id '||l_acty_base_rt_id,222);

2766: );
2767: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2768: -- Update all relevent cer records with new pk_id
2769: hr_utility.set_location('Before plsql table ',222);
2770: hr_utility.set_location('new_value id '||l_acty_base_rt_id,222);
2771: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_BASE_RT_ID' ;
2772: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABR.information1 ;
2773: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_BASE_RT_ID ;
2774: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 2776: hr_utility.set_location('After plsql table ',222);

2772: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABR.information1 ;
2773: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_BASE_RT_ID ;
2774: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
2775: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_ABR_unique.table_route_id;
2776: hr_utility.set_location('After plsql table ',222);
2777: --
2778: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
2779: --
2780: if (g_ghr_mode = 'TRUE' and r_ABR.INFORMATION45 = 'Y') then

Line 2803: hr_utility.set_location(' BEN_ACTY_BASE_RT_F UPDATE_ACTY_BASE_RATE ',30);

2799: else
2800: --
2801: -- Call Update routine for the pk_id created in prev run .
2802: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2803: hr_utility.set_location(' BEN_ACTY_BASE_RT_F UPDATE_ACTY_BASE_RATE ',30);
2804:
2805: --UPD START
2806: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2807: --

Line 2806: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

2802: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2803: hr_utility.set_location(' BEN_ACTY_BASE_RT_F UPDATE_ACTY_BASE_RATE ',30);
2804:
2805: --UPD START
2806: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2807: --
2808: if l_update then
2809: --
2810: l_datetrack_mode := r_ABR.datetrack_mode ;

Line 2826: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

2822: l_object_version_number := r_ABR.information265;
2823: --
2824: end if;
2825: --
2826: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2827: --
2828: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2829: --UPD END
2830: --

Line 3168: hr_utility.set_location(' r_MTR_unique.table_route_id '||r_MTR_unique.table_route_id,10);

3164: r_MTR_unique.information3 >=
3165: ben_pd_copy_to_ben_one.g_copy_effective_date)
3166: ) then
3167: --
3168: hr_utility.set_location(' r_MTR_unique.table_route_id '||r_MTR_unique.table_route_id,10);
3169: hr_utility.set_location(' r_MTR_unique.information1 '||r_MTR_unique.information1,10);
3170: hr_utility.set_location( 'r_MTR_unique.information2 '||r_MTR_unique.information2,10);
3171: hr_utility.set_location( 'r_MTR_unique.information3 '||r_MTR_unique.information3,10);
3172: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 3169: hr_utility.set_location(' r_MTR_unique.information1 '||r_MTR_unique.information1,10);

3165: ben_pd_copy_to_ben_one.g_copy_effective_date)
3166: ) then
3167: --
3168: hr_utility.set_location(' r_MTR_unique.table_route_id '||r_MTR_unique.table_route_id,10);
3169: hr_utility.set_location(' r_MTR_unique.information1 '||r_MTR_unique.information1,10);
3170: hr_utility.set_location( 'r_MTR_unique.information2 '||r_MTR_unique.information2,10);
3171: hr_utility.set_location( 'r_MTR_unique.information3 '||r_MTR_unique.information3,10);
3172: -- If reuse objects flag is 'Y' then check for the object in the target business group
3173: -- if found insert the record into PLSql table and exit the loop else try create the

Line 3170: hr_utility.set_location( 'r_MTR_unique.information2 '||r_MTR_unique.information2,10);

3166: ) then
3167: --
3168: hr_utility.set_location(' r_MTR_unique.table_route_id '||r_MTR_unique.table_route_id,10);
3169: hr_utility.set_location(' r_MTR_unique.information1 '||r_MTR_unique.information1,10);
3170: hr_utility.set_location( 'r_MTR_unique.information2 '||r_MTR_unique.information2,10);
3171: hr_utility.set_location( 'r_MTR_unique.information3 '||r_MTR_unique.information3,10);
3172: -- If reuse objects flag is 'Y' then check for the object in the target business group
3173: -- if found insert the record into PLSql table and exit the loop else try create the
3174: -- object in the target business group

Line 3171: hr_utility.set_location( 'r_MTR_unique.information3 '||r_MTR_unique.information3,10);

3167: --
3168: hr_utility.set_location(' r_MTR_unique.table_route_id '||r_MTR_unique.table_route_id,10);
3169: hr_utility.set_location(' r_MTR_unique.information1 '||r_MTR_unique.information1,10);
3170: hr_utility.set_location( 'r_MTR_unique.information2 '||r_MTR_unique.information2,10);
3171: hr_utility.set_location( 'r_MTR_unique.information3 '||r_MTR_unique.information3,10);
3172: -- If reuse objects flag is 'Y' then check for the object in the target business group
3173: -- if found insert the record into PLSql table and exit the loop else try create the
3174: -- object in the target business group
3175: --

Line 3220: hr_utility.set_location( 'found record for update',10);

3216: -- DOUBT
3217: -- BEN_PD_COPY_TO_BEN_ONE.log_data('MTR',l_new_value,l_prefix || r_MTR_unique.name|| l_suffix,'REUSED');
3218: --
3219: end if ;
3220: hr_utility.set_location( 'found record for update',10);
3221: --
3222: else
3223: --
3224: l_update := false;

Line 3303: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

3299: -- UPD END
3300: --
3301: l_current_pk_id := r_MTR.information1;
3302: --
3303: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3304: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3305: --
3306: if l_current_pk_id = l_prev_pk_id then
3307: --

Line 3304: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

3300: --
3301: l_current_pk_id := r_MTR.information1;
3302: --
3303: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3304: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3305: --
3306: if l_current_pk_id = l_prev_pk_id then
3307: --
3308: l_first_rec := false ;

Line 3329: hr_utility.set_location(' BEN_MTCHG_RT_F CREATE_MATCHING_RATES ',20);

3325: if l_first_rec and not l_update then
3326: -- UPD END
3327:
3328: -- Call Create routine.
3329: hr_utility.set_location(' BEN_MTCHG_RT_F CREATE_MATCHING_RATES ',20);
3330: BEN_MATCHING_RATES_API.CREATE_MATCHING_RATES(
3331: --
3332: P_VALIDATE => false
3333: ,P_EFFECTIVE_DATE => l_effective_date

Line 3390: hr_utility.set_location('Before plsql table ',222);

3386: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
3387: );
3388: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3389: -- Update all relevent cer records with new pk_id
3390: hr_utility.set_location('Before plsql table ',222);
3391: hr_utility.set_location('new_value id '||l_mtchg_rt_id,222);
3392: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'MTCHG_RT_ID' ;
3393: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_MTR.information1 ;
3394: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_MTCHG_RT_ID ;

Line 3391: hr_utility.set_location('new_value id '||l_mtchg_rt_id,222);

3387: );
3388: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3389: -- Update all relevent cer records with new pk_id
3390: hr_utility.set_location('Before plsql table ',222);
3391: hr_utility.set_location('new_value id '||l_mtchg_rt_id,222);
3392: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'MTCHG_RT_ID' ;
3393: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_MTR.information1 ;
3394: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_MTCHG_RT_ID ;
3395: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 3397: hr_utility.set_location('After plsql table ',222);

3393: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_MTR.information1 ;
3394: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_MTCHG_RT_ID ;
3395: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
3396: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_MTR_unique.table_route_id;
3397: hr_utility.set_location('After plsql table ',222);
3398: --
3399: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
3400: --
3401: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 3407: hr_utility.set_location(' BEN_MTCHG_RT_F UPDATE_MATCHING_RATES ',30);

3403: else
3404: --
3405: -- Call Update routine for the pk_id created in prev run .
3406: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3407: hr_utility.set_location(' BEN_MTCHG_RT_F UPDATE_MATCHING_RATES ',30);
3408:
3409: --UPD START
3410: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3411: --

Line 3410: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

3406: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3407: hr_utility.set_location(' BEN_MTCHG_RT_F UPDATE_MATCHING_RATES ',30);
3408:
3409: --UPD START
3410: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3411: --
3412: if l_update then
3413: --
3414: l_datetrack_mode := r_MTR.datetrack_mode ;

Line 3430: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

3426: l_object_version_number := r_MTR.information265;
3427: --
3428: end if;
3429: --
3430: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3431: --
3432: IF l_update OR l_dml_operation <> 'UPDATE' THEN
3433: --UPD END
3434:

Line 3682: hr_utility.set_location(' r_APL1_unique.table_route_id '||r_APL1_unique.table_route_id,10);

3678: r_APL1_unique.information3 >=
3679: ben_pd_copy_to_ben_one.g_copy_effective_date)
3680: ) then
3681: --
3682: hr_utility.set_location(' r_APL1_unique.table_route_id '||r_APL1_unique.table_route_id,10);
3683: hr_utility.set_location(' r_APL1_unique.information1 '||r_APL1_unique.information1,10);
3684: hr_utility.set_location( 'r_APL1_unique.information2 '||r_APL1_unique.information2,10);
3685: hr_utility.set_location( 'r_APL1_unique.information3 '||r_APL1_unique.information3,10);
3686: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 3683: hr_utility.set_location(' r_APL1_unique.information1 '||r_APL1_unique.information1,10);

3679: ben_pd_copy_to_ben_one.g_copy_effective_date)
3680: ) then
3681: --
3682: hr_utility.set_location(' r_APL1_unique.table_route_id '||r_APL1_unique.table_route_id,10);
3683: hr_utility.set_location(' r_APL1_unique.information1 '||r_APL1_unique.information1,10);
3684: hr_utility.set_location( 'r_APL1_unique.information2 '||r_APL1_unique.information2,10);
3685: hr_utility.set_location( 'r_APL1_unique.information3 '||r_APL1_unique.information3,10);
3686: -- If reuse objects flag is 'Y' then check for the object in the target business group
3687: -- if found insert the record into PLSql table and exit the loop else try create the

Line 3684: hr_utility.set_location( 'r_APL1_unique.information2 '||r_APL1_unique.information2,10);

3680: ) then
3681: --
3682: hr_utility.set_location(' r_APL1_unique.table_route_id '||r_APL1_unique.table_route_id,10);
3683: hr_utility.set_location(' r_APL1_unique.information1 '||r_APL1_unique.information1,10);
3684: hr_utility.set_location( 'r_APL1_unique.information2 '||r_APL1_unique.information2,10);
3685: hr_utility.set_location( 'r_APL1_unique.information3 '||r_APL1_unique.information3,10);
3686: -- If reuse objects flag is 'Y' then check for the object in the target business group
3687: -- if found insert the record into PLSql table and exit the loop else try create the
3688: -- object in the target business group

Line 3685: hr_utility.set_location( 'r_APL1_unique.information3 '||r_APL1_unique.information3,10);

3681: --
3682: hr_utility.set_location(' r_APL1_unique.table_route_id '||r_APL1_unique.table_route_id,10);
3683: hr_utility.set_location(' r_APL1_unique.information1 '||r_APL1_unique.information1,10);
3684: hr_utility.set_location( 'r_APL1_unique.information2 '||r_APL1_unique.information2,10);
3685: hr_utility.set_location( 'r_APL1_unique.information3 '||r_APL1_unique.information3,10);
3686: -- If reuse objects flag is 'Y' then check for the object in the target business group
3687: -- if found insert the record into PLSql table and exit the loop else try create the
3688: -- object in the target business group
3689: --

Line 3731: hr_utility.set_location( 'found record for update',10);

3727: -- DOUBT
3728: --BEN_PD_COPY_TO_BEN_ONE.log_data('APL1',l_new_value,l_prefix || r_APL1_unique.name|| l_suffix,'REUSED');
3729: --
3730: end if ;
3731: hr_utility.set_location( 'found record for update',10);
3732: --
3733: else
3734: --
3735: l_update := false;

Line 3814: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

3810:
3811: --
3812: l_current_pk_id := r_APL1.information1;
3813: --
3814: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3815: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3816: --
3817: if l_current_pk_id = l_prev_pk_id then
3818: --

Line 3815: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

3811: --
3812: l_current_pk_id := r_APL1.information1;
3813: --
3814: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3815: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3816: --
3817: if l_current_pk_id = l_prev_pk_id then
3818: --
3819: l_first_rec := false ;

Line 3838: hr_utility.set_location(' BEN_ACTY_RT_PTD_LMT_F CREATE_ACTY_RT_PTD_LMT ',20);

3834: -- if l_first_rec then
3835: if l_first_rec and not l_update then
3836: -- UPD END
3837: -- Call Create routine.
3838: hr_utility.set_location(' BEN_ACTY_RT_PTD_LMT_F CREATE_ACTY_RT_PTD_LMT ',20);
3839: BEN_ACTY_RT_PTD_LMT_API.CREATE_ACTY_RT_PTD_LMT(
3840: --
3841: P_VALIDATE => false
3842: ,P_EFFECTIVE_DATE => l_effective_date

Line 3886: hr_utility.set_location('Before plsql table ',222);

3882: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
3883: );
3884: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3885: -- Update all relevent cer records with new pk_id
3886: hr_utility.set_location('Before plsql table ',222);
3887: hr_utility.set_location('new_value id '||l_acty_rt_ptd_lmt_id,222);
3888: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_RT_PTD_LMT_ID' ;
3889: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APL1.information1 ;
3890: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_RT_PTD_LMT_ID ;

Line 3887: hr_utility.set_location('new_value id '||l_acty_rt_ptd_lmt_id,222);

3883: );
3884: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3885: -- Update all relevent cer records with new pk_id
3886: hr_utility.set_location('Before plsql table ',222);
3887: hr_utility.set_location('new_value id '||l_acty_rt_ptd_lmt_id,222);
3888: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_RT_PTD_LMT_ID' ;
3889: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APL1.information1 ;
3890: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_RT_PTD_LMT_ID ;
3891: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 3893: hr_utility.set_location('After plsql table ',222);

3889: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APL1.information1 ;
3890: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_RT_PTD_LMT_ID ;
3891: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
3892: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_APL1_unique.table_route_id;
3893: hr_utility.set_location('After plsql table ',222);
3894: --
3895: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
3896: --
3897: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 3903: hr_utility.set_location(' BEN_ACTY_RT_PTD_LMT_F UPDATE_ACTY_RT_PTD_LMT ',30);

3899: else
3900: --
3901: -- Call Update routine for the pk_id created in prev run .
3902: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3903: hr_utility.set_location(' BEN_ACTY_RT_PTD_LMT_F UPDATE_ACTY_RT_PTD_LMT ',30);
3904:
3905: --UPD START
3906: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3907: --

Line 3906: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

3902: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3903: hr_utility.set_location(' BEN_ACTY_RT_PTD_LMT_F UPDATE_ACTY_RT_PTD_LMT ',30);
3904:
3905: --UPD START
3906: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3907: --
3908: if l_update then
3909: --
3910: l_datetrack_mode := r_APL1.datetrack_mode ;

Line 3926: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

3922: l_object_version_number := r_APL1.information265;
3923: --
3924: end if;
3925: --
3926: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3927: --
3928: IF l_update OR l_dml_operation <> 'UPDATE' THEN
3929: --UPD END
3930:

Line 4211: hr_utility.set_location(' r_APR_unique.table_route_id '||r_APR_unique.table_route_id,10);

4207: l_prefix := null ;
4208: l_suffix := null ;
4209: end if ;
4210: --
4211: hr_utility.set_location(' r_APR_unique.table_route_id '||r_APR_unique.table_route_id,10);
4212: hr_utility.set_location(' r_APR_unique.information1 '||r_APR_unique.information1,10);
4213: hr_utility.set_location( 'r_APR_unique.information2 '||r_APR_unique.information2,10);
4214: hr_utility.set_location( 'r_APR_unique.information3 '||r_APR_unique.information3,10);
4215: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 4212: hr_utility.set_location(' r_APR_unique.information1 '||r_APR_unique.information1,10);

4208: l_suffix := null ;
4209: end if ;
4210: --
4211: hr_utility.set_location(' r_APR_unique.table_route_id '||r_APR_unique.table_route_id,10);
4212: hr_utility.set_location(' r_APR_unique.information1 '||r_APR_unique.information1,10);
4213: hr_utility.set_location( 'r_APR_unique.information2 '||r_APR_unique.information2,10);
4214: hr_utility.set_location( 'r_APR_unique.information3 '||r_APR_unique.information3,10);
4215: -- If reuse objects flag is 'Y' then check for the object in the target business group
4216: -- if found insert the record into PLSql table and exit the loop else try create the

Line 4213: hr_utility.set_location( 'r_APR_unique.information2 '||r_APR_unique.information2,10);

4209: end if ;
4210: --
4211: hr_utility.set_location(' r_APR_unique.table_route_id '||r_APR_unique.table_route_id,10);
4212: hr_utility.set_location(' r_APR_unique.information1 '||r_APR_unique.information1,10);
4213: hr_utility.set_location( 'r_APR_unique.information2 '||r_APR_unique.information2,10);
4214: hr_utility.set_location( 'r_APR_unique.information3 '||r_APR_unique.information3,10);
4215: -- If reuse objects flag is 'Y' then check for the object in the target business group
4216: -- if found insert the record into PLSql table and exit the loop else try create the
4217: -- object in the target business group

Line 4214: hr_utility.set_location( 'r_APR_unique.information3 '||r_APR_unique.information3,10);

4210: --
4211: hr_utility.set_location(' r_APR_unique.table_route_id '||r_APR_unique.table_route_id,10);
4212: hr_utility.set_location(' r_APR_unique.information1 '||r_APR_unique.information1,10);
4213: hr_utility.set_location( 'r_APR_unique.information2 '||r_APR_unique.information2,10);
4214: hr_utility.set_location( 'r_APR_unique.information3 '||r_APR_unique.information3,10);
4215: -- If reuse objects flag is 'Y' then check for the object in the target business group
4216: -- if found insert the record into PLSql table and exit the loop else try create the
4217: -- object in the target business group
4218: --

Line 4267: hr_utility.set_location( 'found record for update',10);

4263: --
4264: BEN_PD_COPY_TO_BEN_ONE.log_data('APR',l_new_value,l_prefix || r_APR_unique.name|| l_suffix,'REUSED');
4265: --
4266: end if ;
4267: hr_utility.set_location( 'found record for update',10);
4268: --
4269: else
4270: --
4271: l_update := false;

Line 4387: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

4383:
4384: --
4385: l_current_pk_id := r_APR.information1;
4386: --
4387: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4388: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4389: --
4390: if l_current_pk_id = l_prev_pk_id then
4391: --

Line 4388: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

4384: --
4385: l_current_pk_id := r_APR.information1;
4386: --
4387: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4388: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4389: --
4390: if l_current_pk_id = l_prev_pk_id then
4391: --
4392: l_first_rec := false ;

Line 4413: hr_utility.set_location(' BEN_ACTL_PREM_F CREATE_ACTUAL_PREMIUM ',20);

4409: --if l_first_rec then
4410: if l_first_rec and not l_update then
4411: -- UPD END
4412: -- Call Create routine.
4413: hr_utility.set_location(' BEN_ACTL_PREM_F CREATE_ACTUAL_PREMIUM ',20);
4414: BEN_ACTUAL_PREMIUM_API.CREATE_ACTUAL_PREMIUM(
4415: --
4416: P_VALIDATE => false
4417: ,P_EFFECTIVE_DATE => l_effective_date

Line 4491: hr_utility.set_location('Before plsql table ',222);

4487: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
4488: );
4489: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4490: -- Update all relevent cer records with new pk_id
4491: hr_utility.set_location('Before plsql table ',222);
4492: hr_utility.set_location('new_value id '||l_actl_prem_id,222);
4493: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTL_PREM_ID' ;
4494: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APR.information1 ;
4495: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_ID ;

Line 4492: hr_utility.set_location('new_value id '||l_actl_prem_id,222);

4488: );
4489: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4490: -- Update all relevent cer records with new pk_id
4491: hr_utility.set_location('Before plsql table ',222);
4492: hr_utility.set_location('new_value id '||l_actl_prem_id,222);
4493: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTL_PREM_ID' ;
4494: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APR.information1 ;
4495: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_ID ;
4496: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 4498: hr_utility.set_location('After plsql table ',222);

4494: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APR.information1 ;
4495: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_ID ;
4496: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
4497: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_APR_unique.table_route_id;
4498: hr_utility.set_location('After plsql table ',222);
4499: --
4500: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
4501: --
4502: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 4509: hr_utility.set_location(' BEN_ACTL_PREM_F UPDATE_ACTUAL_PREMIUM ',30);

4505: else
4506: --
4507: -- Call Update routine for the pk_id created in prev run .
4508: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4509: hr_utility.set_location(' BEN_ACTL_PREM_F UPDATE_ACTUAL_PREMIUM ',30);
4510:
4511: --UPD START
4512: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4513: --

Line 4512: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

4508: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4509: hr_utility.set_location(' BEN_ACTL_PREM_F UPDATE_ACTUAL_PREMIUM ',30);
4510:
4511: --UPD START
4512: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4513: --
4514: if l_update then
4515: --
4516: l_datetrack_mode := r_APR.datetrack_mode ;

Line 4532: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

4528: l_object_version_number := r_APR.information265;
4529: --
4530: end if;
4531: --
4532: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4533: --
4534: IF l_update OR l_dml_operation <> 'UPDATE' THEN
4535: --UPD END
4536:

Line 4800: hr_utility.set_location(' r_AVR_unique.table_route_id '||r_AVR_unique.table_route_id,10);

4796: r_AVR_unique.information3 >=
4797: ben_pd_copy_to_ben_one.g_copy_effective_date)
4798: ) then
4799: --
4800: hr_utility.set_location(' r_AVR_unique.table_route_id '||r_AVR_unique.table_route_id,10);
4801: hr_utility.set_location(' r_AVR_unique.information1 '||r_AVR_unique.information1,10);
4802: hr_utility.set_location( 'r_AVR_unique.information2 '||r_AVR_unique.information2,10);
4803: hr_utility.set_location( 'r_AVR_unique.information3 '||r_AVR_unique.information3,10);
4804: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 4801: hr_utility.set_location(' r_AVR_unique.information1 '||r_AVR_unique.information1,10);

4797: ben_pd_copy_to_ben_one.g_copy_effective_date)
4798: ) then
4799: --
4800: hr_utility.set_location(' r_AVR_unique.table_route_id '||r_AVR_unique.table_route_id,10);
4801: hr_utility.set_location(' r_AVR_unique.information1 '||r_AVR_unique.information1,10);
4802: hr_utility.set_location( 'r_AVR_unique.information2 '||r_AVR_unique.information2,10);
4803: hr_utility.set_location( 'r_AVR_unique.information3 '||r_AVR_unique.information3,10);
4804: -- If reuse objects flag is 'Y' then check for the object in the target business group
4805: -- if found insert the record into PLSql table and exit the loop else try create the

Line 4802: hr_utility.set_location( 'r_AVR_unique.information2 '||r_AVR_unique.information2,10);

4798: ) then
4799: --
4800: hr_utility.set_location(' r_AVR_unique.table_route_id '||r_AVR_unique.table_route_id,10);
4801: hr_utility.set_location(' r_AVR_unique.information1 '||r_AVR_unique.information1,10);
4802: hr_utility.set_location( 'r_AVR_unique.information2 '||r_AVR_unique.information2,10);
4803: hr_utility.set_location( 'r_AVR_unique.information3 '||r_AVR_unique.information3,10);
4804: -- If reuse objects flag is 'Y' then check for the object in the target business group
4805: -- if found insert the record into PLSql table and exit the loop else try create the
4806: -- object in the target business group

Line 4803: hr_utility.set_location( 'r_AVR_unique.information3 '||r_AVR_unique.information3,10);

4799: --
4800: hr_utility.set_location(' r_AVR_unique.table_route_id '||r_AVR_unique.table_route_id,10);
4801: hr_utility.set_location(' r_AVR_unique.information1 '||r_AVR_unique.information1,10);
4802: hr_utility.set_location( 'r_AVR_unique.information2 '||r_AVR_unique.information2,10);
4803: hr_utility.set_location( 'r_AVR_unique.information3 '||r_AVR_unique.information3,10);
4804: -- If reuse objects flag is 'Y' then check for the object in the target business group
4805: -- if found insert the record into PLSql table and exit the loop else try create the
4806: -- object in the target business group
4807: --

Line 4850: hr_utility.set_location( 'found record for update',10);

4846: -- DOUBT
4847: --BEN_PD_COPY_TO_BEN_ONE.log_data('AVR',l_new_value,l_prefix || r_AVR_unique.name|| l_suffix,'REUSED');
4848: --
4849: end if ;
4850: hr_utility.set_location( 'found record for update',10);
4851: --
4852: else
4853: --
4854: l_update := false;

Line 4936: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

4932: -- UPD END
4933: --
4934: l_current_pk_id := r_AVR.information1;
4935: --
4936: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4937: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4938: --
4939: if l_current_pk_id = l_prev_pk_id then
4940: --

Line 4937: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

4933: --
4934: l_current_pk_id := r_AVR.information1;
4935: --
4936: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4937: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4938: --
4939: if l_current_pk_id = l_prev_pk_id then
4940: --
4941: l_first_rec := false ;

Line 4960: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F CREATE_ACTY_VRBL_RATE ',20);

4956: --if l_first_rec then
4957: if l_first_rec and not l_update then
4958: -- UPD END
4959: -- Call Create routine.
4960: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F CREATE_ACTY_VRBL_RATE ',20);
4961: BEN_ACTY_VRBL_RATE_API.CREATE_ACTY_VRBL_RATE(
4962: --
4963: P_VALIDATE => false
4964: ,P_EFFECTIVE_DATE => l_effective_date

Line 5009: hr_utility.set_location('Before plsql table ',222);

5005: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
5006: );
5007: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5008: -- Update all relevent cer records with new pk_id
5009: hr_utility.set_location('Before plsql table ',222);
5010: hr_utility.set_location('new_value id '||l_acty_vrbl_rt_id,222);
5011: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_VRBL_RT_ID' ;
5012: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_AVR.information1 ;
5013: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_VRBL_RT_ID ;

Line 5010: hr_utility.set_location('new_value id '||l_acty_vrbl_rt_id,222);

5006: );
5007: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5008: -- Update all relevent cer records with new pk_id
5009: hr_utility.set_location('Before plsql table ',222);
5010: hr_utility.set_location('new_value id '||l_acty_vrbl_rt_id,222);
5011: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_VRBL_RT_ID' ;
5012: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_AVR.information1 ;
5013: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_VRBL_RT_ID ;
5014: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 5016: hr_utility.set_location('After plsql table ',222);

5012: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_AVR.information1 ;
5013: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_VRBL_RT_ID ;
5014: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
5015: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_AVR_unique.table_route_id;
5016: hr_utility.set_location('After plsql table ',222);
5017: --
5018: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
5019: --
5020: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 5026: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F UPDATE_ACTY_VRBL_RATE ',30);

5022: else
5023: --
5024: -- Call Update routine for the pk_id created in prev run .
5025: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5026: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F UPDATE_ACTY_VRBL_RATE ',30);
5027: --UPD START
5028: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5029: --
5030: if l_update then

Line 5028: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

5024: -- Call Update routine for the pk_id created in prev run .
5025: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5026: hr_utility.set_location(' BEN_ACTY_VRBL_RT_F UPDATE_ACTY_VRBL_RATE ',30);
5027: --UPD START
5028: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5029: --
5030: if l_update then
5031: --
5032: l_datetrack_mode := r_AVR.datetrack_mode ;

Line 5048: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

5044: l_object_version_number := r_AVR.information265;
5045: --
5046: end if;
5047: --
5048: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5049: --
5050: IF l_update OR l_dml_operation <> 'UPDATE' THEN
5051: --UPD END
5052: BEN_ACTY_VRBL_RATE_API.UPDATE_ACTY_VRBL_RATE(

Line 5295: hr_utility.set_location(' r_VPF_unique.table_route_id '||r_VPF_unique.table_route_id,10);

5291: r_VPF_unique.information3 >=
5292: ben_pd_copy_to_ben_one.g_copy_effective_date)
5293: ) then
5294: --
5295: hr_utility.set_location(' r_VPF_unique.table_route_id '||r_VPF_unique.table_route_id,10);
5296: hr_utility.set_location(' r_VPF_unique.information1 '||r_VPF_unique.information1,10);
5297: hr_utility.set_location( 'r_VPF_unique.information2 '||r_VPF_unique.information2,10);
5298: hr_utility.set_location( 'r_VPF_unique.information3 '||r_VPF_unique.information3,10);
5299: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 5296: hr_utility.set_location(' r_VPF_unique.information1 '||r_VPF_unique.information1,10);

5292: ben_pd_copy_to_ben_one.g_copy_effective_date)
5293: ) then
5294: --
5295: hr_utility.set_location(' r_VPF_unique.table_route_id '||r_VPF_unique.table_route_id,10);
5296: hr_utility.set_location(' r_VPF_unique.information1 '||r_VPF_unique.information1,10);
5297: hr_utility.set_location( 'r_VPF_unique.information2 '||r_VPF_unique.information2,10);
5298: hr_utility.set_location( 'r_VPF_unique.information3 '||r_VPF_unique.information3,10);
5299: -- If reuse objects flag is 'Y' then check for the object in the target business group
5300: -- if found insert the record into PLSql table and exit the loop else try create the

Line 5297: hr_utility.set_location( 'r_VPF_unique.information2 '||r_VPF_unique.information2,10);

5293: ) then
5294: --
5295: hr_utility.set_location(' r_VPF_unique.table_route_id '||r_VPF_unique.table_route_id,10);
5296: hr_utility.set_location(' r_VPF_unique.information1 '||r_VPF_unique.information1,10);
5297: hr_utility.set_location( 'r_VPF_unique.information2 '||r_VPF_unique.information2,10);
5298: hr_utility.set_location( 'r_VPF_unique.information3 '||r_VPF_unique.information3,10);
5299: -- If reuse objects flag is 'Y' then check for the object in the target business group
5300: -- if found insert the record into PLSql table and exit the loop else try create the
5301: -- object in the target business group

Line 5298: hr_utility.set_location( 'r_VPF_unique.information3 '||r_VPF_unique.information3,10);

5294: --
5295: hr_utility.set_location(' r_VPF_unique.table_route_id '||r_VPF_unique.table_route_id,10);
5296: hr_utility.set_location(' r_VPF_unique.information1 '||r_VPF_unique.information1,10);
5297: hr_utility.set_location( 'r_VPF_unique.information2 '||r_VPF_unique.information2,10);
5298: hr_utility.set_location( 'r_VPF_unique.information3 '||r_VPF_unique.information3,10);
5299: -- If reuse objects flag is 'Y' then check for the object in the target business group
5300: -- if found insert the record into PLSql table and exit the loop else try create the
5301: -- object in the target business group
5302: --

Line 5348: hr_utility.set_location( 'found record for update',10);

5344: --
5345: BEN_PD_COPY_TO_BEN_ONE.log_data('VPF',l_new_value,l_prefix || r_VPF_unique.name|| l_suffix,'REUSED');
5346: --
5347: end if ;
5348: hr_utility.set_location( 'found record for update',10);
5349: --
5350: else
5351: --
5352: l_update := false;

Line 5443: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

5439:
5440: --
5441: l_current_pk_id := r_VPF.information1;
5442: --
5443: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
5444: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
5445: --
5446: if l_current_pk_id = l_prev_pk_id then
5447: --

Line 5444: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

5440: --
5441: l_current_pk_id := r_VPF.information1;
5442: --
5443: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
5444: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
5445: --
5446: if l_current_pk_id = l_prev_pk_id then
5447: --
5448: l_first_rec := false ;

Line 5470: hr_utility.set_location(' BEN_VRBL_RT_PRFL_F CREATE_VRBL_RATE_PROFILE ',20);

5466: if l_first_rec and not l_update then
5467: -- UPD END
5468:
5469: -- Call Create routine.
5470: hr_utility.set_location(' BEN_VRBL_RT_PRFL_F CREATE_VRBL_RATE_PROFILE ',20);
5471: BEN_VRBL_RATE_PROFILE_API.CREATE_VRBL_RATE_PROFILE(
5472: --
5473: P_VALIDATE => false
5474: ,P_EFFECTIVE_DATE => l_effective_date

Line 5611: hr_utility.set_location('Before plsql table ',222);

5607: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
5608: );
5609: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5610: -- Update all relevent cer records with new pk_id
5611: hr_utility.set_location('Before plsql table ',222);
5612: hr_utility.set_location('new_value id '||l_vrbl_rt_prfl_id,222);
5613: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'VRBL_RT_PRFL_ID' ;
5614: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_VPF.information1 ;
5615: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_VRBL_RT_PRFL_ID ;

Line 5612: hr_utility.set_location('new_value id '||l_vrbl_rt_prfl_id,222);

5608: );
5609: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5610: -- Update all relevent cer records with new pk_id
5611: hr_utility.set_location('Before plsql table ',222);
5612: hr_utility.set_location('new_value id '||l_vrbl_rt_prfl_id,222);
5613: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'VRBL_RT_PRFL_ID' ;
5614: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_VPF.information1 ;
5615: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_VRBL_RT_PRFL_ID ;
5616: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 5618: hr_utility.set_location('After plsql table ',222);

5614: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_VPF.information1 ;
5615: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_VRBL_RT_PRFL_ID ;
5616: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
5617: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_VPF_unique.table_route_id;
5618: hr_utility.set_location('After plsql table ',222);
5619: --
5620: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
5621: --
5622: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 5629: hr_utility.set_location(' BEN_VRBL_RT_PRFL_F UPDATE_VRBL_RATE_PROFILE ',30);

5625: else
5626: --
5627: -- Call Update routine for the pk_id created in prev run .
5628: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5629: hr_utility.set_location(' BEN_VRBL_RT_PRFL_F UPDATE_VRBL_RATE_PROFILE ',30);
5630:
5631: --UPD START
5632: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5633: --

Line 5632: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

5628: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5629: hr_utility.set_location(' BEN_VRBL_RT_PRFL_F UPDATE_VRBL_RATE_PROFILE ',30);
5630:
5631: --UPD START
5632: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5633: --
5634: if l_update then
5635: --
5636: l_datetrack_mode := r_VPF.datetrack_mode ;

Line 5652: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

5648: l_object_version_number := r_VPF.information265;
5649: --
5650: end if;
5651: --
5652: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5653: --
5654: IF l_update OR l_dml_operation <> 'UPDATE' THEN
5655: --UPD END
5656:

Line 6025: hr_utility.set_location(' r_CCM_unique.table_route_id '||r_CCM_unique.table_route_id,10);

6021: l_prefix := null ;
6022: l_suffix := null ;
6023: end if ;
6024: --
6025: hr_utility.set_location(' r_CCM_unique.table_route_id '||r_CCM_unique.table_route_id,10);
6026: hr_utility.set_location(' r_CCM_unique.information1 '||r_CCM_unique.information1,10);
6027: hr_utility.set_location( 'r_CCM_unique.information2 '||r_CCM_unique.information2,10);
6028: hr_utility.set_location( 'r_CCM_unique.information3 '||r_CCM_unique.information3,10);
6029: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 6026: hr_utility.set_location(' r_CCM_unique.information1 '||r_CCM_unique.information1,10);

6022: l_suffix := null ;
6023: end if ;
6024: --
6025: hr_utility.set_location(' r_CCM_unique.table_route_id '||r_CCM_unique.table_route_id,10);
6026: hr_utility.set_location(' r_CCM_unique.information1 '||r_CCM_unique.information1,10);
6027: hr_utility.set_location( 'r_CCM_unique.information2 '||r_CCM_unique.information2,10);
6028: hr_utility.set_location( 'r_CCM_unique.information3 '||r_CCM_unique.information3,10);
6029: -- If reuse objects flag is 'Y' then check for the object in the target business group
6030: -- if found insert the record into PLSql table and exit the loop else try create the

Line 6027: hr_utility.set_location( 'r_CCM_unique.information2 '||r_CCM_unique.information2,10);

6023: end if ;
6024: --
6025: hr_utility.set_location(' r_CCM_unique.table_route_id '||r_CCM_unique.table_route_id,10);
6026: hr_utility.set_location(' r_CCM_unique.information1 '||r_CCM_unique.information1,10);
6027: hr_utility.set_location( 'r_CCM_unique.information2 '||r_CCM_unique.information2,10);
6028: hr_utility.set_location( 'r_CCM_unique.information3 '||r_CCM_unique.information3,10);
6029: -- If reuse objects flag is 'Y' then check for the object in the target business group
6030: -- if found insert the record into PLSql table and exit the loop else try create the
6031: -- object in the target business group

Line 6028: hr_utility.set_location( 'r_CCM_unique.information3 '||r_CCM_unique.information3,10);

6024: --
6025: hr_utility.set_location(' r_CCM_unique.table_route_id '||r_CCM_unique.table_route_id,10);
6026: hr_utility.set_location(' r_CCM_unique.information1 '||r_CCM_unique.information1,10);
6027: hr_utility.set_location( 'r_CCM_unique.information2 '||r_CCM_unique.information2,10);
6028: hr_utility.set_location( 'r_CCM_unique.information3 '||r_CCM_unique.information3,10);
6029: -- If reuse objects flag is 'Y' then check for the object in the target business group
6030: -- if found insert the record into PLSql table and exit the loop else try create the
6031: -- object in the target business group
6032: --

Line 6079: hr_utility.set_location( 'found record for update',10);

6075: --
6076: BEN_PD_COPY_TO_BEN_ONE.log_data('CCM',l_new_value,l_prefix || r_CCM_unique.name|| l_suffix,'REUSED');
6077: --
6078: end if ;
6079: hr_utility.set_location( 'found record for update',10);
6080: --
6081: else
6082: --
6083: l_update := false;

Line 6188: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

6184:
6185: --
6186: l_current_pk_id := r_CCM.information1;
6187: --
6188: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6189: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6190: --
6191: if l_current_pk_id = l_prev_pk_id then
6192: --

Line 6189: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

6185: --
6186: l_current_pk_id := r_CCM.information1;
6187: --
6188: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6189: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6190: --
6191: if l_current_pk_id = l_prev_pk_id then
6192: --
6193: l_first_rec := false ;

Line 6216: hr_utility.set_location(' BEN_CVG_AMT_CALC_MTHD_F CREATE_CVG_AMT_CALC ',20);

6212: if l_first_rec and not l_update then
6213: -- UPD END
6214:
6215: -- Call Create routine.
6216: hr_utility.set_location(' BEN_CVG_AMT_CALC_MTHD_F CREATE_CVG_AMT_CALC ',20);
6217: BEN_CVG_AMT_CALC_API.CREATE_CVG_AMT_CALC(
6218: --
6219: P_VALIDATE => false
6220: ,P_EFFECTIVE_DATE => l_effective_date

Line 6290: hr_utility.set_location('Before plsql table ',222);

6286: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
6287: );
6288: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6289: -- Update all relevent cer records with new pk_id
6290: hr_utility.set_location('Before plsql table ',222);
6291: hr_utility.set_location('new_value id '||l_cvg_amt_calc_mthd_id,222);
6292: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CVG_AMT_CALC_MTHD_ID' ;
6293: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CCM.information1 ;
6294: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CVG_AMT_CALC_MTHD_ID ;

Line 6291: hr_utility.set_location('new_value id '||l_cvg_amt_calc_mthd_id,222);

6287: );
6288: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6289: -- Update all relevent cer records with new pk_id
6290: hr_utility.set_location('Before plsql table ',222);
6291: hr_utility.set_location('new_value id '||l_cvg_amt_calc_mthd_id,222);
6292: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'CVG_AMT_CALC_MTHD_ID' ;
6293: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CCM.information1 ;
6294: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CVG_AMT_CALC_MTHD_ID ;
6295: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 6297: hr_utility.set_location('After plsql table ',222);

6293: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_CCM.information1 ;
6294: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_CVG_AMT_CALC_MTHD_ID ;
6295: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
6296: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_CCM_unique.table_route_id;
6297: hr_utility.set_location('After plsql table ',222);
6298: --
6299: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
6300: --
6301: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 6308: hr_utility.set_location(' BEN_CVG_AMT_CALC_MTHD_F UPDATE_CVG_AMT_CALC ',30);

6304: else
6305: --
6306: -- Call Update routine for the pk_id created in prev run .
6307: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6308: hr_utility.set_location(' BEN_CVG_AMT_CALC_MTHD_F UPDATE_CVG_AMT_CALC ',30);
6309: --UPD START
6310: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6311: --
6312: if l_update then

Line 6310: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

6306: -- Call Update routine for the pk_id created in prev run .
6307: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6308: hr_utility.set_location(' BEN_CVG_AMT_CALC_MTHD_F UPDATE_CVG_AMT_CALC ',30);
6309: --UPD START
6310: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6311: --
6312: if l_update then
6313: --
6314: l_datetrack_mode := r_CCM.datetrack_mode ;

Line 6330: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

6326: l_object_version_number := r_CCM.information265;
6327: --
6328: end if;
6329: --
6330: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6331: --
6332: IF l_update OR l_dml_operation <> 'UPDATE' THEN
6333: --UPD END
6334:

Line 6595: hr_utility.set_location(' r_BVR1_unique.table_route_id '||r_BVR1_unique.table_route_id,10);

6591: r_BVR1_unique.information3 >=
6592: ben_pd_copy_to_ben_one.g_copy_effective_date)
6593: ) then
6594: --
6595: hr_utility.set_location(' r_BVR1_unique.table_route_id '||r_BVR1_unique.table_route_id,10);
6596: hr_utility.set_location(' r_BVR1_unique.information1 '||r_BVR1_unique.information1,10);
6597: hr_utility.set_location( 'r_BVR1_unique.information2 '||r_BVR1_unique.information2,10);
6598: hr_utility.set_location( 'r_BVR1_unique.information3 '||r_BVR1_unique.information3,10);
6599: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 6596: hr_utility.set_location(' r_BVR1_unique.information1 '||r_BVR1_unique.information1,10);

6592: ben_pd_copy_to_ben_one.g_copy_effective_date)
6593: ) then
6594: --
6595: hr_utility.set_location(' r_BVR1_unique.table_route_id '||r_BVR1_unique.table_route_id,10);
6596: hr_utility.set_location(' r_BVR1_unique.information1 '||r_BVR1_unique.information1,10);
6597: hr_utility.set_location( 'r_BVR1_unique.information2 '||r_BVR1_unique.information2,10);
6598: hr_utility.set_location( 'r_BVR1_unique.information3 '||r_BVR1_unique.information3,10);
6599: -- If reuse objects flag is 'Y' then check for the object in the target business group
6600: -- if found insert the record into PLSql table and exit the loop else try create the

Line 6597: hr_utility.set_location( 'r_BVR1_unique.information2 '||r_BVR1_unique.information2,10);

6593: ) then
6594: --
6595: hr_utility.set_location(' r_BVR1_unique.table_route_id '||r_BVR1_unique.table_route_id,10);
6596: hr_utility.set_location(' r_BVR1_unique.information1 '||r_BVR1_unique.information1,10);
6597: hr_utility.set_location( 'r_BVR1_unique.information2 '||r_BVR1_unique.information2,10);
6598: hr_utility.set_location( 'r_BVR1_unique.information3 '||r_BVR1_unique.information3,10);
6599: -- If reuse objects flag is 'Y' then check for the object in the target business group
6600: -- if found insert the record into PLSql table and exit the loop else try create the
6601: -- object in the target business group

Line 6598: hr_utility.set_location( 'r_BVR1_unique.information3 '||r_BVR1_unique.information3,10);

6594: --
6595: hr_utility.set_location(' r_BVR1_unique.table_route_id '||r_BVR1_unique.table_route_id,10);
6596: hr_utility.set_location(' r_BVR1_unique.information1 '||r_BVR1_unique.information1,10);
6597: hr_utility.set_location( 'r_BVR1_unique.information2 '||r_BVR1_unique.information2,10);
6598: hr_utility.set_location( 'r_BVR1_unique.information3 '||r_BVR1_unique.information3,10);
6599: -- If reuse objects flag is 'Y' then check for the object in the target business group
6600: -- if found insert the record into PLSql table and exit the loop else try create the
6601: -- object in the target business group
6602: --

Line 6645: hr_utility.set_location( 'found record for update',10);

6641: -- DOUBT
6642: --BEN_PD_COPY_TO_BEN_ONE.log_data('BVR1',l_new_value,l_prefix || r_BVR1_unique.name|| l_suffix,'REUSED');
6643: --
6644: end if ;
6645: hr_utility.set_location( 'found record for update',10);
6646: --
6647: else
6648: --
6649: l_update := false;

Line 6719: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

6715:
6716: --
6717: l_current_pk_id := r_BVR1.information1;
6718: --
6719: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6720: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6721: --
6722: if l_current_pk_id = l_prev_pk_id then
6723: --

Line 6720: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

6716: --
6717: l_current_pk_id := r_BVR1.information1;
6718: --
6719: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6720: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6721: --
6722: if l_current_pk_id = l_prev_pk_id then
6723: --
6724: l_first_rec := false ;

Line 6745: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F CREATE_BNFT_VRBL_RT ',20);

6741: if l_first_rec and not l_update then
6742: -- UPD END
6743:
6744: -- Call Create routine.
6745: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F CREATE_BNFT_VRBL_RT ',20);
6746: BEN_BNFT_VRBL_RT_API.CREATE_BNFT_VRBL_RT(
6747: --
6748: P_VALIDATE => false
6749: ,P_EFFECTIVE_DATE => l_effective_date

Line 6794: hr_utility.set_location('Before plsql table ',222);

6790: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
6791: );
6792: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6793: -- Update all relevent cer records with new pk_id
6794: hr_utility.set_location('Before plsql table ',222);
6795: hr_utility.set_location('new_value id '||l_bnft_vrbl_rt_id,222);
6796: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'BNFT_VRBL_RT_ID' ;
6797: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BVR1.information1 ;
6798: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_VRBL_RT_ID ;

Line 6795: hr_utility.set_location('new_value id '||l_bnft_vrbl_rt_id,222);

6791: );
6792: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6793: -- Update all relevent cer records with new pk_id
6794: hr_utility.set_location('Before plsql table ',222);
6795: hr_utility.set_location('new_value id '||l_bnft_vrbl_rt_id,222);
6796: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'BNFT_VRBL_RT_ID' ;
6797: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BVR1.information1 ;
6798: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_VRBL_RT_ID ;
6799: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 6801: hr_utility.set_location('After plsql table ',222);

6797: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BVR1.information1 ;
6798: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_VRBL_RT_ID ;
6799: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
6800: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_BVR1_unique.table_route_id;
6801: hr_utility.set_location('After plsql table ',222);
6802: --
6803: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
6804: --
6805: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 6811: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F UPDATE_BNFT_VRBL_RT ',30);

6807: else
6808: --
6809: -- Call Update routine for the pk_id created in prev run .
6810: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6811: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F UPDATE_BNFT_VRBL_RT ',30);
6812: --UPD START
6813: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6814: --
6815: if l_update then

Line 6813: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

6809: -- Call Update routine for the pk_id created in prev run .
6810: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6811: hr_utility.set_location(' BEN_BNFT_VRBL_RT_F UPDATE_BNFT_VRBL_RT ',30);
6812: --UPD START
6813: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6814: --
6815: if l_update then
6816: --
6817: l_datetrack_mode := r_BVR1.datetrack_mode ;

Line 6833: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

6829: l_object_version_number := r_BVR1.information265;
6830: --
6831: end if;
6832: --
6833: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6834: --
6835: IF l_update OR l_dml_operation <> 'UPDATE' THEN
6836: --UPD END
6837:

Line 7070: hr_utility.set_location(' r_BRR_unique.table_route_id '||r_BRR_unique.table_route_id,10);

7066: r_BRR_unique.information3 >=
7067: ben_pd_copy_to_ben_one.g_copy_effective_date)
7068: ) then
7069: --
7070: hr_utility.set_location(' r_BRR_unique.table_route_id '||r_BRR_unique.table_route_id,10);
7071: hr_utility.set_location(' r_BRR_unique.information1 '||r_BRR_unique.information1,10);
7072: hr_utility.set_location( 'r_BRR_unique.information2 '||r_BRR_unique.information2,10);
7073: hr_utility.set_location( 'r_BRR_unique.information3 '||r_BRR_unique.information3,10);
7074: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 7071: hr_utility.set_location(' r_BRR_unique.information1 '||r_BRR_unique.information1,10);

7067: ben_pd_copy_to_ben_one.g_copy_effective_date)
7068: ) then
7069: --
7070: hr_utility.set_location(' r_BRR_unique.table_route_id '||r_BRR_unique.table_route_id,10);
7071: hr_utility.set_location(' r_BRR_unique.information1 '||r_BRR_unique.information1,10);
7072: hr_utility.set_location( 'r_BRR_unique.information2 '||r_BRR_unique.information2,10);
7073: hr_utility.set_location( 'r_BRR_unique.information3 '||r_BRR_unique.information3,10);
7074: -- If reuse objects flag is 'Y' then check for the object in the target business group
7075: -- if found insert the record into PLSql table and exit the loop else try create the

Line 7072: hr_utility.set_location( 'r_BRR_unique.information2 '||r_BRR_unique.information2,10);

7068: ) then
7069: --
7070: hr_utility.set_location(' r_BRR_unique.table_route_id '||r_BRR_unique.table_route_id,10);
7071: hr_utility.set_location(' r_BRR_unique.information1 '||r_BRR_unique.information1,10);
7072: hr_utility.set_location( 'r_BRR_unique.information2 '||r_BRR_unique.information2,10);
7073: hr_utility.set_location( 'r_BRR_unique.information3 '||r_BRR_unique.information3,10);
7074: -- If reuse objects flag is 'Y' then check for the object in the target business group
7075: -- if found insert the record into PLSql table and exit the loop else try create the
7076: -- object in the target business group

Line 7073: hr_utility.set_location( 'r_BRR_unique.information3 '||r_BRR_unique.information3,10);

7069: --
7070: hr_utility.set_location(' r_BRR_unique.table_route_id '||r_BRR_unique.table_route_id,10);
7071: hr_utility.set_location(' r_BRR_unique.information1 '||r_BRR_unique.information1,10);
7072: hr_utility.set_location( 'r_BRR_unique.information2 '||r_BRR_unique.information2,10);
7073: hr_utility.set_location( 'r_BRR_unique.information3 '||r_BRR_unique.information3,10);
7074: -- If reuse objects flag is 'Y' then check for the object in the target business group
7075: -- if found insert the record into PLSql table and exit the loop else try create the
7076: -- object in the target business group
7077: --

Line 7118: hr_utility.set_location( 'found record for update',10);

7114: --
7115: --BEN_PD_COPY_TO_BEN_ONE.log_data('BRR',l_new_value,l_prefix || r_BRR_unique.name|| l_suffix,'REUSED');
7116: --
7117: end if ;
7118: hr_utility.set_location( 'found record for update',10);
7119: --
7120: else
7121: --
7122: l_update := false;

Line 7191: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

7187: -- UPD END
7188: --
7189: l_current_pk_id := r_BRR.information1;
7190: --
7191: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7192: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7193: --
7194: if l_current_pk_id = l_prev_pk_id then
7195: --

Line 7192: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

7188: --
7189: l_current_pk_id := r_BRR.information1;
7190: --
7191: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7192: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7193: --
7194: if l_current_pk_id = l_prev_pk_id then
7195: --
7196: l_first_rec := false ;

Line 7215: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F CREATE_BNFT_VRBL_RT_RL ',20);

7211: -- UPD START
7212: --if l_first_rec then
7213: if l_first_rec and not l_update then
7214: -- Call Create routine.
7215: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F CREATE_BNFT_VRBL_RT_RL ',20);
7216: BEN_BNFT_VRBL_RT_RL_API.CREATE_BNFT_VRBL_RT_RL(
7217: --
7218: P_VALIDATE => false
7219: ,P_EFFECTIVE_DATE => l_effective_date

Line 7264: hr_utility.set_location('Before plsql table ',222);

7260: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
7261: );
7262: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7263: -- Update all relevent cer records with new pk_id
7264: hr_utility.set_location('Before plsql table ',222);
7265: hr_utility.set_location('new_value id '||l_bnft_vrbl_rt_rl_id,222);
7266: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'BNFT_VRBL_RT_RL_ID' ;
7267: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BRR.information1 ;
7268: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_VRBL_RT_RL_ID ;

Line 7265: hr_utility.set_location('new_value id '||l_bnft_vrbl_rt_rl_id,222);

7261: );
7262: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7263: -- Update all relevent cer records with new pk_id
7264: hr_utility.set_location('Before plsql table ',222);
7265: hr_utility.set_location('new_value id '||l_bnft_vrbl_rt_rl_id,222);
7266: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'BNFT_VRBL_RT_RL_ID' ;
7267: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BRR.information1 ;
7268: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_VRBL_RT_RL_ID ;
7269: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 7271: hr_utility.set_location('After plsql table ',222);

7267: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BRR.information1 ;
7268: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_VRBL_RT_RL_ID ;
7269: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
7270: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_BRR_unique.table_route_id;
7271: hr_utility.set_location('After plsql table ',222);
7272: --
7273: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
7274: --
7275: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 7281: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F UPDATE_BNFT_VRBL_RT_RL ',30);

7277: else
7278: --
7279: -- Call Update routine for the pk_id created in prev run .
7280: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7281: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F UPDATE_BNFT_VRBL_RT_RL ',30);
7282: --UPD START
7283: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7284: --
7285: if l_update then

Line 7283: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

7279: -- Call Update routine for the pk_id created in prev run .
7280: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7281: hr_utility.set_location(' BEN_BNFT_VRBL_RT_RL_F UPDATE_BNFT_VRBL_RT_RL ',30);
7282: --UPD START
7283: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7284: --
7285: if l_update then
7286: --
7287: l_datetrack_mode := r_brr.datetrack_mode ;

Line 7303: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

7299: l_object_version_number := r_brr.information265;
7300: --
7301: end if;
7302: --
7303: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7304: --
7305: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7306: --UPD END
7307:

Line 7540: hr_utility.set_location(' r_APV_unique.table_route_id '||r_APV_unique.table_route_id,10);

7536: r_APV_unique.information3 >=
7537: ben_pd_copy_to_ben_one.g_copy_effective_date)
7538: ) then
7539: --
7540: hr_utility.set_location(' r_APV_unique.table_route_id '||r_APV_unique.table_route_id,10);
7541: hr_utility.set_location(' r_APV_unique.information1 '||r_APV_unique.information1,10);
7542: hr_utility.set_location( 'r_APV_unique.information2 '||r_APV_unique.information2,10);
7543: hr_utility.set_location( 'r_APV_unique.information3 '||r_APV_unique.information3,10);
7544: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 7541: hr_utility.set_location(' r_APV_unique.information1 '||r_APV_unique.information1,10);

7537: ben_pd_copy_to_ben_one.g_copy_effective_date)
7538: ) then
7539: --
7540: hr_utility.set_location(' r_APV_unique.table_route_id '||r_APV_unique.table_route_id,10);
7541: hr_utility.set_location(' r_APV_unique.information1 '||r_APV_unique.information1,10);
7542: hr_utility.set_location( 'r_APV_unique.information2 '||r_APV_unique.information2,10);
7543: hr_utility.set_location( 'r_APV_unique.information3 '||r_APV_unique.information3,10);
7544: -- If reuse objects flag is 'Y' then check for the object in the target business group
7545: -- if found insert the record into PLSql table and exit the loop else try create the

Line 7542: hr_utility.set_location( 'r_APV_unique.information2 '||r_APV_unique.information2,10);

7538: ) then
7539: --
7540: hr_utility.set_location(' r_APV_unique.table_route_id '||r_APV_unique.table_route_id,10);
7541: hr_utility.set_location(' r_APV_unique.information1 '||r_APV_unique.information1,10);
7542: hr_utility.set_location( 'r_APV_unique.information2 '||r_APV_unique.information2,10);
7543: hr_utility.set_location( 'r_APV_unique.information3 '||r_APV_unique.information3,10);
7544: -- If reuse objects flag is 'Y' then check for the object in the target business group
7545: -- if found insert the record into PLSql table and exit the loop else try create the
7546: -- object in the target business group

Line 7543: hr_utility.set_location( 'r_APV_unique.information3 '||r_APV_unique.information3,10);

7539: --
7540: hr_utility.set_location(' r_APV_unique.table_route_id '||r_APV_unique.table_route_id,10);
7541: hr_utility.set_location(' r_APV_unique.information1 '||r_APV_unique.information1,10);
7542: hr_utility.set_location( 'r_APV_unique.information2 '||r_APV_unique.information2,10);
7543: hr_utility.set_location( 'r_APV_unique.information3 '||r_APV_unique.information3,10);
7544: -- If reuse objects flag is 'Y' then check for the object in the target business group
7545: -- if found insert the record into PLSql table and exit the loop else try create the
7546: -- object in the target business group
7547: --

Line 7588: hr_utility.set_location( 'found record for update',10);

7584: --
7585: --BEN_PD_COPY_TO_BEN_ONE.log_data('APV',l_new_value,l_prefix || r_APV_unique.name|| l_suffix,'REUSED');
7586: --
7587: end if ;
7588: hr_utility.set_location( 'found record for update',10);
7589: --
7590: else
7591: --
7592: l_update := false;

Line 7658: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

7654: -- UPD END
7655: --
7656: l_current_pk_id := r_APV.information1;
7657: --
7658: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7659: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7660: --
7661: if l_current_pk_id = l_prev_pk_id then
7662: --

Line 7659: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

7655: --
7656: l_current_pk_id := r_APV.information1;
7657: --
7658: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7659: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7660: --
7661: if l_current_pk_id = l_prev_pk_id then
7662: --
7663: l_first_rec := false ;

Line 7683: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F CREATE_ACTUAL_PREMIUM_RATE ',20);

7679: if l_first_rec and not l_update then
7680: -- UPD END
7681:
7682: -- Call Create routine.
7683: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F CREATE_ACTUAL_PREMIUM_RATE ',20);
7684: BEN_ACTUAL_PREMIUM_RATE_API.CREATE_ACTUAL_PREMIUM_RATE(
7685: --
7686: P_VALIDATE => false
7687: ,P_EFFECTIVE_DATE => l_effective_date

Line 7733: hr_utility.set_location('Before plsql table ',222);

7729: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
7730: );
7731: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7732: -- Update all relevent cer records with new pk_id
7733: hr_utility.set_location('Before plsql table ',222);
7734: hr_utility.set_location('new_value id '||l_actl_prem_vrbl_rt_id,222);
7735: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTL_PREM_VRBL_RT_ID' ;
7736: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APV.information1 ;
7737: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_VRBL_RT_ID ;

Line 7734: hr_utility.set_location('new_value id '||l_actl_prem_vrbl_rt_id,222);

7730: );
7731: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7732: -- Update all relevent cer records with new pk_id
7733: hr_utility.set_location('Before plsql table ',222);
7734: hr_utility.set_location('new_value id '||l_actl_prem_vrbl_rt_id,222);
7735: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTL_PREM_VRBL_RT_ID' ;
7736: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APV.information1 ;
7737: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_VRBL_RT_ID ;
7738: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 7740: hr_utility.set_location('After plsql table ',222);

7736: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_APV.information1 ;
7737: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_VRBL_RT_ID ;
7738: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
7739: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_APV_unique.table_route_id;
7740: hr_utility.set_location('After plsql table ',222);
7741: --
7742: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
7743: --
7744: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 7750: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F UPDATE_ACTUAL_PREMIUM_RATE ',30);

7746: else
7747: --
7748: -- Call Update routine for the pk_id created in prev run .
7749: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7750: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F UPDATE_ACTUAL_PREMIUM_RATE ',30);
7751: --UPD START
7752: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7753: --
7754: if l_update then

Line 7752: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

7748: -- Call Update routine for the pk_id created in prev run .
7749: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7750: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_F UPDATE_ACTUAL_PREMIUM_RATE ',30);
7751: --UPD START
7752: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7753: --
7754: if l_update then
7755: --
7756: l_datetrack_mode := r_APV.datetrack_mode ;

Line 7772: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

7768: l_object_version_number := r_APV.information265;
7769: --
7770: end if;
7771: --
7772: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7773: --
7774: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7775: --UPD END
7776:

Line 8009: hr_utility.set_location(' r_AVA_unique.table_route_id '||r_AVA_unique.table_route_id,10);

8005: r_AVA_unique.information3 >=
8006: ben_pd_copy_to_ben_one.g_copy_effective_date)
8007: ) then
8008: --
8009: hr_utility.set_location(' r_AVA_unique.table_route_id '||r_AVA_unique.table_route_id,10);
8010: hr_utility.set_location(' r_AVA_unique.information1 '||r_AVA_unique.information1,10);
8011: hr_utility.set_location( 'r_AVA_unique.information2 '||r_AVA_unique.information2,10);
8012: hr_utility.set_location( 'r_AVA_unique.information3 '||r_AVA_unique.information3,10);
8013: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 8010: hr_utility.set_location(' r_AVA_unique.information1 '||r_AVA_unique.information1,10);

8006: ben_pd_copy_to_ben_one.g_copy_effective_date)
8007: ) then
8008: --
8009: hr_utility.set_location(' r_AVA_unique.table_route_id '||r_AVA_unique.table_route_id,10);
8010: hr_utility.set_location(' r_AVA_unique.information1 '||r_AVA_unique.information1,10);
8011: hr_utility.set_location( 'r_AVA_unique.information2 '||r_AVA_unique.information2,10);
8012: hr_utility.set_location( 'r_AVA_unique.information3 '||r_AVA_unique.information3,10);
8013: -- If reuse objects flag is 'Y' then check for the object in the target business group
8014: -- if found insert the record into PLSql table and exit the loop else try create the

Line 8011: hr_utility.set_location( 'r_AVA_unique.information2 '||r_AVA_unique.information2,10);

8007: ) then
8008: --
8009: hr_utility.set_location(' r_AVA_unique.table_route_id '||r_AVA_unique.table_route_id,10);
8010: hr_utility.set_location(' r_AVA_unique.information1 '||r_AVA_unique.information1,10);
8011: hr_utility.set_location( 'r_AVA_unique.information2 '||r_AVA_unique.information2,10);
8012: hr_utility.set_location( 'r_AVA_unique.information3 '||r_AVA_unique.information3,10);
8013: -- If reuse objects flag is 'Y' then check for the object in the target business group
8014: -- if found insert the record into PLSql table and exit the loop else try create the
8015: -- object in the target business group

Line 8012: hr_utility.set_location( 'r_AVA_unique.information3 '||r_AVA_unique.information3,10);

8008: --
8009: hr_utility.set_location(' r_AVA_unique.table_route_id '||r_AVA_unique.table_route_id,10);
8010: hr_utility.set_location(' r_AVA_unique.information1 '||r_AVA_unique.information1,10);
8011: hr_utility.set_location( 'r_AVA_unique.information2 '||r_AVA_unique.information2,10);
8012: hr_utility.set_location( 'r_AVA_unique.information3 '||r_AVA_unique.information3,10);
8013: -- If reuse objects flag is 'Y' then check for the object in the target business group
8014: -- if found insert the record into PLSql table and exit the loop else try create the
8015: -- object in the target business group
8016: --

Line 8057: hr_utility.set_location( 'found record for update',10);

8053: --
8054: --BEN_PD_COPY_TO_BEN_ONE.log_data('AVA',l_new_value,l_prefix || r_AVA_unique.name|| l_suffix,'REUSED');
8055: --
8056: end if ;
8057: hr_utility.set_location( 'found record for update',10);
8058: --
8059: else
8060: --
8061: l_update := false;

Line 8140: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

8136:
8137: --
8138: l_current_pk_id := r_AVA.information1;
8139: --
8140: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8141: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8142: --
8143: if l_current_pk_id = l_prev_pk_id then
8144: --

Line 8141: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

8137: --
8138: l_current_pk_id := r_AVA.information1;
8139: --
8140: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8141: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8142: --
8143: if l_current_pk_id = l_prev_pk_id then
8144: --
8145: l_first_rec := false ;

Line 8166: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_RL_F CREATE_ACTUAL_PREMIUM_RULE ',20);

8162: if l_first_rec and not l_update then
8163: -- UPD END
8164:
8165: -- Call Create routine.
8166: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_RL_F CREATE_ACTUAL_PREMIUM_RULE ',20);
8167: BEN_ACTUAL_PREMIUM_RULE_API.CREATE_ACTUAL_PREMIUM_RULE(
8168: --
8169: P_VALIDATE => false
8170: ,P_EFFECTIVE_DATE => l_effective_date

Line 8216: hr_utility.set_location('Before plsql table ',222);

8212: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
8213: );
8214: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8215: -- Update all relevent cer records with new pk_id
8216: hr_utility.set_location('Before plsql table ',222);
8217: hr_utility.set_location('new_value id '||l_actl_prem_vrbl_rt_rl_id,222);
8218: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTL_PREM_VRBL_RT_RL_ID' ;
8219: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_AVA.information1 ;
8220: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_VRBL_RT_RL_ID ;

Line 8217: hr_utility.set_location('new_value id '||l_actl_prem_vrbl_rt_rl_id,222);

8213: );
8214: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8215: -- Update all relevent cer records with new pk_id
8216: hr_utility.set_location('Before plsql table ',222);
8217: hr_utility.set_location('new_value id '||l_actl_prem_vrbl_rt_rl_id,222);
8218: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTL_PREM_VRBL_RT_RL_ID' ;
8219: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_AVA.information1 ;
8220: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_VRBL_RT_RL_ID ;
8221: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 8223: hr_utility.set_location('After plsql table ',222);

8219: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_AVA.information1 ;
8220: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTL_PREM_VRBL_RT_RL_ID ;
8221: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
8222: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_AVA_unique.table_route_id;
8223: hr_utility.set_location('After plsql table ',222);
8224: --
8225: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
8226: --
8227: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 8233: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_RL_F UPDATE_ACTUAL_PREMIUM_RULE ',30);

8229: else
8230: --
8231: -- Call Update routine for the pk_id created in prev run .
8232: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8233: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_RL_F UPDATE_ACTUAL_PREMIUM_RULE ',30);
8234: --UPD START
8235: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8236: --
8237: if l_update then

Line 8235: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

8231: -- Call Update routine for the pk_id created in prev run .
8232: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8233: hr_utility.set_location(' BEN_ACTL_PREM_VRBL_RT_RL_F UPDATE_ACTUAL_PREMIUM_RULE ',30);
8234: --UPD START
8235: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8236: --
8237: if l_update then
8238: --
8239: l_datetrack_mode := r_AVA.datetrack_mode ;

Line 8255: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

8251: l_object_version_number := r_AVA.information265;
8252: --
8253: end if;
8254: --
8255: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8256: --
8257: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8258: --UPD END
8259:

Line 8492: hr_utility.set_location(' r_ABP_unique.table_route_id '||r_ABP_unique.table_route_id,10);

8488: r_ABP_unique.information3 >=
8489: ben_pd_copy_to_ben_one.g_copy_effective_date)
8490: ) then
8491: --
8492: hr_utility.set_location(' r_ABP_unique.table_route_id '||r_ABP_unique.table_route_id,10);
8493: hr_utility.set_location(' r_ABP_unique.information1 '||r_ABP_unique.information1,10);
8494: hr_utility.set_location( 'r_ABP_unique.information2 '||r_ABP_unique.information2,10);
8495: hr_utility.set_location( 'r_ABP_unique.information3 '||r_ABP_unique.information3,10);
8496: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 8493: hr_utility.set_location(' r_ABP_unique.information1 '||r_ABP_unique.information1,10);

8489: ben_pd_copy_to_ben_one.g_copy_effective_date)
8490: ) then
8491: --
8492: hr_utility.set_location(' r_ABP_unique.table_route_id '||r_ABP_unique.table_route_id,10);
8493: hr_utility.set_location(' r_ABP_unique.information1 '||r_ABP_unique.information1,10);
8494: hr_utility.set_location( 'r_ABP_unique.information2 '||r_ABP_unique.information2,10);
8495: hr_utility.set_location( 'r_ABP_unique.information3 '||r_ABP_unique.information3,10);
8496: -- If reuse objects flag is 'Y' then check for the object in the target business group
8497: -- if found insert the record into PLSql table and exit the loop else try create the

Line 8494: hr_utility.set_location( 'r_ABP_unique.information2 '||r_ABP_unique.information2,10);

8490: ) then
8491: --
8492: hr_utility.set_location(' r_ABP_unique.table_route_id '||r_ABP_unique.table_route_id,10);
8493: hr_utility.set_location(' r_ABP_unique.information1 '||r_ABP_unique.information1,10);
8494: hr_utility.set_location( 'r_ABP_unique.information2 '||r_ABP_unique.information2,10);
8495: hr_utility.set_location( 'r_ABP_unique.information3 '||r_ABP_unique.information3,10);
8496: -- If reuse objects flag is 'Y' then check for the object in the target business group
8497: -- if found insert the record into PLSql table and exit the loop else try create the
8498: -- object in the target business group

Line 8495: hr_utility.set_location( 'r_ABP_unique.information3 '||r_ABP_unique.information3,10);

8491: --
8492: hr_utility.set_location(' r_ABP_unique.table_route_id '||r_ABP_unique.table_route_id,10);
8493: hr_utility.set_location(' r_ABP_unique.information1 '||r_ABP_unique.information1,10);
8494: hr_utility.set_location( 'r_ABP_unique.information2 '||r_ABP_unique.information2,10);
8495: hr_utility.set_location( 'r_ABP_unique.information3 '||r_ABP_unique.information3,10);
8496: -- If reuse objects flag is 'Y' then check for the object in the target business group
8497: -- if found insert the record into PLSql table and exit the loop else try create the
8498: -- object in the target business group
8499: --

Line 8542: hr_utility.set_location( 'found record for update',10);

8538: --
8539: -- BEN_PD_COPY_TO_BEN_ONE.log_data('ABP',l_new_value,l_prefix || r_ABP_unique.name|| l_suffix,'REUSED');
8540: --
8541: end if ;
8542: hr_utility.set_location( 'found record for update',10);
8543: --
8544: else
8545: --
8546: l_update := false;

Line 8624: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

8620: -- UPD END
8621: --
8622: l_current_pk_id := r_ABP.information1;
8623: --
8624: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8625: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8626: --
8627: if l_current_pk_id = l_prev_pk_id then
8628: --

Line 8625: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

8621: --
8622: l_current_pk_id := r_ABP.information1;
8623: --
8624: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8625: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8626: --
8627: if l_current_pk_id = l_prev_pk_id then
8628: --
8629: l_first_rec := false ;

Line 8650: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F CREATE_APLCN_TO_BENEFIT_POOL ',20);

8646: if l_first_rec and not l_update then
8647: -- UPD END
8648:
8649: -- Call Create routine.
8650: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F CREATE_APLCN_TO_BENEFIT_POOL ',20);
8651: BEN_APLCN_TO_BENEFIT_POOL_API.CREATE_APLCN_TO_BENEFIT_POOL(
8652: --
8653: P_VALIDATE => false
8654: ,P_EFFECTIVE_DATE => l_effective_date

Line 8698: hr_utility.set_location('Before plsql table ',222);

8694: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
8695: );
8696: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8697: -- Update all relevent cer records with new pk_id
8698: hr_utility.set_location('Before plsql table ',222);
8699: hr_utility.set_location('new_value id '||l_aplcn_to_bnft_pool_id,222);
8700: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'APLCN_TO_BNFT_POOL_ID' ;
8701: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABP.information1 ;
8702: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_APLCN_TO_BNFT_POOL_ID ;

Line 8699: hr_utility.set_location('new_value id '||l_aplcn_to_bnft_pool_id,222);

8695: );
8696: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8697: -- Update all relevent cer records with new pk_id
8698: hr_utility.set_location('Before plsql table ',222);
8699: hr_utility.set_location('new_value id '||l_aplcn_to_bnft_pool_id,222);
8700: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'APLCN_TO_BNFT_POOL_ID' ;
8701: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABP.information1 ;
8702: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_APLCN_TO_BNFT_POOL_ID ;
8703: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 8705: hr_utility.set_location('After plsql table ',222);

8701: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABP.information1 ;
8702: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_APLCN_TO_BNFT_POOL_ID ;
8703: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
8704: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_ABP_unique.table_route_id;
8705: hr_utility.set_location('After plsql table ',222);
8706: --
8707: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
8708: --
8709: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 8715: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F UPDATE_APLCN_TO_BENEFIT_POOL ',30);

8711: else
8712: --
8713: -- Call Update routine for the pk_id created in prev run .
8714: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8715: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F UPDATE_APLCN_TO_BENEFIT_POOL ',30);
8716: --UPD START
8717: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8718: --
8719: if l_update then

Line 8717: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

8713: -- Call Update routine for the pk_id created in prev run .
8714: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8715: hr_utility.set_location(' BEN_APLCN_TO_BNFT_POOL_F UPDATE_APLCN_TO_BENEFIT_POOL ',30);
8716: --UPD START
8717: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8718: --
8719: if l_update then
8720: --
8721: l_datetrack_mode := r_ABP.datetrack_mode ;

Line 8737: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

8733: l_object_version_number := r_ABP.information265;
8734: --
8735: end if;
8736: --
8737: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8738: --
8739: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8740: --UPD END
8741:

Line 8976: hr_utility.set_location(' r_BPR_unique.table_route_id '||r_BPR_unique.table_route_id,10);

8972: r_BPR_unique.information3 >=
8973: ben_pd_copy_to_ben_one.g_copy_effective_date)
8974: ) then
8975: --
8976: hr_utility.set_location(' r_BPR_unique.table_route_id '||r_BPR_unique.table_route_id,10);
8977: hr_utility.set_location(' r_BPR_unique.information1 '||r_BPR_unique.information1,10);
8978: hr_utility.set_location( 'r_BPR_unique.information2 '||r_BPR_unique.information2,10);
8979: hr_utility.set_location( 'r_BPR_unique.information3 '||r_BPR_unique.information3,10);
8980: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 8977: hr_utility.set_location(' r_BPR_unique.information1 '||r_BPR_unique.information1,10);

8973: ben_pd_copy_to_ben_one.g_copy_effective_date)
8974: ) then
8975: --
8976: hr_utility.set_location(' r_BPR_unique.table_route_id '||r_BPR_unique.table_route_id,10);
8977: hr_utility.set_location(' r_BPR_unique.information1 '||r_BPR_unique.information1,10);
8978: hr_utility.set_location( 'r_BPR_unique.information2 '||r_BPR_unique.information2,10);
8979: hr_utility.set_location( 'r_BPR_unique.information3 '||r_BPR_unique.information3,10);
8980: -- If reuse objects flag is 'Y' then check for the object in the target business group
8981: -- if found insert the record into PLSql table and exit the loop else try create the

Line 8978: hr_utility.set_location( 'r_BPR_unique.information2 '||r_BPR_unique.information2,10);

8974: ) then
8975: --
8976: hr_utility.set_location(' r_BPR_unique.table_route_id '||r_BPR_unique.table_route_id,10);
8977: hr_utility.set_location(' r_BPR_unique.information1 '||r_BPR_unique.information1,10);
8978: hr_utility.set_location( 'r_BPR_unique.information2 '||r_BPR_unique.information2,10);
8979: hr_utility.set_location( 'r_BPR_unique.information3 '||r_BPR_unique.information3,10);
8980: -- If reuse objects flag is 'Y' then check for the object in the target business group
8981: -- if found insert the record into PLSql table and exit the loop else try create the
8982: -- object in the target business group

Line 8979: hr_utility.set_location( 'r_BPR_unique.information3 '||r_BPR_unique.information3,10);

8975: --
8976: hr_utility.set_location(' r_BPR_unique.table_route_id '||r_BPR_unique.table_route_id,10);
8977: hr_utility.set_location(' r_BPR_unique.information1 '||r_BPR_unique.information1,10);
8978: hr_utility.set_location( 'r_BPR_unique.information2 '||r_BPR_unique.information2,10);
8979: hr_utility.set_location( 'r_BPR_unique.information3 '||r_BPR_unique.information3,10);
8980: -- If reuse objects flag is 'Y' then check for the object in the target business group
8981: -- if found insert the record into PLSql table and exit the loop else try create the
8982: -- object in the target business group
8983: --

Line 9030: hr_utility.set_location( 'found record for update',10);

9026: --
9027: --BEN_PD_COPY_TO_BEN_ONE.log_data('BPR',l_new_value,l_prefix || r_BPR_unique.name|| l_suffix,'REUSED');
9028: --
9029: end if ;
9030: hr_utility.set_location( 'found record for update',10);
9031: --
9032: else
9033: --
9034: l_update := false;

Line 9110: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

9106: if not l_object_found_in_target OR l_update then
9107: --
9108: l_current_pk_id := r_BPR.information1;
9109: --
9110: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9111: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9112: --
9113: if l_current_pk_id = l_prev_pk_id then
9114: --

Line 9111: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

9107: --
9108: l_current_pk_id := r_BPR.information1;
9109: --
9110: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9111: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9112: --
9113: if l_current_pk_id = l_prev_pk_id then
9114: --
9115: l_first_rec := false ;

Line 9136: hr_utility.set_location(' BEN_BNFT_POOL_RLOVR_RQMT_F CREATE_BNFT_POOL_RLOVR_RQMT ',20);

9132: if l_first_rec and not l_update then
9133: -- UPD END
9134:
9135: -- Call Create routine.
9136: hr_utility.set_location(' BEN_BNFT_POOL_RLOVR_RQMT_F CREATE_BNFT_POOL_RLOVR_RQMT ',20);
9137: BEN_BNFT_POOL_RLOVR_RQMT_API.CREATE_BNFT_POOL_RLOVR_RQMT(
9138: --
9139: P_VALIDATE => false
9140: ,P_EFFECTIVE_DATE => l_effective_date

Line 9203: hr_utility.set_location('Before plsql table ',222);

9199: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
9200: );
9201: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9202: -- Update all relevent cer records with new pk_id
9203: hr_utility.set_location('Before plsql table ',222);
9204: hr_utility.set_location('new_value id '||l_bnft_pool_rlovr_rqmt_id,222);
9205: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'BNFT_POOL_RLOVR_RQMT_ID' ;
9206: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BPR.information1 ;
9207: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_POOL_RLOVR_RQMT_ID ;

Line 9204: hr_utility.set_location('new_value id '||l_bnft_pool_rlovr_rqmt_id,222);

9200: );
9201: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9202: -- Update all relevent cer records with new pk_id
9203: hr_utility.set_location('Before plsql table ',222);
9204: hr_utility.set_location('new_value id '||l_bnft_pool_rlovr_rqmt_id,222);
9205: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'BNFT_POOL_RLOVR_RQMT_ID' ;
9206: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BPR.information1 ;
9207: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_POOL_RLOVR_RQMT_ID ;
9208: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 9210: hr_utility.set_location('After plsql table ',222);

9206: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_BPR.information1 ;
9207: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_BNFT_POOL_RLOVR_RQMT_ID ;
9208: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
9209: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_BPR_unique.table_route_id;
9210: hr_utility.set_location('After plsql table ',222);
9211: --
9212: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
9213: --
9214: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 9220: hr_utility.set_location(' BEN_BNFT_POOL_RLOVR_RQMT_F UPDATE_BNFT_POOL_RLOVR_RQMT ',30);

9216: else
9217: --
9218: -- Call Update routine for the pk_id created in prev run .
9219: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9220: hr_utility.set_location(' BEN_BNFT_POOL_RLOVR_RQMT_F UPDATE_BNFT_POOL_RLOVR_RQMT ',30);
9221: --UPD START
9222: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9223: --
9224: if l_update then

Line 9222: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

9218: -- Call Update routine for the pk_id created in prev run .
9219: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9220: hr_utility.set_location(' BEN_BNFT_POOL_RLOVR_RQMT_F UPDATE_BNFT_POOL_RLOVR_RQMT ',30);
9221: --UPD START
9222: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9223: --
9224: if l_update then
9225: --
9226: l_datetrack_mode := r_BPR.datetrack_mode ;

Line 9242: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

9238: l_object_version_number := r_BPR.information265;
9239: --
9240: end if;
9241: --
9242: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9243: --
9244: IF l_update OR l_dml_operation <> 'UPDATE' THEN
9245: --UPD END
9246: BEN_BNFT_POOL_RLOVR_RQMT_API.UPDATE_BNFT_POOL_RLOVR_RQMT(

Line 9500: hr_utility.set_location(' r_DCR_unique.table_route_id '||r_DCR_unique.table_route_id,10);

9496: r_DCR_unique.information3 >=
9497: ben_pd_copy_to_ben_one.g_copy_effective_date)
9498: ) then
9499: --
9500: hr_utility.set_location(' r_DCR_unique.table_route_id '||r_DCR_unique.table_route_id,10);
9501: hr_utility.set_location(' r_DCR_unique.information1 '||r_DCR_unique.information1,10);
9502: hr_utility.set_location( 'r_DCR_unique.information2 '||r_DCR_unique.information2,10);
9503: hr_utility.set_location( 'r_DCR_unique.information3 '||r_DCR_unique.information3,10);
9504: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 9501: hr_utility.set_location(' r_DCR_unique.information1 '||r_DCR_unique.information1,10);

9497: ben_pd_copy_to_ben_one.g_copy_effective_date)
9498: ) then
9499: --
9500: hr_utility.set_location(' r_DCR_unique.table_route_id '||r_DCR_unique.table_route_id,10);
9501: hr_utility.set_location(' r_DCR_unique.information1 '||r_DCR_unique.information1,10);
9502: hr_utility.set_location( 'r_DCR_unique.information2 '||r_DCR_unique.information2,10);
9503: hr_utility.set_location( 'r_DCR_unique.information3 '||r_DCR_unique.information3,10);
9504: -- If reuse objects flag is 'Y' then check for the object in the target business group
9505: -- if found insert the record into PLSql table and exit the loop else try create the

Line 9502: hr_utility.set_location( 'r_DCR_unique.information2 '||r_DCR_unique.information2,10);

9498: ) then
9499: --
9500: hr_utility.set_location(' r_DCR_unique.table_route_id '||r_DCR_unique.table_route_id,10);
9501: hr_utility.set_location(' r_DCR_unique.information1 '||r_DCR_unique.information1,10);
9502: hr_utility.set_location( 'r_DCR_unique.information2 '||r_DCR_unique.information2,10);
9503: hr_utility.set_location( 'r_DCR_unique.information3 '||r_DCR_unique.information3,10);
9504: -- If reuse objects flag is 'Y' then check for the object in the target business group
9505: -- if found insert the record into PLSql table and exit the loop else try create the
9506: -- object in the target business group

Line 9503: hr_utility.set_location( 'r_DCR_unique.information3 '||r_DCR_unique.information3,10);

9499: --
9500: hr_utility.set_location(' r_DCR_unique.table_route_id '||r_DCR_unique.table_route_id,10);
9501: hr_utility.set_location(' r_DCR_unique.information1 '||r_DCR_unique.information1,10);
9502: hr_utility.set_location( 'r_DCR_unique.information2 '||r_DCR_unique.information2,10);
9503: hr_utility.set_location( 'r_DCR_unique.information3 '||r_DCR_unique.information3,10);
9504: -- If reuse objects flag is 'Y' then check for the object in the target business group
9505: -- if found insert the record into PLSql table and exit the loop else try create the
9506: -- object in the target business group
9507: --

Line 9550: hr_utility.set_location( 'found record for update',10);

9546: --
9547: --BEN_PD_COPY_TO_BEN_ONE.log_data('DCR',l_new_value,l_prefix || r_DCR_unique.name|| l_suffix,'REUSED');
9548: --
9549: end if ;
9550: hr_utility.set_location( 'found record for update',10);
9551: --
9552: else
9553: --
9554: l_update := false;

Line 9631: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

9627: if not l_object_found_in_target OR l_update then
9628: --
9629: l_current_pk_id := r_DCR.information1;
9630: --
9631: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9632: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9633: --
9634: if l_current_pk_id = l_prev_pk_id then
9635: --

Line 9632: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

9628: --
9629: l_current_pk_id := r_DCR.information1;
9630: --
9631: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9632: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9633: --
9634: if l_current_pk_id = l_prev_pk_id then
9635: --
9636: l_first_rec := false ;

Line 9655: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F CREATE_DPNT_CVG_RQD_RLSHP ',20);

9651: --if l_first_rec then
9652: if l_first_rec and not l_update then
9653: -- UPD END
9654: -- Call Create routine.
9655: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F CREATE_DPNT_CVG_RQD_RLSHP ',20);
9656: BEN_DPNT_CVG_RQD_RLSHP_API.CREATE_DPNT_CVG_RQD_RLSHP(
9657: --
9658: P_VALIDATE => false
9659: ,P_EFFECTIVE_DATE => l_effective_date

Line 9707: hr_utility.set_location('Before plsql table ',222);

9703: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
9704: );
9705: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9706: -- Update all relevent cer records with new pk_id
9707: hr_utility.set_location('Before plsql table ',222);
9708: hr_utility.set_location('new_value id '||l_dpnt_cvg_rqd_rlshp_id,222);
9709: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'DPNT_CVG_RQD_RLSHP_ID' ;
9710: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DCR.information1 ;
9711: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DPNT_CVG_RQD_RLSHP_ID ;

Line 9708: hr_utility.set_location('new_value id '||l_dpnt_cvg_rqd_rlshp_id,222);

9704: );
9705: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9706: -- Update all relevent cer records with new pk_id
9707: hr_utility.set_location('Before plsql table ',222);
9708: hr_utility.set_location('new_value id '||l_dpnt_cvg_rqd_rlshp_id,222);
9709: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'DPNT_CVG_RQD_RLSHP_ID' ;
9710: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DCR.information1 ;
9711: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DPNT_CVG_RQD_RLSHP_ID ;
9712: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 9714: hr_utility.set_location('After plsql table ',222);

9710: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DCR.information1 ;
9711: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DPNT_CVG_RQD_RLSHP_ID ;
9712: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
9713: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_DCR_unique.table_route_id;
9714: hr_utility.set_location('After plsql table ',222);
9715: --
9716: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
9717: --
9718: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 9724: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F UPDATE_DPNT_CVG_RQD_RLSHP ',30);

9720: else
9721: --
9722: -- Call Update routine for the pk_id created in prev run .
9723: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9724: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F UPDATE_DPNT_CVG_RQD_RLSHP ',30);
9725: --UPD START
9726: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9727: --
9728: if l_update then

Line 9726: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

9722: -- Call Update routine for the pk_id created in prev run .
9723: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9724: hr_utility.set_location(' BEN_DPNT_CVG_RQD_RLSHP_F UPDATE_DPNT_CVG_RQD_RLSHP ',30);
9725: --UPD START
9726: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9727: --
9728: if l_update then
9729: --
9730: l_datetrack_mode := r_DCR.datetrack_mode ;

Line 9746: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

9742: l_object_version_number := r_DCR.information265;
9743: --
9744: end if;
9745: --
9746: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9747: --
9748: IF l_update OR l_dml_operation <> 'UPDATE' THEN
9749: --UPD END
9750:

Line 9986: hr_utility.set_location(' r_DEC_unique.table_route_id '||r_DEC_unique.table_route_id,10);

9982: r_DEC_unique.information3 >=
9983: ben_pd_copy_to_ben_one.g_copy_effective_date)
9984: ) then
9985: --
9986: hr_utility.set_location(' r_DEC_unique.table_route_id '||r_DEC_unique.table_route_id,10);
9987: hr_utility.set_location(' r_DEC_unique.information1 '||r_DEC_unique.information1,10);
9988: hr_utility.set_location( 'r_DEC_unique.information2 '||r_DEC_unique.information2,10);
9989: hr_utility.set_location( 'r_DEC_unique.information3 '||r_DEC_unique.information3,10);
9990: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 9987: hr_utility.set_location(' r_DEC_unique.information1 '||r_DEC_unique.information1,10);

9983: ben_pd_copy_to_ben_one.g_copy_effective_date)
9984: ) then
9985: --
9986: hr_utility.set_location(' r_DEC_unique.table_route_id '||r_DEC_unique.table_route_id,10);
9987: hr_utility.set_location(' r_DEC_unique.information1 '||r_DEC_unique.information1,10);
9988: hr_utility.set_location( 'r_DEC_unique.information2 '||r_DEC_unique.information2,10);
9989: hr_utility.set_location( 'r_DEC_unique.information3 '||r_DEC_unique.information3,10);
9990: -- If reuse objects flag is 'Y' then check for the object in the target business group
9991: -- if found insert the record into PLSql table and exit the loop else try create the

Line 9988: hr_utility.set_location( 'r_DEC_unique.information2 '||r_DEC_unique.information2,10);

9984: ) then
9985: --
9986: hr_utility.set_location(' r_DEC_unique.table_route_id '||r_DEC_unique.table_route_id,10);
9987: hr_utility.set_location(' r_DEC_unique.information1 '||r_DEC_unique.information1,10);
9988: hr_utility.set_location( 'r_DEC_unique.information2 '||r_DEC_unique.information2,10);
9989: hr_utility.set_location( 'r_DEC_unique.information3 '||r_DEC_unique.information3,10);
9990: -- If reuse objects flag is 'Y' then check for the object in the target business group
9991: -- if found insert the record into PLSql table and exit the loop else try create the
9992: -- object in the target business group

Line 9989: hr_utility.set_location( 'r_DEC_unique.information3 '||r_DEC_unique.information3,10);

9985: --
9986: hr_utility.set_location(' r_DEC_unique.table_route_id '||r_DEC_unique.table_route_id,10);
9987: hr_utility.set_location(' r_DEC_unique.information1 '||r_DEC_unique.information1,10);
9988: hr_utility.set_location( 'r_DEC_unique.information2 '||r_DEC_unique.information2,10);
9989: hr_utility.set_location( 'r_DEC_unique.information3 '||r_DEC_unique.information3,10);
9990: -- If reuse objects flag is 'Y' then check for the object in the target business group
9991: -- if found insert the record into PLSql table and exit the loop else try create the
9992: -- object in the target business group
9993: --

Line 10033: hr_utility.set_location( 'found record for update',10);

10029: --
10030: --BEN_PD_COPY_TO_BEN_ONE.log_data('DEC',l_new_value,l_prefix || r_DEC_unique.name|| l_suffix,'REUSED');
10031: --
10032: end if ;
10033: hr_utility.set_location( 'found record for update',10);
10034: --
10035: else
10036: --
10037: l_update := false;

Line 10114: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

10110:
10111: --
10112: l_current_pk_id := r_DEC.information1;
10113: --
10114: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10115: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10116: --
10117: if l_current_pk_id = l_prev_pk_id then
10118: --

Line 10115: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

10111: --
10112: l_current_pk_id := r_DEC.information1;
10113: --
10114: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10115: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10116: --
10117: if l_current_pk_id = l_prev_pk_id then
10118: --
10119: l_first_rec := false ;

Line 10138: hr_utility.set_location(' BEN_DSGNTR_ENRLD_CVG_F CREATE_DSGNTR_ENRLD_CVG ',20);

10134: --if l_first_rec then
10135: if l_first_rec and not l_update then
10136:
10137: -- Call Create routine.
10138: hr_utility.set_location(' BEN_DSGNTR_ENRLD_CVG_F CREATE_DSGNTR_ENRLD_CVG ',20);
10139: BEN_DSGNTR_ENRLD_CVG_API.CREATE_DSGNTR_ENRLD_CVG(
10140: --
10141: P_VALIDATE => false
10142: ,P_EFFECTIVE_DATE => l_effective_date

Line 10186: hr_utility.set_location('Before plsql table ',222);

10182: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
10183: );
10184: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10185: -- Update all relevent cer records with new pk_id
10186: hr_utility.set_location('Before plsql table ',222);
10187: hr_utility.set_location('new_value id '||l_dsgntr_enrld_cvg_id,222);
10188: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'DSGNTR_ENRLD_CVG_ID' ;
10189: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DEC.information1 ;
10190: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DSGNTR_ENRLD_CVG_ID ;

Line 10187: hr_utility.set_location('new_value id '||l_dsgntr_enrld_cvg_id,222);

10183: );
10184: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10185: -- Update all relevent cer records with new pk_id
10186: hr_utility.set_location('Before plsql table ',222);
10187: hr_utility.set_location('new_value id '||l_dsgntr_enrld_cvg_id,222);
10188: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'DSGNTR_ENRLD_CVG_ID' ;
10189: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DEC.information1 ;
10190: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DSGNTR_ENRLD_CVG_ID ;
10191: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 10193: hr_utility.set_location('After plsql table ',222);

10189: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DEC.information1 ;
10190: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DSGNTR_ENRLD_CVG_ID ;
10191: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
10192: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_DEC_unique.table_route_id;
10193: hr_utility.set_location('After plsql table ',222);
10194: --
10195: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
10196: --
10197: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 10203: hr_utility.set_location(' BEN_DSGNTR_ENRLD_CVG_F UPDATE_DSGNTR_ENRLD_CVG ',30);

10199: else
10200: --
10201: -- Call Update routine for the pk_id created in prev run .
10202: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10203: hr_utility.set_location(' BEN_DSGNTR_ENRLD_CVG_F UPDATE_DSGNTR_ENRLD_CVG ',30);
10204: --UPD START
10205: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10206: --
10207: if l_update then

Line 10205: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

10201: -- Call Update routine for the pk_id created in prev run .
10202: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10203: hr_utility.set_location(' BEN_DSGNTR_ENRLD_CVG_F UPDATE_DSGNTR_ENRLD_CVG ',30);
10204: --UPD START
10205: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10206: --
10207: if l_update then
10208: --
10209: l_datetrack_mode := r_DEC.datetrack_mode ;

Line 10225: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

10221: l_object_version_number := r_DEC.information265;
10222: --
10223: end if;
10224: --
10225: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10226: --
10227: IF l_update OR l_dml_operation <> 'UPDATE' THEN
10228: --UPD END
10229:

Line 10459: hr_utility.set_location(' r_DPC_unique.table_route_id '||r_DPC_unique.table_route_id,10);

10455: r_DPC_unique.information3 >=
10456: ben_pd_copy_to_ben_one.g_copy_effective_date)
10457: ) then
10458: --
10459: hr_utility.set_location(' r_DPC_unique.table_route_id '||r_DPC_unique.table_route_id,10);
10460: hr_utility.set_location(' r_DPC_unique.information1 '||r_DPC_unique.information1,10);
10461: hr_utility.set_location( 'r_DPC_unique.information2 '||r_DPC_unique.information2,10);
10462: hr_utility.set_location( 'r_DPC_unique.information3 '||r_DPC_unique.information3,10);
10463: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 10460: hr_utility.set_location(' r_DPC_unique.information1 '||r_DPC_unique.information1,10);

10456: ben_pd_copy_to_ben_one.g_copy_effective_date)
10457: ) then
10458: --
10459: hr_utility.set_location(' r_DPC_unique.table_route_id '||r_DPC_unique.table_route_id,10);
10460: hr_utility.set_location(' r_DPC_unique.information1 '||r_DPC_unique.information1,10);
10461: hr_utility.set_location( 'r_DPC_unique.information2 '||r_DPC_unique.information2,10);
10462: hr_utility.set_location( 'r_DPC_unique.information3 '||r_DPC_unique.information3,10);
10463: -- If reuse objects flag is 'Y' then check for the object in the target business group
10464: -- if found insert the record into PLSql table and exit the loop else try create the

Line 10461: hr_utility.set_location( 'r_DPC_unique.information2 '||r_DPC_unique.information2,10);

10457: ) then
10458: --
10459: hr_utility.set_location(' r_DPC_unique.table_route_id '||r_DPC_unique.table_route_id,10);
10460: hr_utility.set_location(' r_DPC_unique.information1 '||r_DPC_unique.information1,10);
10461: hr_utility.set_location( 'r_DPC_unique.information2 '||r_DPC_unique.information2,10);
10462: hr_utility.set_location( 'r_DPC_unique.information3 '||r_DPC_unique.information3,10);
10463: -- If reuse objects flag is 'Y' then check for the object in the target business group
10464: -- if found insert the record into PLSql table and exit the loop else try create the
10465: -- object in the target business group

Line 10462: hr_utility.set_location( 'r_DPC_unique.information3 '||r_DPC_unique.information3,10);

10458: --
10459: hr_utility.set_location(' r_DPC_unique.table_route_id '||r_DPC_unique.table_route_id,10);
10460: hr_utility.set_location(' r_DPC_unique.information1 '||r_DPC_unique.information1,10);
10461: hr_utility.set_location( 'r_DPC_unique.information2 '||r_DPC_unique.information2,10);
10462: hr_utility.set_location( 'r_DPC_unique.information3 '||r_DPC_unique.information3,10);
10463: -- If reuse objects flag is 'Y' then check for the object in the target business group
10464: -- if found insert the record into PLSql table and exit the loop else try create the
10465: -- object in the target business group
10466: --

Line 10509: hr_utility.set_location( 'found record for update',10);

10505: --
10506: --BEN_PD_COPY_TO_BEN_ONE.log_data('DPC',l_new_value,l_prefix || r_DPC_unique.name|| l_suffix,'REUSED');
10507: --
10508: end if ;
10509: hr_utility.set_location( 'found record for update',10);
10510: --
10511: else
10512: --
10513: l_update := false;

Line 10592: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

10588: -- UPD END
10589: --
10590: l_current_pk_id := r_DPC.information1;
10591: --
10592: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10593: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10594: --
10595: if l_current_pk_id = l_prev_pk_id then
10596: --

Line 10593: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

10589: --
10590: l_current_pk_id := r_DPC.information1;
10591: --
10592: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10593: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10594: --
10595: if l_current_pk_id = l_prev_pk_id then
10596: --
10597: l_first_rec := false ;

Line 10617: hr_utility.set_location(' BEN_DPNT_CVRD_ANTHR_PL_CVG_F CREATE_DPNT_CVD_ANTHR_PL_CVG ',20);

10613: if l_first_rec and not l_update then
10614: -- UPD END
10615:
10616: -- Call Create routine.
10617: hr_utility.set_location(' BEN_DPNT_CVRD_ANTHR_PL_CVG_F CREATE_DPNT_CVD_ANTHR_PL_CVG ',20);
10618: BEN_DPNT_CVD_ANTHR_PL_CVG_API.CREATE_DPNT_CVD_ANTHR_PL_CVG(
10619: --
10620: P_VALIDATE => false
10621: ,P_EFFECTIVE_DATE => l_effective_date

Line 10668: hr_utility.set_location('Before plsql table ',222);

10664: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
10665: );
10666: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10667: -- Update all relevent cer records with new pk_id
10668: hr_utility.set_location('Before plsql table ',222);
10669: hr_utility.set_location('new_value id '||l_dpnt_cvrd_anthr_pl_cvg_id,222);
10670: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'DPNT_CVRD_ANTHR_PL_CVG_ID' ;
10671: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DPC.information1 ;
10672: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DPNT_CVRD_ANTHR_PL_CVG_ID ;

Line 10669: hr_utility.set_location('new_value id '||l_dpnt_cvrd_anthr_pl_cvg_id,222);

10665: );
10666: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10667: -- Update all relevent cer records with new pk_id
10668: hr_utility.set_location('Before plsql table ',222);
10669: hr_utility.set_location('new_value id '||l_dpnt_cvrd_anthr_pl_cvg_id,222);
10670: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'DPNT_CVRD_ANTHR_PL_CVG_ID' ;
10671: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DPC.information1 ;
10672: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DPNT_CVRD_ANTHR_PL_CVG_ID ;
10673: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 10675: hr_utility.set_location('After plsql table ',222);

10671: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_DPC.information1 ;
10672: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_DPNT_CVRD_ANTHR_PL_CVG_ID ;
10673: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
10674: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_DPC_unique.table_route_id;
10675: hr_utility.set_location('After plsql table ',222);
10676: --
10677: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
10678: --
10679: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 10685: hr_utility.set_location(' BEN_DPNT_CVRD_ANTHR_PL_CVG_F UPDATE_DPNT_CVD_ANTHR_PL_CVG ',30);

10681: else
10682: --
10683: -- Call Update routine for the pk_id created in prev run .
10684: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10685: hr_utility.set_location(' BEN_DPNT_CVRD_ANTHR_PL_CVG_F UPDATE_DPNT_CVD_ANTHR_PL_CVG ',30);
10686: --UPD START
10687: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10688: --
10689: if l_update then

Line 10687: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

10683: -- Call Update routine for the pk_id created in prev run .
10684: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10685: hr_utility.set_location(' BEN_DPNT_CVRD_ANTHR_PL_CVG_F UPDATE_DPNT_CVD_ANTHR_PL_CVG ',30);
10686: --UPD START
10687: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10688: --
10689: if l_update then
10690: --
10691: l_datetrack_mode := r_DPC.datetrack_mode ;

Line 10707: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

10703: l_object_version_number := r_DPC.information265;
10704: --
10705: end if;
10706: --
10707: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10708: --
10709: IF l_update OR l_dml_operation <> 'UPDATE' THEN
10710: --UPD END
10711:

Line 10947: hr_utility.set_location(' r_EAC_unique.table_route_id '||r_EAC_unique.table_route_id,10);

10943: r_EAC_unique.information3 >=
10944: ben_pd_copy_to_ben_one.g_copy_effective_date)
10945: ) then
10946: --
10947: hr_utility.set_location(' r_EAC_unique.table_route_id '||r_EAC_unique.table_route_id,10);
10948: hr_utility.set_location(' r_EAC_unique.information1 '||r_EAC_unique.information1,10);
10949: hr_utility.set_location( 'r_EAC_unique.information2 '||r_EAC_unique.information2,10);
10950: hr_utility.set_location( 'r_EAC_unique.information3 '||r_EAC_unique.information3,10);
10951: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 10948: hr_utility.set_location(' r_EAC_unique.information1 '||r_EAC_unique.information1,10);

10944: ben_pd_copy_to_ben_one.g_copy_effective_date)
10945: ) then
10946: --
10947: hr_utility.set_location(' r_EAC_unique.table_route_id '||r_EAC_unique.table_route_id,10);
10948: hr_utility.set_location(' r_EAC_unique.information1 '||r_EAC_unique.information1,10);
10949: hr_utility.set_location( 'r_EAC_unique.information2 '||r_EAC_unique.information2,10);
10950: hr_utility.set_location( 'r_EAC_unique.information3 '||r_EAC_unique.information3,10);
10951: -- If reuse objects flag is 'Y' then check for the object in the target business group
10952: -- if found insert the record into PLSql table and exit the loop else try create the

Line 10949: hr_utility.set_location( 'r_EAC_unique.information2 '||r_EAC_unique.information2,10);

10945: ) then
10946: --
10947: hr_utility.set_location(' r_EAC_unique.table_route_id '||r_EAC_unique.table_route_id,10);
10948: hr_utility.set_location(' r_EAC_unique.information1 '||r_EAC_unique.information1,10);
10949: hr_utility.set_location( 'r_EAC_unique.information2 '||r_EAC_unique.information2,10);
10950: hr_utility.set_location( 'r_EAC_unique.information3 '||r_EAC_unique.information3,10);
10951: -- If reuse objects flag is 'Y' then check for the object in the target business group
10952: -- if found insert the record into PLSql table and exit the loop else try create the
10953: -- object in the target business group

Line 10950: hr_utility.set_location( 'r_EAC_unique.information3 '||r_EAC_unique.information3,10);

10946: --
10947: hr_utility.set_location(' r_EAC_unique.table_route_id '||r_EAC_unique.table_route_id,10);
10948: hr_utility.set_location(' r_EAC_unique.information1 '||r_EAC_unique.information1,10);
10949: hr_utility.set_location( 'r_EAC_unique.information2 '||r_EAC_unique.information2,10);
10950: hr_utility.set_location( 'r_EAC_unique.information3 '||r_EAC_unique.information3,10);
10951: -- If reuse objects flag is 'Y' then check for the object in the target business group
10952: -- if found insert the record into PLSql table and exit the loop else try create the
10953: -- object in the target business group
10954: --

Line 10997: hr_utility.set_location( 'found record for update',10);

10993: --
10994: --BEN_PD_COPY_TO_BEN_ONE.log_data('EAC',l_new_value,l_prefix || r_EAC_unique.name|| l_suffix,'REUSED');
10995: --
10996: end if ;
10997: hr_utility.set_location( 'found record for update',10);
10998: --
10999: else
11000: --
11001: l_update := false;

Line 11078: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

11074: -- UPD END
11075: --
11076: l_current_pk_id := r_EAC.information1;
11077: --
11078: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11079: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11080: --
11081: if l_current_pk_id = l_prev_pk_id then
11082: --

Line 11079: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

11075: --
11076: l_current_pk_id := r_EAC.information1;
11077: --
11078: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11079: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11080: --
11081: if l_current_pk_id = l_prev_pk_id then
11082: --
11083: l_first_rec := false ;

Line 11102: hr_utility.set_location(' BEN_ELIG_AGE_CVG_F CREATE_ELIG_AGE_CVG ',20);

11098: --if l_first_rec then
11099: if l_first_rec and not l_update then
11100:
11101: -- Call Create routine.
11102: hr_utility.set_location(' BEN_ELIG_AGE_CVG_F CREATE_ELIG_AGE_CVG ',20);
11103: BEN_ELIG_AGE_CVG_API.CREATE_ELIG_AGE_CVG(
11104: --
11105: P_VALIDATE => false
11106: ,P_EFFECTIVE_DATE => l_effective_date

Line 11155: hr_utility.set_location('Before plsql table ',222);

11151: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
11152: );
11153: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11154: -- Update all relevent cer records with new pk_id
11155: hr_utility.set_location('Before plsql table ',222);
11156: hr_utility.set_location('new_value id '||l_elig_age_cvg_id,222);
11157: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_AGE_CVG_ID' ;
11158: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EAC.information1 ;
11159: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_AGE_CVG_ID ;

Line 11156: hr_utility.set_location('new_value id '||l_elig_age_cvg_id,222);

11152: );
11153: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11154: -- Update all relevent cer records with new pk_id
11155: hr_utility.set_location('Before plsql table ',222);
11156: hr_utility.set_location('new_value id '||l_elig_age_cvg_id,222);
11157: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_AGE_CVG_ID' ;
11158: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EAC.information1 ;
11159: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_AGE_CVG_ID ;
11160: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 11162: hr_utility.set_location('After plsql table ',222);

11158: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EAC.information1 ;
11159: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_AGE_CVG_ID ;
11160: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
11161: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_EAC_unique.table_route_id;
11162: hr_utility.set_location('After plsql table ',222);
11163: --
11164: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
11165: --
11166: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 11172: hr_utility.set_location(' BEN_ELIG_AGE_CVG_F UPDATE_ELIG_AGE_CVG ',30);

11168: else
11169: --
11170: -- Call Update routine for the pk_id created in prev run .
11171: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11172: hr_utility.set_location(' BEN_ELIG_AGE_CVG_F UPDATE_ELIG_AGE_CVG ',30);
11173: --UPD START
11174: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11175: --
11176: if l_update then

Line 11174: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

11170: -- Call Update routine for the pk_id created in prev run .
11171: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11172: hr_utility.set_location(' BEN_ELIG_AGE_CVG_F UPDATE_ELIG_AGE_CVG ',30);
11173: --UPD START
11174: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11175: --
11176: if l_update then
11177: --
11178: l_datetrack_mode := r_EAC.datetrack_mode ;

Line 11194: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

11190: l_object_version_number := r_EAC.information265;
11191: --
11192: end if;
11193: --
11194: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11195: --
11196: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11197: --UPD END
11198:

Line 11436: hr_utility.set_location(' r_EDC_unique.table_route_id '||r_EDC_unique.table_route_id,10);

11432: r_EDC_unique.information3 >=
11433: ben_pd_copy_to_ben_one.g_copy_effective_date)
11434: ) then
11435: --
11436: hr_utility.set_location(' r_EDC_unique.table_route_id '||r_EDC_unique.table_route_id,10);
11437: hr_utility.set_location(' r_EDC_unique.information1 '||r_EDC_unique.information1,10);
11438: hr_utility.set_location( 'r_EDC_unique.information2 '||r_EDC_unique.information2,10);
11439: hr_utility.set_location( 'r_EDC_unique.information3 '||r_EDC_unique.information3,10);
11440: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 11437: hr_utility.set_location(' r_EDC_unique.information1 '||r_EDC_unique.information1,10);

11433: ben_pd_copy_to_ben_one.g_copy_effective_date)
11434: ) then
11435: --
11436: hr_utility.set_location(' r_EDC_unique.table_route_id '||r_EDC_unique.table_route_id,10);
11437: hr_utility.set_location(' r_EDC_unique.information1 '||r_EDC_unique.information1,10);
11438: hr_utility.set_location( 'r_EDC_unique.information2 '||r_EDC_unique.information2,10);
11439: hr_utility.set_location( 'r_EDC_unique.information3 '||r_EDC_unique.information3,10);
11440: -- If reuse objects flag is 'Y' then check for the object in the target business group
11441: -- if found insert the record into PLSql table and exit the loop else try create the

Line 11438: hr_utility.set_location( 'r_EDC_unique.information2 '||r_EDC_unique.information2,10);

11434: ) then
11435: --
11436: hr_utility.set_location(' r_EDC_unique.table_route_id '||r_EDC_unique.table_route_id,10);
11437: hr_utility.set_location(' r_EDC_unique.information1 '||r_EDC_unique.information1,10);
11438: hr_utility.set_location( 'r_EDC_unique.information2 '||r_EDC_unique.information2,10);
11439: hr_utility.set_location( 'r_EDC_unique.information3 '||r_EDC_unique.information3,10);
11440: -- If reuse objects flag is 'Y' then check for the object in the target business group
11441: -- if found insert the record into PLSql table and exit the loop else try create the
11442: -- object in the target business group

Line 11439: hr_utility.set_location( 'r_EDC_unique.information3 '||r_EDC_unique.information3,10);

11435: --
11436: hr_utility.set_location(' r_EDC_unique.table_route_id '||r_EDC_unique.table_route_id,10);
11437: hr_utility.set_location(' r_EDC_unique.information1 '||r_EDC_unique.information1,10);
11438: hr_utility.set_location( 'r_EDC_unique.information2 '||r_EDC_unique.information2,10);
11439: hr_utility.set_location( 'r_EDC_unique.information3 '||r_EDC_unique.information3,10);
11440: -- If reuse objects flag is 'Y' then check for the object in the target business group
11441: -- if found insert the record into PLSql table and exit the loop else try create the
11442: -- object in the target business group
11443: --

Line 11486: hr_utility.set_location( 'found record for update',10);

11482: --
11483: --BEN_PD_COPY_TO_BEN_ONE.log_data('EDC',l_new_value,l_prefix || r_EDC_unique.name|| l_suffix,'REUSED');
11484: --
11485: end if ;
11486: hr_utility.set_location( 'found record for update',10);
11487: --
11488: else
11489: --
11490: l_update := false;

Line 11558: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

11554: --if not l_object_found_in_target then
11555: --
11556: l_current_pk_id := r_EDC.information1;
11557: --
11558: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11559: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11560: --
11561: if l_current_pk_id = l_prev_pk_id then
11562: --

Line 11559: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

11555: --
11556: l_current_pk_id := r_EDC.information1;
11557: --
11558: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11559: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11560: --
11561: if l_current_pk_id = l_prev_pk_id then
11562: --
11563: l_first_rec := false ;

Line 11581: hr_utility.set_location(' BEN_ELIG_DSBLD_STAT_CVG_F CREATE_ELIG_DSBLD_STAT_CVG ',20);

11577:
11578: --if l_first_rec then
11579: if l_first_rec and not l_update then
11580: -- Call Create routine.
11581: hr_utility.set_location(' BEN_ELIG_DSBLD_STAT_CVG_F CREATE_ELIG_DSBLD_STAT_CVG ',20);
11582: BEN_ELIG_DSBLD_STAT_CVG_API.CREATE_ELIG_DSBLD_STAT_CVG(
11583: --
11584: P_VALIDATE => false
11585: ,P_EFFECTIVE_DATE => l_effective_date

Line 11633: hr_utility.set_location('Before plsql table ',222);

11629: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
11630: );
11631: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11632: -- Update all relevent cer records with new pk_id
11633: hr_utility.set_location('Before plsql table ',222);
11634: hr_utility.set_location('new_value id '||l_elig_dsbld_stat_cvg_id,222);
11635: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_DSBLD_STAT_CVG_ID' ;
11636: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EDC.information1 ;
11637: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_DSBLD_STAT_CVG_ID ;

Line 11634: hr_utility.set_location('new_value id '||l_elig_dsbld_stat_cvg_id,222);

11630: );
11631: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11632: -- Update all relevent cer records with new pk_id
11633: hr_utility.set_location('Before plsql table ',222);
11634: hr_utility.set_location('new_value id '||l_elig_dsbld_stat_cvg_id,222);
11635: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_DSBLD_STAT_CVG_ID' ;
11636: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EDC.information1 ;
11637: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_DSBLD_STAT_CVG_ID ;
11638: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 11640: hr_utility.set_location('After plsql table ',222);

11636: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EDC.information1 ;
11637: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_DSBLD_STAT_CVG_ID ;
11638: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
11639: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_EDC_unique.table_route_id;
11640: hr_utility.set_location('After plsql table ',222);
11641: --
11642: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
11643: --
11644: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 11650: hr_utility.set_location(' BEN_ELIG_DSBLD_STAT_CVG_F UPDATE_ELIG_DSBLD_STAT_CVG ',30);

11646: else
11647: --
11648: -- Call Update routine for the pk_id created in prev run .
11649: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11650: hr_utility.set_location(' BEN_ELIG_DSBLD_STAT_CVG_F UPDATE_ELIG_DSBLD_STAT_CVG ',30);
11651: --UPD START
11652: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11653: --
11654: if l_update then

Line 11652: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

11648: -- Call Update routine for the pk_id created in prev run .
11649: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11650: hr_utility.set_location(' BEN_ELIG_DSBLD_STAT_CVG_F UPDATE_ELIG_DSBLD_STAT_CVG ',30);
11651: --UPD START
11652: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11653: --
11654: if l_update then
11655: --
11656: l_datetrack_mode := r_EDC.datetrack_mode ;

Line 11672: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

11668: l_object_version_number := r_EDC.information265;
11669: --
11670: end if;
11671: --
11672: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11673: --
11674: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11675: --UPD END
11676:

Line 11911: hr_utility.set_location(' r_EMC_unique.table_route_id '||r_EMC_unique.table_route_id,10);

11907: r_EMC_unique.information3 >=
11908: ben_pd_copy_to_ben_one.g_copy_effective_date)
11909: ) then
11910: --
11911: hr_utility.set_location(' r_EMC_unique.table_route_id '||r_EMC_unique.table_route_id,10);
11912: hr_utility.set_location(' r_EMC_unique.information1 '||r_EMC_unique.information1,10);
11913: hr_utility.set_location( 'r_EMC_unique.information2 '||r_EMC_unique.information2,10);
11914: hr_utility.set_location( 'r_EMC_unique.information3 '||r_EMC_unique.information3,10);
11915: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 11912: hr_utility.set_location(' r_EMC_unique.information1 '||r_EMC_unique.information1,10);

11908: ben_pd_copy_to_ben_one.g_copy_effective_date)
11909: ) then
11910: --
11911: hr_utility.set_location(' r_EMC_unique.table_route_id '||r_EMC_unique.table_route_id,10);
11912: hr_utility.set_location(' r_EMC_unique.information1 '||r_EMC_unique.information1,10);
11913: hr_utility.set_location( 'r_EMC_unique.information2 '||r_EMC_unique.information2,10);
11914: hr_utility.set_location( 'r_EMC_unique.information3 '||r_EMC_unique.information3,10);
11915: -- If reuse objects flag is 'Y' then check for the object in the target business group
11916: -- if found insert the record into PLSql table and exit the loop else try create the

Line 11913: hr_utility.set_location( 'r_EMC_unique.information2 '||r_EMC_unique.information2,10);

11909: ) then
11910: --
11911: hr_utility.set_location(' r_EMC_unique.table_route_id '||r_EMC_unique.table_route_id,10);
11912: hr_utility.set_location(' r_EMC_unique.information1 '||r_EMC_unique.information1,10);
11913: hr_utility.set_location( 'r_EMC_unique.information2 '||r_EMC_unique.information2,10);
11914: hr_utility.set_location( 'r_EMC_unique.information3 '||r_EMC_unique.information3,10);
11915: -- If reuse objects flag is 'Y' then check for the object in the target business group
11916: -- if found insert the record into PLSql table and exit the loop else try create the
11917: -- object in the target business group

Line 11914: hr_utility.set_location( 'r_EMC_unique.information3 '||r_EMC_unique.information3,10);

11910: --
11911: hr_utility.set_location(' r_EMC_unique.table_route_id '||r_EMC_unique.table_route_id,10);
11912: hr_utility.set_location(' r_EMC_unique.information1 '||r_EMC_unique.information1,10);
11913: hr_utility.set_location( 'r_EMC_unique.information2 '||r_EMC_unique.information2,10);
11914: hr_utility.set_location( 'r_EMC_unique.information3 '||r_EMC_unique.information3,10);
11915: -- If reuse objects flag is 'Y' then check for the object in the target business group
11916: -- if found insert the record into PLSql table and exit the loop else try create the
11917: -- object in the target business group
11918: --

Line 11962: hr_utility.set_location( 'found record for update',10);

11958: --
11959: --BEN_PD_COPY_TO_BEN_ONE.log_data('EMC',l_new_value,l_prefix || r_EMC_unique.name|| l_suffix,'REUSED');
11960: --
11961: end if ;
11962: hr_utility.set_location( 'found record for update',10);
11963: --
11964: else
11965: --
11966: l_update := false;

Line 12041: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

12037: if not l_object_found_in_target OR l_update then
12038: --
12039: l_current_pk_id := r_EMC.information1;
12040: --
12041: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12042: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12043: --
12044: if l_current_pk_id = l_prev_pk_id then
12045: --

Line 12042: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

12038: --
12039: l_current_pk_id := r_EMC.information1;
12040: --
12041: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12042: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12043: --
12044: if l_current_pk_id = l_prev_pk_id then
12045: --
12046: l_first_rec := false ;

Line 12064: hr_utility.set_location(' BEN_ELIG_MLTRY_STAT_CVG_F CREATE_ELIG_MLTRY_STAT_CVG ',20);

12060:
12061: --if l_first_rec then
12062: if l_first_rec and not l_update then
12063: -- Call Create routine.
12064: hr_utility.set_location(' BEN_ELIG_MLTRY_STAT_CVG_F CREATE_ELIG_MLTRY_STAT_CVG ',20);
12065: BEN_ELIG_MLTRY_STAT_CVG_API.CREATE_ELIG_MLTRY_STAT_CVG(
12066: --
12067: P_VALIDATE => false
12068: ,P_EFFECTIVE_DATE => l_effective_date

Line 12116: hr_utility.set_location('Before plsql table ',222);

12112: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
12113: );
12114: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12115: -- Update all relevent cer records with new pk_id
12116: hr_utility.set_location('Before plsql table ',222);
12117: hr_utility.set_location('new_value id '||l_elig_mltry_stat_cvg_id,222);
12118: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_MLTRY_STAT_CVG_ID' ;
12119: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EMC.information1 ;
12120: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_MLTRY_STAT_CVG_ID ;

Line 12117: hr_utility.set_location('new_value id '||l_elig_mltry_stat_cvg_id,222);

12113: );
12114: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12115: -- Update all relevent cer records with new pk_id
12116: hr_utility.set_location('Before plsql table ',222);
12117: hr_utility.set_location('new_value id '||l_elig_mltry_stat_cvg_id,222);
12118: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_MLTRY_STAT_CVG_ID' ;
12119: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EMC.information1 ;
12120: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_MLTRY_STAT_CVG_ID ;
12121: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 12123: hr_utility.set_location('After plsql table ',222);

12119: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EMC.information1 ;
12120: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_MLTRY_STAT_CVG_ID ;
12121: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
12122: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_EMC_unique.table_route_id;
12123: hr_utility.set_location('After plsql table ',222);
12124: --
12125: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
12126: --
12127: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 12133: hr_utility.set_location(' BEN_ELIG_MLTRY_STAT_CVG_F UPDATE_ELIG_MLTRY_STAT_CVG ',30);

12129: else
12130: --
12131: -- Call Update routine for the pk_id created in prev run .
12132: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12133: hr_utility.set_location(' BEN_ELIG_MLTRY_STAT_CVG_F UPDATE_ELIG_MLTRY_STAT_CVG ',30);
12134: --UPD START
12135: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12136: --
12137: if l_update then

Line 12135: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

12131: -- Call Update routine for the pk_id created in prev run .
12132: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12133: hr_utility.set_location(' BEN_ELIG_MLTRY_STAT_CVG_F UPDATE_ELIG_MLTRY_STAT_CVG ',30);
12134: --UPD START
12135: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12136: --
12137: if l_update then
12138: --
12139: l_datetrack_mode := r_EMC.datetrack_mode ;

Line 12155: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

12151: l_object_version_number := r_EMC.information265;
12152: --
12153: end if;
12154: --
12155: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12156: --
12157: IF l_update OR l_dml_operation <> 'UPDATE' THEN
12158: --UPD END
12159:

Line 12396: hr_utility.set_location(' r_EMS_unique.table_route_id '||r_EMS_unique.table_route_id,10);

12392: r_EMS_unique.information3 >=
12393: ben_pd_copy_to_ben_one.g_copy_effective_date)
12394: ) then
12395: --
12396: hr_utility.set_location(' r_EMS_unique.table_route_id '||r_EMS_unique.table_route_id,10);
12397: hr_utility.set_location(' r_EMS_unique.information1 '||r_EMS_unique.information1,10);
12398: hr_utility.set_location( 'r_EMS_unique.information2 '||r_EMS_unique.information2,10);
12399: hr_utility.set_location( 'r_EMS_unique.information3 '||r_EMS_unique.information3,10);
12400: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 12397: hr_utility.set_location(' r_EMS_unique.information1 '||r_EMS_unique.information1,10);

12393: ben_pd_copy_to_ben_one.g_copy_effective_date)
12394: ) then
12395: --
12396: hr_utility.set_location(' r_EMS_unique.table_route_id '||r_EMS_unique.table_route_id,10);
12397: hr_utility.set_location(' r_EMS_unique.information1 '||r_EMS_unique.information1,10);
12398: hr_utility.set_location( 'r_EMS_unique.information2 '||r_EMS_unique.information2,10);
12399: hr_utility.set_location( 'r_EMS_unique.information3 '||r_EMS_unique.information3,10);
12400: -- If reuse objects flag is 'Y' then check for the object in the target business group
12401: -- if found insert the record into PLSql table and exit the loop else try create the

Line 12398: hr_utility.set_location( 'r_EMS_unique.information2 '||r_EMS_unique.information2,10);

12394: ) then
12395: --
12396: hr_utility.set_location(' r_EMS_unique.table_route_id '||r_EMS_unique.table_route_id,10);
12397: hr_utility.set_location(' r_EMS_unique.information1 '||r_EMS_unique.information1,10);
12398: hr_utility.set_location( 'r_EMS_unique.information2 '||r_EMS_unique.information2,10);
12399: hr_utility.set_location( 'r_EMS_unique.information3 '||r_EMS_unique.information3,10);
12400: -- If reuse objects flag is 'Y' then check for the object in the target business group
12401: -- if found insert the record into PLSql table and exit the loop else try create the
12402: -- object in the target business group

Line 12399: hr_utility.set_location( 'r_EMS_unique.information3 '||r_EMS_unique.information3,10);

12395: --
12396: hr_utility.set_location(' r_EMS_unique.table_route_id '||r_EMS_unique.table_route_id,10);
12397: hr_utility.set_location(' r_EMS_unique.information1 '||r_EMS_unique.information1,10);
12398: hr_utility.set_location( 'r_EMS_unique.information2 '||r_EMS_unique.information2,10);
12399: hr_utility.set_location( 'r_EMS_unique.information3 '||r_EMS_unique.information3,10);
12400: -- If reuse objects flag is 'Y' then check for the object in the target business group
12401: -- if found insert the record into PLSql table and exit the loop else try create the
12402: -- object in the target business group
12403: --

Line 12447: hr_utility.set_location( 'found record for update',10);

12443: --
12444: --BEN_PD_COPY_TO_BEN_ONE.log_data('EMS',l_new_value,l_prefix || r_EMS_unique.name|| l_suffix,'REUSED');
12445: --
12446: end if ;
12447: hr_utility.set_location( 'found record for update',10);
12448: --
12449: else
12450: --
12451: l_update := false;

Line 12527: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

12523: if not l_object_found_in_target OR l_update then
12524: --
12525: l_current_pk_id := r_EMS.information1;
12526: --
12527: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12528: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12529: --
12530: if l_current_pk_id = l_prev_pk_id then
12531: --

Line 12528: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

12524: --
12525: l_current_pk_id := r_EMS.information1;
12526: --
12527: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12528: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12529: --
12530: if l_current_pk_id = l_prev_pk_id then
12531: --
12532: l_first_rec := false ;

Line 12551: hr_utility.set_location(' BEN_ELIG_MRTL_STAT_CVG_F CREATE_ELIG_MRTL_STAT_CVG ',20);

12547: --if l_first_rec then
12548: if l_first_rec and not l_update then
12549:
12550: -- Call Create routine.
12551: hr_utility.set_location(' BEN_ELIG_MRTL_STAT_CVG_F CREATE_ELIG_MRTL_STAT_CVG ',20);
12552: BEN_ELIG_MRTL_STAT_CVG_API.CREATE_ELIG_MRTL_STAT_CVG(
12553: --
12554: P_VALIDATE => false
12555: ,P_EFFECTIVE_DATE => l_effective_date

Line 12603: hr_utility.set_location('Before plsql table ',222);

12599: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
12600: );
12601: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12602: -- Update all relevent cer records with new pk_id
12603: hr_utility.set_location('Before plsql table ',222);
12604: hr_utility.set_location('new_value id '||l_elig_mrtl_stat_cvg_id,222);
12605: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_MRTL_STAT_CVG_ID' ;
12606: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EMS.information1 ;
12607: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_MRTL_STAT_CVG_ID ;

Line 12604: hr_utility.set_location('new_value id '||l_elig_mrtl_stat_cvg_id,222);

12600: );
12601: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12602: -- Update all relevent cer records with new pk_id
12603: hr_utility.set_location('Before plsql table ',222);
12604: hr_utility.set_location('new_value id '||l_elig_mrtl_stat_cvg_id,222);
12605: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_MRTL_STAT_CVG_ID' ;
12606: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EMS.information1 ;
12607: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_MRTL_STAT_CVG_ID ;
12608: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 12610: hr_utility.set_location('After plsql table ',222);

12606: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EMS.information1 ;
12607: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_MRTL_STAT_CVG_ID ;
12608: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
12609: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_EMS_unique.table_route_id;
12610: hr_utility.set_location('After plsql table ',222);
12611: --
12612: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
12613: --
12614: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 12620: hr_utility.set_location(' BEN_ELIG_MRTL_STAT_CVG_F UPDATE_ELIG_MRTL_STAT_CVG ',30);

12616: else
12617: --
12618: -- Call Update routine for the pk_id created in prev run .
12619: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12620: hr_utility.set_location(' BEN_ELIG_MRTL_STAT_CVG_F UPDATE_ELIG_MRTL_STAT_CVG ',30);
12621: --UPD START
12622: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12623: --
12624: if l_update then

Line 12622: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

12618: -- Call Update routine for the pk_id created in prev run .
12619: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12620: hr_utility.set_location(' BEN_ELIG_MRTL_STAT_CVG_F UPDATE_ELIG_MRTL_STAT_CVG ',30);
12621: --UPD START
12622: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12623: --
12624: if l_update then
12625: --
12626: l_datetrack_mode := r_EMS.datetrack_mode ;

Line 12642: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

12638: l_object_version_number := r_EMS.information265;
12639: --
12640: end if;
12641: --
12642: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12643: --
12644: IF l_update OR l_dml_operation <> 'UPDATE' THEN
12645: --UPD END
12646:

Line 12881: hr_utility.set_location(' r_EPL_unique.table_route_id '||r_EPL_unique.table_route_id,10);

12877: r_EPL_unique.information3 >=
12878: ben_pd_copy_to_ben_one.g_copy_effective_date)
12879: ) then
12880: --
12881: hr_utility.set_location(' r_EPL_unique.table_route_id '||r_EPL_unique.table_route_id,10);
12882: hr_utility.set_location(' r_EPL_unique.information1 '||r_EPL_unique.information1,10);
12883: hr_utility.set_location( 'r_EPL_unique.information2 '||r_EPL_unique.information2,10);
12884: hr_utility.set_location( 'r_EPL_unique.information3 '||r_EPL_unique.information3,10);
12885: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 12882: hr_utility.set_location(' r_EPL_unique.information1 '||r_EPL_unique.information1,10);

12878: ben_pd_copy_to_ben_one.g_copy_effective_date)
12879: ) then
12880: --
12881: hr_utility.set_location(' r_EPL_unique.table_route_id '||r_EPL_unique.table_route_id,10);
12882: hr_utility.set_location(' r_EPL_unique.information1 '||r_EPL_unique.information1,10);
12883: hr_utility.set_location( 'r_EPL_unique.information2 '||r_EPL_unique.information2,10);
12884: hr_utility.set_location( 'r_EPL_unique.information3 '||r_EPL_unique.information3,10);
12885: -- If reuse objects flag is 'Y' then check for the object in the target business group
12886: -- if found insert the record into PLSql table and exit the loop else try create the

Line 12883: hr_utility.set_location( 'r_EPL_unique.information2 '||r_EPL_unique.information2,10);

12879: ) then
12880: --
12881: hr_utility.set_location(' r_EPL_unique.table_route_id '||r_EPL_unique.table_route_id,10);
12882: hr_utility.set_location(' r_EPL_unique.information1 '||r_EPL_unique.information1,10);
12883: hr_utility.set_location( 'r_EPL_unique.information2 '||r_EPL_unique.information2,10);
12884: hr_utility.set_location( 'r_EPL_unique.information3 '||r_EPL_unique.information3,10);
12885: -- If reuse objects flag is 'Y' then check for the object in the target business group
12886: -- if found insert the record into PLSql table and exit the loop else try create the
12887: -- object in the target business group

Line 12884: hr_utility.set_location( 'r_EPL_unique.information3 '||r_EPL_unique.information3,10);

12880: --
12881: hr_utility.set_location(' r_EPL_unique.table_route_id '||r_EPL_unique.table_route_id,10);
12882: hr_utility.set_location(' r_EPL_unique.information1 '||r_EPL_unique.information1,10);
12883: hr_utility.set_location( 'r_EPL_unique.information2 '||r_EPL_unique.information2,10);
12884: hr_utility.set_location( 'r_EPL_unique.information3 '||r_EPL_unique.information3,10);
12885: -- If reuse objects flag is 'Y' then check for the object in the target business group
12886: -- if found insert the record into PLSql table and exit the loop else try create the
12887: -- object in the target business group
12888: --

Line 12928: hr_utility.set_location( 'found record for update',10);

12924: --
12925: -- BEN_PD_COPY_TO_BEN_ONE.log_data('EPL',l_new_value,l_prefix || r_EPL_unique.name|| l_suffix,'REUSED');
12926: --
12927: end if ;
12928: hr_utility.set_location( 'found record for update',10);
12929: --
12930: else
12931: --
12932: l_update := false;

Line 12998: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

12994:
12995: --
12996: l_current_pk_id := r_EPL.information1;
12997: --
12998: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12999: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13000: --
13001: if l_current_pk_id = l_prev_pk_id then
13002: --

Line 12999: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

12995: --
12996: l_current_pk_id := r_EPL.information1;
12997: --
12998: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12999: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13000: --
13001: if l_current_pk_id = l_prev_pk_id then
13002: --
13003: l_first_rec := false ;

Line 13021: hr_utility.set_location(' BEN_ELIG_PSTL_CD_R_RNG_CVG_F CREATE_ELIG_PSTL_CD_CVG ',20);

13017:
13018: --if l_first_rec then
13019: if l_first_rec and not l_update then
13020: -- Call Create routine.
13021: hr_utility.set_location(' BEN_ELIG_PSTL_CD_R_RNG_CVG_F CREATE_ELIG_PSTL_CD_CVG ',20);
13022: BEN_ELIG_PSTL_CD_CVG_API.CREATE_ELIG_PSTL_CD_CVG(
13023: --
13024: P_VALIDATE => false
13025: ,P_EFFECTIVE_DATE => l_effective_date

Line 13071: hr_utility.set_location('Before plsql table ',222);

13067: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
13068: );
13069: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13070: -- Update all relevent cer records with new pk_id
13071: hr_utility.set_location('Before plsql table ',222);
13072: hr_utility.set_location('new_value id '||l_elig_pstl_cd_r_rng_cvg_id,222);
13073: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_PSTL_CD_R_RNG_CVG_ID' ;
13074: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EPL.information1 ;
13075: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_PSTL_CD_R_RNG_CVG_ID ;

Line 13072: hr_utility.set_location('new_value id '||l_elig_pstl_cd_r_rng_cvg_id,222);

13068: );
13069: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13070: -- Update all relevent cer records with new pk_id
13071: hr_utility.set_location('Before plsql table ',222);
13072: hr_utility.set_location('new_value id '||l_elig_pstl_cd_r_rng_cvg_id,222);
13073: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_PSTL_CD_R_RNG_CVG_ID' ;
13074: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EPL.information1 ;
13075: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_PSTL_CD_R_RNG_CVG_ID ;
13076: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 13078: hr_utility.set_location('After plsql table ',222);

13074: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EPL.information1 ;
13075: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_PSTL_CD_R_RNG_CVG_ID ;
13076: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
13077: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_EPL_unique.table_route_id;
13078: hr_utility.set_location('After plsql table ',222);
13079: --
13080: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
13081: --
13082: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 13088: hr_utility.set_location(' BEN_ELIG_PSTL_CD_R_RNG_CVG_F UPDATE_ELIG_PSTL_CD_CVG ',30);

13084: else
13085: --
13086: -- Call Update routine for the pk_id created in prev run .
13087: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13088: hr_utility.set_location(' BEN_ELIG_PSTL_CD_R_RNG_CVG_F UPDATE_ELIG_PSTL_CD_CVG ',30);
13089: --UPD START
13090: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13091: --
13092: if l_update then

Line 13090: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

13086: -- Call Update routine for the pk_id created in prev run .
13087: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13088: hr_utility.set_location(' BEN_ELIG_PSTL_CD_R_RNG_CVG_F UPDATE_ELIG_PSTL_CD_CVG ',30);
13089: --UPD START
13090: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13091: --
13092: if l_update then
13093: --
13094: l_datetrack_mode := r_EPL.datetrack_mode ;

Line 13110: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

13106: l_object_version_number := r_EPL.information265;
13107: --
13108: end if;
13109: --
13110: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13111: --
13112: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13113: --UPD END
13114:

Line 13349: hr_utility.set_location(' r_ESC_unique.table_route_id '||r_ESC_unique.table_route_id,10);

13345: r_ESC_unique.information3 >=
13346: ben_pd_copy_to_ben_one.g_copy_effective_date)
13347: ) then
13348: --
13349: hr_utility.set_location(' r_ESC_unique.table_route_id '||r_ESC_unique.table_route_id,10);
13350: hr_utility.set_location(' r_ESC_unique.information1 '||r_ESC_unique.information1,10);
13351: hr_utility.set_location( 'r_ESC_unique.information2 '||r_ESC_unique.information2,10);
13352: hr_utility.set_location( 'r_ESC_unique.information3 '||r_ESC_unique.information3,10);
13353: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 13350: hr_utility.set_location(' r_ESC_unique.information1 '||r_ESC_unique.information1,10);

13346: ben_pd_copy_to_ben_one.g_copy_effective_date)
13347: ) then
13348: --
13349: hr_utility.set_location(' r_ESC_unique.table_route_id '||r_ESC_unique.table_route_id,10);
13350: hr_utility.set_location(' r_ESC_unique.information1 '||r_ESC_unique.information1,10);
13351: hr_utility.set_location( 'r_ESC_unique.information2 '||r_ESC_unique.information2,10);
13352: hr_utility.set_location( 'r_ESC_unique.information3 '||r_ESC_unique.information3,10);
13353: -- If reuse objects flag is 'Y' then check for the object in the target business group
13354: -- if found insert the record into PLSql table and exit the loop else try create the

Line 13351: hr_utility.set_location( 'r_ESC_unique.information2 '||r_ESC_unique.information2,10);

13347: ) then
13348: --
13349: hr_utility.set_location(' r_ESC_unique.table_route_id '||r_ESC_unique.table_route_id,10);
13350: hr_utility.set_location(' r_ESC_unique.information1 '||r_ESC_unique.information1,10);
13351: hr_utility.set_location( 'r_ESC_unique.information2 '||r_ESC_unique.information2,10);
13352: hr_utility.set_location( 'r_ESC_unique.information3 '||r_ESC_unique.information3,10);
13353: -- If reuse objects flag is 'Y' then check for the object in the target business group
13354: -- if found insert the record into PLSql table and exit the loop else try create the
13355: -- object in the target business group

Line 13352: hr_utility.set_location( 'r_ESC_unique.information3 '||r_ESC_unique.information3,10);

13348: --
13349: hr_utility.set_location(' r_ESC_unique.table_route_id '||r_ESC_unique.table_route_id,10);
13350: hr_utility.set_location(' r_ESC_unique.information1 '||r_ESC_unique.information1,10);
13351: hr_utility.set_location( 'r_ESC_unique.information2 '||r_ESC_unique.information2,10);
13352: hr_utility.set_location( 'r_ESC_unique.information3 '||r_ESC_unique.information3,10);
13353: -- If reuse objects flag is 'Y' then check for the object in the target business group
13354: -- if found insert the record into PLSql table and exit the loop else try create the
13355: -- object in the target business group
13356: --

Line 13400: hr_utility.set_location( 'found record for update',10);

13396: --
13397: --BEN_PD_COPY_TO_BEN_ONE.log_data('ESC',l_new_value,l_prefix || r_ESC_unique.name|| l_suffix,'REUSED');
13398: --
13399: end if ;
13400: hr_utility.set_location( 'found record for update',10);
13401: --
13402: else
13403: --
13404: l_update := false;

Line 13479: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

13475: if not l_object_found_in_target OR l_update then
13476: --
13477: l_current_pk_id := r_ESC.information1;
13478: --
13479: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13480: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13481: --
13482: if l_current_pk_id = l_prev_pk_id then
13483: --

Line 13480: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

13476: --
13477: l_current_pk_id := r_ESC.information1;
13478: --
13479: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13480: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13481: --
13482: if l_current_pk_id = l_prev_pk_id then
13483: --
13484: l_first_rec := false ;

Line 13502: hr_utility.set_location(' BEN_ELIG_STDNT_STAT_CVG_F CREATE_ELIG_STDNT_STAT_CVG ',20);

13498:
13499: --if l_first_rec then
13500: if l_first_rec and not l_update then
13501: -- Call Create routine.
13502: hr_utility.set_location(' BEN_ELIG_STDNT_STAT_CVG_F CREATE_ELIG_STDNT_STAT_CVG ',20);
13503: BEN_ELIG_STDNT_STAT_CVG_API.CREATE_ELIG_STDNT_STAT_CVG(
13504: --
13505: P_VALIDATE => false
13506: ,P_EFFECTIVE_DATE => l_effective_date

Line 13554: hr_utility.set_location('Before plsql table ',222);

13550: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
13551: );
13552: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13553: -- Update all relevent cer records with new pk_id
13554: hr_utility.set_location('Before plsql table ',222);
13555: hr_utility.set_location('new_value id '||l_elig_stdnt_stat_cvg_id,222);
13556: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_STDNT_STAT_CVG_ID' ;
13557: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ESC.information1 ;
13558: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_STDNT_STAT_CVG_ID ;

Line 13555: hr_utility.set_location('new_value id '||l_elig_stdnt_stat_cvg_id,222);

13551: );
13552: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13553: -- Update all relevent cer records with new pk_id
13554: hr_utility.set_location('Before plsql table ',222);
13555: hr_utility.set_location('new_value id '||l_elig_stdnt_stat_cvg_id,222);
13556: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ELIG_STDNT_STAT_CVG_ID' ;
13557: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ESC.information1 ;
13558: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_STDNT_STAT_CVG_ID ;
13559: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 13561: hr_utility.set_location('After plsql table ',222);

13557: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ESC.information1 ;
13558: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ELIG_STDNT_STAT_CVG_ID ;
13559: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
13560: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_ESC_unique.table_route_id;
13561: hr_utility.set_location('After plsql table ',222);
13562: --
13563: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
13564: --
13565: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 13571: hr_utility.set_location(' BEN_ELIG_STDNT_STAT_CVG_F UPDATE_ELIG_STDNT_STAT_CVG ',30);

13567: else
13568: --
13569: -- Call Update routine for the pk_id created in prev run .
13570: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13571: hr_utility.set_location(' BEN_ELIG_STDNT_STAT_CVG_F UPDATE_ELIG_STDNT_STAT_CVG ',30);
13572: --UPD START
13573: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13574: --
13575: if l_update then

Line 13573: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

13569: -- Call Update routine for the pk_id created in prev run .
13570: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13571: hr_utility.set_location(' BEN_ELIG_STDNT_STAT_CVG_F UPDATE_ELIG_STDNT_STAT_CVG ',30);
13572: --UPD START
13573: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13574: --
13575: if l_update then
13576: --
13577: l_datetrack_mode := r_ESC.datetrack_mode ;

Line 13593: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

13589: l_object_version_number := r_ESC.information265;
13590: --
13591: end if;
13592: --
13593: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13594: --
13595: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13596: --UPD END
13597:

Line 13826: hr_utility.set_location(' r_EIV_unique.table_route_id '||r_EIV_unique.table_route_id,10);

13822: end if ;
13823: -- End Prefix Sufix derivation
13824: for r_EIV_unique in c_unique_EIV('EIV') loop
13825: --
13826: hr_utility.set_location(' r_EIV_unique.table_route_id '||r_EIV_unique.table_route_id,10);
13827: hr_utility.set_location(' r_EIV_unique.information1 '||r_EIV_unique.information1,10);
13828: hr_utility.set_location( 'r_EIV_unique.information2 '||r_EIV_unique.information2,10);
13829: hr_utility.set_location( 'r_EIV_unique.information3 '||r_EIV_unique.information3,10);
13830: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 13827: hr_utility.set_location(' r_EIV_unique.information1 '||r_EIV_unique.information1,10);

13823: -- End Prefix Sufix derivation
13824: for r_EIV_unique in c_unique_EIV('EIV') loop
13825: --
13826: hr_utility.set_location(' r_EIV_unique.table_route_id '||r_EIV_unique.table_route_id,10);
13827: hr_utility.set_location(' r_EIV_unique.information1 '||r_EIV_unique.information1,10);
13828: hr_utility.set_location( 'r_EIV_unique.information2 '||r_EIV_unique.information2,10);
13829: hr_utility.set_location( 'r_EIV_unique.information3 '||r_EIV_unique.information3,10);
13830: -- If reuse objects flag is 'Y' then check for the object in the target business group
13831: -- if found insert the record into PLSql table and exit the loop else try create the

Line 13828: hr_utility.set_location( 'r_EIV_unique.information2 '||r_EIV_unique.information2,10);

13824: for r_EIV_unique in c_unique_EIV('EIV') loop
13825: --
13826: hr_utility.set_location(' r_EIV_unique.table_route_id '||r_EIV_unique.table_route_id,10);
13827: hr_utility.set_location(' r_EIV_unique.information1 '||r_EIV_unique.information1,10);
13828: hr_utility.set_location( 'r_EIV_unique.information2 '||r_EIV_unique.information2,10);
13829: hr_utility.set_location( 'r_EIV_unique.information3 '||r_EIV_unique.information3,10);
13830: -- If reuse objects flag is 'Y' then check for the object in the target business group
13831: -- if found insert the record into PLSql table and exit the loop else try create the
13832: -- object in the target business group

Line 13829: hr_utility.set_location( 'r_EIV_unique.information3 '||r_EIV_unique.information3,10);

13825: --
13826: hr_utility.set_location(' r_EIV_unique.table_route_id '||r_EIV_unique.table_route_id,10);
13827: hr_utility.set_location(' r_EIV_unique.information1 '||r_EIV_unique.information1,10);
13828: hr_utility.set_location( 'r_EIV_unique.information2 '||r_EIV_unique.information2,10);
13829: hr_utility.set_location( 'r_EIV_unique.information3 '||r_EIV_unique.information3,10);
13830: -- If reuse objects flag is 'Y' then check for the object in the target business group
13831: -- if found insert the record into PLSql table and exit the loop else try create the
13832: -- object in the target business group
13833: --

Line 13918: hr_utility.set_location( 'found record for update',10);

13914: --
13915: --BEN_PD_COPY_TO_BEN_ONE.log_data('EIV',l_new_value,l_prefix || r_EIV_unique.name|| l_suffix,'REUSED');
13916: --
13917: end if ;
13918: hr_utility.set_location( 'found record for update',10);
13919: --
13920: else
13921: --
13922: l_update := false;

Line 13961: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

13957: if not l_object_found_in_target OR l_update then
13958: --
13959: l_current_pk_id := r_EIV.information1;
13960: --
13961: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13962: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13963: --
13964: if l_current_pk_id = l_prev_pk_id then
13965: --

Line 13962: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

13958: --
13959: l_current_pk_id := r_EIV.information1;
13960: --
13961: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13962: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13963: --
13964: if l_current_pk_id = l_prev_pk_id then
13965: --
13966: l_first_rec := false ;

Line 13994: hr_utility.set_location(' BEN_EXTRA_INPUT_VALUES CREATE_EXTRA_INPUT_VALUE ',20);

13990: --
13991: --if l_first_rec then
13992: if l_first_rec and not l_update then
13993: -- Call Create routine.
13994: hr_utility.set_location(' BEN_EXTRA_INPUT_VALUES CREATE_EXTRA_INPUT_VALUE ',20);
13995: BEN_EXTRA_INPUT_VALUE_API.CREATE_EXTRA_INPUT_VALUE(
13996: --
13997: P_VALIDATE => false
13998: ,P_EFFECTIVE_DATE => NVL(l_parent_effective_start_date,p_effective_date)

Line 14043: hr_utility.set_location('Before plsql table ',222);

14039: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
14040: );
14041: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14042: -- Update all relevent cer records with new pk_id
14043: hr_utility.set_location('Before plsql table ',222);
14044: hr_utility.set_location('new_value id '||l_extra_input_value_id,222);
14045: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'EXTRA_INPUT_VALUE_ID' ;
14046: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EIV.information1 ;
14047: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_EXTRA_INPUT_VALUE_ID ;

Line 14044: hr_utility.set_location('new_value id '||l_extra_input_value_id,222);

14040: );
14041: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14042: -- Update all relevent cer records with new pk_id
14043: hr_utility.set_location('Before plsql table ',222);
14044: hr_utility.set_location('new_value id '||l_extra_input_value_id,222);
14045: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'EXTRA_INPUT_VALUE_ID' ;
14046: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EIV.information1 ;
14047: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_EXTRA_INPUT_VALUE_ID ;
14048: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 14050: hr_utility.set_location('After plsql table ',222);

14046: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_EIV.information1 ;
14047: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_EXTRA_INPUT_VALUE_ID ;
14048: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
14049: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_EIV_unique.table_route_id;
14050: hr_utility.set_location('After plsql table ',222);
14051: --
14052: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
14053: --
14054: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 14058: hr_utility.set_location(' BEN_EXTRA_INPUT_VALUES UPDATE_EXTRA_INPUT_VALUE ',20);

14054: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;
14055: --
14056: elsif l_update then
14057: --
14058: hr_utility.set_location(' BEN_EXTRA_INPUT_VALUES UPDATE_EXTRA_INPUT_VALUE ',20);
14059: BEN_EXTRA_INPUT_VALUE_API.UPDATE_EXTRA_INPUT_VALUE(
14060: --
14061: P_VALIDATE => false
14062: ,P_EFFECTIVE_DATE => NVL(l_parent_effective_start_date,p_effective_date)

Line 14235: hr_utility.set_location(' r_PSQ_unique.table_route_id '||r_PSQ_unique.table_route_id,10);

14231: -- End Prefix Sufix derivation
14232: --
14233: for r_PSQ_unique in c_unique_PSQ('PSQ') loop
14234: --
14235: hr_utility.set_location(' r_PSQ_unique.table_route_id '||r_PSQ_unique.table_route_id,10);
14236: hr_utility.set_location(' r_PSQ_unique.information1 '||r_PSQ_unique.information1,10);
14237: hr_utility.set_location( 'r_PSQ_unique.information2 '||r_PSQ_unique.information2,10);
14238: hr_utility.set_location( 'r_PSQ_unique.information3 '||r_PSQ_unique.information3,10);
14239: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 14236: hr_utility.set_location(' r_PSQ_unique.information1 '||r_PSQ_unique.information1,10);

14232: --
14233: for r_PSQ_unique in c_unique_PSQ('PSQ') loop
14234: --
14235: hr_utility.set_location(' r_PSQ_unique.table_route_id '||r_PSQ_unique.table_route_id,10);
14236: hr_utility.set_location(' r_PSQ_unique.information1 '||r_PSQ_unique.information1,10);
14237: hr_utility.set_location( 'r_PSQ_unique.information2 '||r_PSQ_unique.information2,10);
14238: hr_utility.set_location( 'r_PSQ_unique.information3 '||r_PSQ_unique.information3,10);
14239: -- If reuse objects flag is 'Y' then check for the object in the target business group
14240: -- if found insert the record into PLSql table and exit the loop else try create the

Line 14237: hr_utility.set_location( 'r_PSQ_unique.information2 '||r_PSQ_unique.information2,10);

14233: for r_PSQ_unique in c_unique_PSQ('PSQ') loop
14234: --
14235: hr_utility.set_location(' r_PSQ_unique.table_route_id '||r_PSQ_unique.table_route_id,10);
14236: hr_utility.set_location(' r_PSQ_unique.information1 '||r_PSQ_unique.information1,10);
14237: hr_utility.set_location( 'r_PSQ_unique.information2 '||r_PSQ_unique.information2,10);
14238: hr_utility.set_location( 'r_PSQ_unique.information3 '||r_PSQ_unique.information3,10);
14239: -- If reuse objects flag is 'Y' then check for the object in the target business group
14240: -- if found insert the record into PLSql table and exit the loop else try create the
14241: -- object in the target business group

Line 14238: hr_utility.set_location( 'r_PSQ_unique.information3 '||r_PSQ_unique.information3,10);

14234: --
14235: hr_utility.set_location(' r_PSQ_unique.table_route_id '||r_PSQ_unique.table_route_id,10);
14236: hr_utility.set_location(' r_PSQ_unique.information1 '||r_PSQ_unique.information1,10);
14237: hr_utility.set_location( 'r_PSQ_unique.information2 '||r_PSQ_unique.information2,10);
14238: hr_utility.set_location( 'r_PSQ_unique.information3 '||r_PSQ_unique.information3,10);
14239: -- If reuse objects flag is 'Y' then check for the object in the target business group
14240: -- if found insert the record into PLSql table and exit the loop else try create the
14241: -- object in the target business group
14242: --

Line 14264: hr_utility.set_location(' l_ACTY_RT_PYMT_SCHED_ID '||l_ACTY_RT_PYMT_SCHED_ID,10);

14260: l_dml_operation:= r_PSQ_unique.dml_operation ;
14261: --
14262: l_ACTY_RT_PYMT_SCHED_ID := get_fk('ACTY_RT_PYMT_SCHED_ID', r_PSQ.INFORMATION257,l_dml_operation);
14263: l_PY_FREQ_CD := r_PSQ.INFORMATION11;
14264: hr_utility.set_location(' l_ACTY_RT_PYMT_SCHED_ID '||l_ACTY_RT_PYMT_SCHED_ID,10);
14265: hr_utility.set_location(' r_PSQ.information11 '||r_PSQ.information11,10);
14266: hr_utility.set_location(' r_PSQ.information45 '||r_PSQ.information45,10);
14267: if l_dml_operation = 'UPDATE' then
14268: --

Line 14265: hr_utility.set_location(' r_PSQ.information11 '||r_PSQ.information11,10);

14261: --
14262: l_ACTY_RT_PYMT_SCHED_ID := get_fk('ACTY_RT_PYMT_SCHED_ID', r_PSQ.INFORMATION257,l_dml_operation);
14263: l_PY_FREQ_CD := r_PSQ.INFORMATION11;
14264: hr_utility.set_location(' l_ACTY_RT_PYMT_SCHED_ID '||l_ACTY_RT_PYMT_SCHED_ID,10);
14265: hr_utility.set_location(' r_PSQ.information11 '||r_PSQ.information11,10);
14266: hr_utility.set_location(' r_PSQ.information45 '||r_PSQ.information45,10);
14267: if l_dml_operation = 'UPDATE' then
14268: --
14269: l_object_found_in_target := TRUE;

Line 14266: hr_utility.set_location(' r_PSQ.information45 '||r_PSQ.information45,10);

14262: l_ACTY_RT_PYMT_SCHED_ID := get_fk('ACTY_RT_PYMT_SCHED_ID', r_PSQ.INFORMATION257,l_dml_operation);
14263: l_PY_FREQ_CD := r_PSQ.INFORMATION11;
14264: hr_utility.set_location(' l_ACTY_RT_PYMT_SCHED_ID '||l_ACTY_RT_PYMT_SCHED_ID,10);
14265: hr_utility.set_location(' r_PSQ.information11 '||r_PSQ.information11,10);
14266: hr_utility.set_location(' r_PSQ.information45 '||r_PSQ.information45,10);
14267: if l_dml_operation = 'UPDATE' then
14268: --
14269: l_object_found_in_target := TRUE;
14270: --

Line 14289: hr_utility.set_location( 'found record for update',10);

14285: --
14286: --BEN_PD_COPY_TO_BEN_ONE.log_data('PSQ',l_new_value,l_prefix || r_PSQ_unique.name|| l_suffix,'REUSED');
14287: --
14288: end if ;
14289: hr_utility.set_location( 'found record for update',10);
14290: --
14291: else
14292: --
14293: l_update := false;

Line 14334: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

14330:
14331: --
14332: l_current_pk_id := r_PSQ.information1;
14333: --
14334: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14335: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14336: --
14337: if l_current_pk_id = l_prev_pk_id then
14338: --

Line 14335: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

14331: --
14332: l_current_pk_id := r_PSQ.information1;
14333: --
14334: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14335: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14336: --
14337: if l_current_pk_id = l_prev_pk_id then
14338: --
14339: l_first_rec := false ;

Line 14356: hr_utility.set_location(' BEN_PYMT_SCHED_PY_FREQ CREATE_PYMT_SCHED_PY_FREQ ',20);

14352: --
14353: --if l_first_rec then
14354: if l_first_rec and not l_update then
14355: -- Call Create routine.
14356: hr_utility.set_location(' BEN_PYMT_SCHED_PY_FREQ CREATE_PYMT_SCHED_PY_FREQ ',20);
14357: BEN_PYMT_SCHED_PY_FREQ_API.CREATE_PYMT_SCHED_PY_FREQ(
14358: --
14359: P_VALIDATE => false
14360: ,P_EFFECTIVE_DATE => NVL(ben_pd_copy_to_ben_one.g_copy_effective_date ,p_effective_date)

Line 14403: hr_utility.set_location('Before plsql table ',222);

14399: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
14400: );
14401: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14402: -- Update all relevent cer records with new pk_id
14403: hr_utility.set_location('Before plsql table ',222);
14404: hr_utility.set_location('new_value id '||l_pymt_sched_py_freq_id,222);
14405: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'PYMT_SCHED_PY_FREQ_ID' ;
14406: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_PSQ.information1 ;
14407: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_PYMT_SCHED_PY_FREQ_ID ;

Line 14404: hr_utility.set_location('new_value id '||l_pymt_sched_py_freq_id,222);

14400: );
14401: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14402: -- Update all relevent cer records with new pk_id
14403: hr_utility.set_location('Before plsql table ',222);
14404: hr_utility.set_location('new_value id '||l_pymt_sched_py_freq_id,222);
14405: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'PYMT_SCHED_PY_FREQ_ID' ;
14406: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_PSQ.information1 ;
14407: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_PYMT_SCHED_PY_FREQ_ID ;
14408: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';

Line 14410: hr_utility.set_location('After plsql table ',222);

14406: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_PSQ.information1 ;
14407: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_PYMT_SCHED_PY_FREQ_ID ;
14408: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';
14409: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).table_route_id := r_PSQ_unique.table_route_id;
14410: hr_utility.set_location('After plsql table ',222);
14411: --
14412: -- update_cer_with_target( BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count),p_copy_entity_txn_id ) ;
14413: --
14414: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;

Line 14417: hr_utility.set_location(' BEN_PYMT_SCHED_PY_FREQ UPDATE_PYMT_SCHED_PY_FREQ ',20);

14413: --
14414: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;
14415: elsif l_update then
14416: --
14417: hr_utility.set_location(' BEN_PYMT_SCHED_PY_FREQ UPDATE_PYMT_SCHED_PY_FREQ ',20);
14418: BEN_PYMT_SCHED_PY_FREQ_API.UPDATE_PYMT_SCHED_PY_FREQ(
14419: --
14420: P_VALIDATE => false
14421: ,P_EFFECTIVE_DATE => NVL(ben_pd_copy_to_ben_one.g_copy_effective_date ,p_effective_date)

Line 14624: hr_utility.set_location(' r_APF_unique.table_route_id '||r_APF_unique.table_route_id,10);

14620: r_APF_unique.information3 >=
14621: ben_pd_copy_to_ben_one.g_copy_effective_date)
14622: ) then
14623: --
14624: hr_utility.set_location(' r_APF_unique.table_route_id '||r_APF_unique.table_route_id,10);
14625: hr_utility.set_location(' r_APF_unique.information1 '||r_APF_unique.information1,10);
14626: hr_utility.set_location( 'r_APF_unique.information2 '||r_APF_unique.information2,10);
14627: hr_utility.set_location( 'r_APF_unique.information3 '||r_APF_unique.information3,10);
14628: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 14625: hr_utility.set_location(' r_APF_unique.information1 '||r_APF_unique.information1,10);

14621: ben_pd_copy_to_ben_one.g_copy_effective_date)
14622: ) then
14623: --
14624: hr_utility.set_location(' r_APF_unique.table_route_id '||r_APF_unique.table_route_id,10);
14625: hr_utility.set_location(' r_APF_unique.information1 '||r_APF_unique.information1,10);
14626: hr_utility.set_location( 'r_APF_unique.information2 '||r_APF_unique.information2,10);
14627: hr_utility.set_location( 'r_APF_unique.information3 '||r_APF_unique.information3,10);
14628: -- If reuse objects flag is 'Y' then check for the object in the target business group
14629: -- if found insert the record into PLSql table and exit the loop else try create the

Line 14626: hr_utility.set_location( 'r_APF_unique.information2 '||r_APF_unique.information2,10);

14622: ) then
14623: --
14624: hr_utility.set_location(' r_APF_unique.table_route_id '||r_APF_unique.table_route_id,10);
14625: hr_utility.set_location(' r_APF_unique.information1 '||r_APF_unique.information1,10);
14626: hr_utility.set_location( 'r_APF_unique.information2 '||r_APF_unique.information2,10);
14627: hr_utility.set_location( 'r_APF_unique.information3 '||r_APF_unique.information3,10);
14628: -- If reuse objects flag is 'Y' then check for the object in the target business group
14629: -- if found insert the record into PLSql table and exit the loop else try create the
14630: -- object in the target business group

Line 14627: hr_utility.set_location( 'r_APF_unique.information3 '||r_APF_unique.information3,10);

14623: --
14624: hr_utility.set_location(' r_APF_unique.table_route_id '||r_APF_unique.table_route_id,10);
14625: hr_utility.set_location(' r_APF_unique.information1 '||r_APF_unique.information1,10);
14626: hr_utility.set_location( 'r_APF_unique.information2 '||r_APF_unique.information2,10);
14627: hr_utility.set_location( 'r_APF_unique.information3 '||r_APF_unique.information3,10);
14628: -- If reuse objects flag is 'Y' then check for the object in the target business group
14629: -- if found insert the record into PLSql table and exit the loop else try create the
14630: -- object in the target business group
14631: --

Line 14673: hr_utility.set_location( 'found record for update',10);

14669: --
14670: --BEN_PD_COPY_TO_BEN_ONE.log_data('APF',l_new_value,l_prefix || r_APF_unique.name|| l_suffix,'REUSED');
14671: --
14672: end if ;
14673: hr_utility.set_location( 'found record for update',10);
14674: --
14675: else
14676: --
14677: l_update := false;

Line 14752: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

14748: --if not l_object_found_in_target then
14749: --
14750: l_current_pk_id := r_APF.information1;
14751: --
14752: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14753: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14754: --
14755: if l_current_pk_id = l_prev_pk_id then
14756: --

Line 14753: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

14749: --
14750: l_current_pk_id := r_APF.information1;
14751: --
14752: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14753: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14754: --
14755: if l_current_pk_id = l_prev_pk_id then
14756: --
14757: l_first_rec := false ;

Line 14776: hr_utility.set_location(' BEN_ACTY_RT_PYMT_SCHED_F CREATE_ACTY_RT_PYMT_SCHED ',20);

14772: --if l_first_rec then
14773: if l_first_rec and not l_update then
14774:
14775: -- Call Create routine.
14776: hr_utility.set_location(' BEN_ACTY_RT_PYMT_SCHED_F CREATE_ACTY_RT_PYMT_SCHED ',20);
14777: BEN_ACTY_RT_PYMT_SCHED_API.CREATE_ACTY_RT_PYMT_SCHED(
14778: --
14779: P_VALIDATE => false
14780: ,P_EFFECTIVE_DATE => l_effective_date

Line 14825: hr_utility.set_location('Before plsql table ',222);

14821: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
14822: );
14823: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14824: -- Update all relevent cer records with new pk_id
14825: hr_utility.set_location('Before plsql table ',222);
14826: hr_utility.set_location('new_value id '||l_acty_rt_pymt_sched_id,222);
14827: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'ACTY_RT_PYMT_SCHED_ID' ;
14828: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_APF.information1 ;
14829: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_ACTY_RT_PYMT_SCHED_ID ;

Line 14826: hr_utility.set_location('new_value id '||l_acty_rt_pymt_sched_id,222);

14822: );
14823: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14824: -- Update all relevent cer records with new pk_id
14825: hr_utility.set_location('Before plsql table ',222);
14826: hr_utility.set_location('new_value id '||l_acty_rt_pymt_sched_id,222);
14827: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'ACTY_RT_PYMT_SCHED_ID' ;
14828: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_APF.information1 ;
14829: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_ACTY_RT_PYMT_SCHED_ID ;
14830: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';

Line 14832: hr_utility.set_location('After plsql table ',222);

14828: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_APF.information1 ;
14829: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_ACTY_RT_PYMT_SCHED_ID ;
14830: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';
14831: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).table_route_id := r_APF_unique.table_route_id;
14832: hr_utility.set_location('After plsql table ',222);
14833: --
14834: -- update_cer_with_target( BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count),p_copy_entity_txn_id ) ;
14835: --
14836: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;

Line 14842: hr_utility.set_location(' BEN_ACTY_RT_PYMT_SCHED_F UPDATE_ACTY_RT_PYMT_SCHED ',30);

14838: else
14839: --
14840: -- Call Update routine for the pk_id created in prev run .
14841: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14842: hr_utility.set_location(' BEN_ACTY_RT_PYMT_SCHED_F UPDATE_ACTY_RT_PYMT_SCHED ',30);
14843: --UPD START
14844: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14845: --
14846: if l_update then

Line 14844: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

14840: -- Call Update routine for the pk_id created in prev run .
14841: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14842: hr_utility.set_location(' BEN_ACTY_RT_PYMT_SCHED_F UPDATE_ACTY_RT_PYMT_SCHED ',30);
14843: --UPD START
14844: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14845: --
14846: if l_update then
14847: --
14848: l_datetrack_mode := r_APF.datetrack_mode ;

Line 14864: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

14860: l_object_version_number := r_APF.information265;
14861: --
14862: end if;
14863: --
14864: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14865: --
14866: IF l_update OR l_dml_operation <> 'UPDATE' THEN
14867: --UPD END
14868:

Line 15102: hr_utility.set_location(' r_ABC_unique.table_route_id '||r_ABC_unique.table_route_id,10);

15098: r_ABC_unique.information3 >=
15099: ben_pd_copy_to_ben_one.g_copy_effective_date)
15100: ) then
15101: --
15102: hr_utility.set_location(' r_ABC_unique.table_route_id '||r_ABC_unique.table_route_id,10);
15103: hr_utility.set_location(' r_ABC_unique.information1 '||r_ABC_unique.information1,10);
15104: hr_utility.set_location( 'r_ABC_unique.information2 '||r_ABC_unique.information2,10);
15105: hr_utility.set_location( 'r_ABC_unique.information3 '||r_ABC_unique.information3,10);
15106: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 15103: hr_utility.set_location(' r_ABC_unique.information1 '||r_ABC_unique.information1,10);

15099: ben_pd_copy_to_ben_one.g_copy_effective_date)
15100: ) then
15101: --
15102: hr_utility.set_location(' r_ABC_unique.table_route_id '||r_ABC_unique.table_route_id,10);
15103: hr_utility.set_location(' r_ABC_unique.information1 '||r_ABC_unique.information1,10);
15104: hr_utility.set_location( 'r_ABC_unique.information2 '||r_ABC_unique.information2,10);
15105: hr_utility.set_location( 'r_ABC_unique.information3 '||r_ABC_unique.information3,10);
15106: -- If reuse objects flag is 'Y' then check for the object in the target business group
15107: -- if found insert the record into PLSql table and exit the loop else try create the

Line 15104: hr_utility.set_location( 'r_ABC_unique.information2 '||r_ABC_unique.information2,10);

15100: ) then
15101: --
15102: hr_utility.set_location(' r_ABC_unique.table_route_id '||r_ABC_unique.table_route_id,10);
15103: hr_utility.set_location(' r_ABC_unique.information1 '||r_ABC_unique.information1,10);
15104: hr_utility.set_location( 'r_ABC_unique.information2 '||r_ABC_unique.information2,10);
15105: hr_utility.set_location( 'r_ABC_unique.information3 '||r_ABC_unique.information3,10);
15106: -- If reuse objects flag is 'Y' then check for the object in the target business group
15107: -- if found insert the record into PLSql table and exit the loop else try create the
15108: -- object in the target business group

Line 15105: hr_utility.set_location( 'r_ABC_unique.information3 '||r_ABC_unique.information3,10);

15101: --
15102: hr_utility.set_location(' r_ABC_unique.table_route_id '||r_ABC_unique.table_route_id,10);
15103: hr_utility.set_location(' r_ABC_unique.information1 '||r_ABC_unique.information1,10);
15104: hr_utility.set_location( 'r_ABC_unique.information2 '||r_ABC_unique.information2,10);
15105: hr_utility.set_location( 'r_ABC_unique.information3 '||r_ABC_unique.information3,10);
15106: -- If reuse objects flag is 'Y' then check for the object in the target business group
15107: -- if found insert the record into PLSql table and exit the loop else try create the
15108: -- object in the target business group
15109: --

Line 15153: hr_utility.set_location( 'found record for update',10);

15149: --
15150: --BEN_PD_COPY_TO_BEN_ONE.log_data('ABC',l_new_value,l_prefix || r_ABC_unique.name|| l_suffix,'REUSED');
15151: --
15152: end if ;
15153: hr_utility.set_location( 'found record for update',10);
15154: --
15155: else
15156: --
15157: l_update := false;

Line 15233: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

15229: --if not l_object_found_in_target then
15230: --
15231: l_current_pk_id := r_ABC.information1;
15232: --
15233: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15234: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15235: --
15236: if l_current_pk_id = l_prev_pk_id then
15237: --

Line 15234: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

15230: --
15231: l_current_pk_id := r_ABC.information1;
15232: --
15233: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15234: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15235: --
15236: if l_current_pk_id = l_prev_pk_id then
15237: --
15238: l_first_rec := false ;

Line 15256: hr_utility.set_location(' BEN_ACTY_BASE_RT_CTFN_F CREATE_ACTY_BASE_RT_CTFN ',20);

15252:
15253: --if l_first_rec then
15254: if l_first_rec and not l_update then
15255: -- Call Create routine.
15256: hr_utility.set_location(' BEN_ACTY_BASE_RT_CTFN_F CREATE_ACTY_BASE_RT_CTFN ',20);
15257: BEN_ACTY_BASE_RT_CTFN_API.CREATE_ACTY_BASE_RT_CTFN(
15258: --
15259: P_VALIDATE => false
15260: ,P_EFFECTIVE_DATE => l_effective_date

Line 15306: hr_utility.set_location('Before plsql table ',222);

15302: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
15303: );
15304: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15305: -- Update all relevent cer records with new pk_id
15306: hr_utility.set_location('Before plsql table ',222);
15307: hr_utility.set_location('new_value id '||l_acty_base_rt_ctfn_id,222);
15308: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_BASE_RT_CTFN_ID' ;
15309: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABC.information1 ;
15310: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_BASE_RT_CTFN_ID ;

Line 15307: hr_utility.set_location('new_value id '||l_acty_base_rt_ctfn_id,222);

15303: );
15304: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15305: -- Update all relevent cer records with new pk_id
15306: hr_utility.set_location('Before plsql table ',222);
15307: hr_utility.set_location('new_value id '||l_acty_base_rt_ctfn_id,222);
15308: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).pk_id_column := 'ACTY_BASE_RT_CTFN_ID' ;
15309: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABC.information1 ;
15310: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_BASE_RT_CTFN_ID ;
15311: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';

Line 15313: hr_utility.set_location('After plsql table ',222);

15309: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).old_value := r_ABC.information1 ;
15310: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).new_value := l_ACTY_BASE_RT_CTFN_ID ;
15311: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).copy_reuse_type := 'COPIED';
15312: ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count).table_route_id := r_ABC_unique.table_route_id;
15313: hr_utility.set_location('After plsql table ',222);
15314: --
15315: -- update_cer_with_target( ben_pd_copy_to_ben_one.g_pk_tbl(ben_pd_copy_to_ben_one.g_count),p_copy_entity_txn_id ) ;
15316: --
15317: ben_pd_copy_to_ben_one.g_count := ben_pd_copy_to_ben_one.g_count + 1 ;

Line 15323: hr_utility.set_location(' BEN_ACTY_BASE_RT_CTFN_F UPDATE_ACTY_BASE_RT_CTFN ',30);

15319: else
15320: --
15321: -- Call Update routine for the pk_id created in prev run .
15322: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15323: hr_utility.set_location(' BEN_ACTY_BASE_RT_CTFN_F UPDATE_ACTY_BASE_RT_CTFN ',30);
15324: --UPD START
15325: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15326: --
15327: if l_update then

Line 15325: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

15321: -- Call Update routine for the pk_id created in prev run .
15322: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15323: hr_utility.set_location(' BEN_ACTY_BASE_RT_CTFN_F UPDATE_ACTY_BASE_RT_CTFN ',30);
15324: --UPD START
15325: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15326: --
15327: if l_update then
15328: --
15329: l_datetrack_mode := r_ABC.datetrack_mode ;

Line 15345: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

15341: l_object_version_number := r_ABC.information265;
15342: --
15343: end if;
15344: --
15345: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15346: --
15347: IF l_update OR l_dml_operation <> 'UPDATE' THEN
15348: --UPD END
15349:

Line 15615: hr_utility.set_location(' r_PMRPV_unique.table_route_id '||r_PMRPV_unique.table_route_id,10);

15611: r_PMRPV_unique.information3 >=
15612: ben_pd_copy_to_ben_one.g_copy_effective_date)
15613: ) then
15614: --
15615: hr_utility.set_location(' r_PMRPV_unique.table_route_id '||r_PMRPV_unique.table_route_id,10);
15616: hr_utility.set_location(' r_PMRPV_unique.information1 '||r_PMRPV_unique.information1,10);
15617: hr_utility.set_location( 'r_PMRPV_unique.information2 '||r_PMRPV_unique.information2,10);
15618: hr_utility.set_location( 'r_PMRPV_unique.information3 '||r_PMRPV_unique.information3,10);
15619: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 15616: hr_utility.set_location(' r_PMRPV_unique.information1 '||r_PMRPV_unique.information1,10);

15612: ben_pd_copy_to_ben_one.g_copy_effective_date)
15613: ) then
15614: --
15615: hr_utility.set_location(' r_PMRPV_unique.table_route_id '||r_PMRPV_unique.table_route_id,10);
15616: hr_utility.set_location(' r_PMRPV_unique.information1 '||r_PMRPV_unique.information1,10);
15617: hr_utility.set_location( 'r_PMRPV_unique.information2 '||r_PMRPV_unique.information2,10);
15618: hr_utility.set_location( 'r_PMRPV_unique.information3 '||r_PMRPV_unique.information3,10);
15619: -- If reuse objects flag is 'Y' then check for the object in the target business group
15620: -- if found insert the record into PLSql table and exit the loop else try create the

Line 15617: hr_utility.set_location( 'r_PMRPV_unique.information2 '||r_PMRPV_unique.information2,10);

15613: ) then
15614: --
15615: hr_utility.set_location(' r_PMRPV_unique.table_route_id '||r_PMRPV_unique.table_route_id,10);
15616: hr_utility.set_location(' r_PMRPV_unique.information1 '||r_PMRPV_unique.information1,10);
15617: hr_utility.set_location( 'r_PMRPV_unique.information2 '||r_PMRPV_unique.information2,10);
15618: hr_utility.set_location( 'r_PMRPV_unique.information3 '||r_PMRPV_unique.information3,10);
15619: -- If reuse objects flag is 'Y' then check for the object in the target business group
15620: -- if found insert the record into PLSql table and exit the loop else try create the
15621: -- object in the target business group

Line 15618: hr_utility.set_location( 'r_PMRPV_unique.information3 '||r_PMRPV_unique.information3,10);

15614: --
15615: hr_utility.set_location(' r_PMRPV_unique.table_route_id '||r_PMRPV_unique.table_route_id,10);
15616: hr_utility.set_location(' r_PMRPV_unique.information1 '||r_PMRPV_unique.information1,10);
15617: hr_utility.set_location( 'r_PMRPV_unique.information2 '||r_PMRPV_unique.information2,10);
15618: hr_utility.set_location( 'r_PMRPV_unique.information3 '||r_PMRPV_unique.information3,10);
15619: -- If reuse objects flag is 'Y' then check for the object in the target business group
15620: -- if found insert the record into PLSql table and exit the loop else try create the
15621: -- object in the target business group
15622: --

Line 15673: hr_utility.set_location( 'found record for update',10);

15669: --
15670: --BEN_PD_COPY_TO_BEN_ONE.log_data('PMRPV',l_new_value,l_prefix || r_PMRPV_unique.name|| l_suffix,'REUSED');
15671: --
15672: end if ;
15673: hr_utility.set_location( 'found record for update',10);
15674: --
15675: else
15676: --
15677: l_update := false;

Line 15745: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

15741: if not l_object_found_in_target OR l_update then
15742: --
15743: l_current_pk_id := r_PMRPV.information1;
15744: --
15745: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15746: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15747: --
15748: if l_current_pk_id = l_prev_pk_id then
15749: --

Line 15746: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

15742: --
15743: l_current_pk_id := r_PMRPV.information1;
15744: --
15745: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15746: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15747: --
15748: if l_current_pk_id = l_prev_pk_id then
15749: --
15750: l_first_rec := false ;

Line 15768: hr_utility.set_location(' BEN_PRTL_MO_RT_PRTN_VAL_F CREATE_PRTL_MO_RT_PRTN_VAL ',20);

15764:
15765: --if l_first_rec then
15766: if l_first_rec and not l_update then
15767: -- Call Create routine.
15768: hr_utility.set_location(' BEN_PRTL_MO_RT_PRTN_VAL_F CREATE_PRTL_MO_RT_PRTN_VAL ',20);
15769: BEN_PRTL_MO_RT_PRTN_VAL_API.CREATE_PRTL_MO_RT_PRTN_VAL(
15770: --
15771: P_VALIDATE => false
15772: ,P_EFFECTIVE_DATE => l_effective_date

Line 15830: hr_utility.set_location('Before plsql table ',222);

15826: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
15827: );
15828: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15829: -- Update all relevent cer records with new pk_id
15830: hr_utility.set_location('Before plsql table ',222);
15831: hr_utility.set_location('new_value id '||l_prtl_mo_rt_prtn_val_id,222);
15832: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'PRTL_MO_RT_PRTN_VAL_ID' ;
15833: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_PMRPV.information1 ;
15834: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_PRTL_MO_RT_PRTN_VAL_ID ;

Line 15831: hr_utility.set_location('new_value id '||l_prtl_mo_rt_prtn_val_id,222);

15827: );
15828: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15829: -- Update all relevent cer records with new pk_id
15830: hr_utility.set_location('Before plsql table ',222);
15831: hr_utility.set_location('new_value id '||l_prtl_mo_rt_prtn_val_id,222);
15832: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'PRTL_MO_RT_PRTN_VAL_ID' ;
15833: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_PMRPV.information1 ;
15834: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_PRTL_MO_RT_PRTN_VAL_ID ;
15835: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';

Line 15837: hr_utility.set_location('After plsql table ',222);

15833: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_PMRPV.information1 ;
15834: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_PRTL_MO_RT_PRTN_VAL_ID ;
15835: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';
15836: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).table_route_id := r_PMRPV_unique.table_route_id;
15837: hr_utility.set_location('After plsql table ',222);
15838: --
15839: -- update_cer_with_target(BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count),p_copy_entity_txn_id ) ;
15840: --
15841: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;

Line 15847: hr_utility.set_location(' BEN_PRTL_MO_RT_PRTN_VAL_F UPDATE_PRTL_MO_RT_PRTN_VAL ',30);

15843: else
15844: --
15845: -- Call Update routine for the pk_id created in prev run .
15846: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15847: hr_utility.set_location(' BEN_PRTL_MO_RT_PRTN_VAL_F UPDATE_PRTL_MO_RT_PRTN_VAL ',30);
15848: --UPD START
15849: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15850: --
15851: if l_update then

Line 15849: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

15845: -- Call Update routine for the pk_id created in prev run .
15846: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15847: hr_utility.set_location(' BEN_PRTL_MO_RT_PRTN_VAL_F UPDATE_PRTL_MO_RT_PRTN_VAL ',30);
15848: --UPD START
15849: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15850: --
15851: if l_update then
15852: --
15853: l_datetrack_mode := r_PMRPV.datetrack_mode ;

Line 15869: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

15865: l_object_version_number := r_PMRPV.information265;
15866: --
15867: end if;
15868: --
15869: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15870: --
15871: IF l_update OR l_dml_operation <> 'UPDATE' THEN
15872: --UPD END
15873:

Line 16113: hr_utility.set_location(' r_VEP_unique.table_route_id '||r_VEP_unique.table_route_id,10);

16109: r_VEP_unique.information3 >=
16110: ben_pd_copy_to_ben_one.g_copy_effective_date)
16111: ) then
16112: --
16113: hr_utility.set_location(' r_VEP_unique.table_route_id '||r_VEP_unique.table_route_id,10);
16114: hr_utility.set_location(' r_VEP_unique.information1 '||r_VEP_unique.information1,10);
16115: hr_utility.set_location( 'r_VEP_unique.information2 '||r_VEP_unique.information2,10);
16116: hr_utility.set_location( 'r_VEP_unique.information3 '||r_VEP_unique.information3,10);
16117: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 16114: hr_utility.set_location(' r_VEP_unique.information1 '||r_VEP_unique.information1,10);

16110: ben_pd_copy_to_ben_one.g_copy_effective_date)
16111: ) then
16112: --
16113: hr_utility.set_location(' r_VEP_unique.table_route_id '||r_VEP_unique.table_route_id,10);
16114: hr_utility.set_location(' r_VEP_unique.information1 '||r_VEP_unique.information1,10);
16115: hr_utility.set_location( 'r_VEP_unique.information2 '||r_VEP_unique.information2,10);
16116: hr_utility.set_location( 'r_VEP_unique.information3 '||r_VEP_unique.information3,10);
16117: -- If reuse objects flag is 'Y' then check for the object in the target business group
16118: -- if found insert the record into PLSql table and exit the loop else try create the

Line 16115: hr_utility.set_location( 'r_VEP_unique.information2 '||r_VEP_unique.information2,10);

16111: ) then
16112: --
16113: hr_utility.set_location(' r_VEP_unique.table_route_id '||r_VEP_unique.table_route_id,10);
16114: hr_utility.set_location(' r_VEP_unique.information1 '||r_VEP_unique.information1,10);
16115: hr_utility.set_location( 'r_VEP_unique.information2 '||r_VEP_unique.information2,10);
16116: hr_utility.set_location( 'r_VEP_unique.information3 '||r_VEP_unique.information3,10);
16117: -- If reuse objects flag is 'Y' then check for the object in the target business group
16118: -- if found insert the record into PLSql table and exit the loop else try create the
16119: -- object in the target business group

Line 16116: hr_utility.set_location( 'r_VEP_unique.information3 '||r_VEP_unique.information3,10);

16112: --
16113: hr_utility.set_location(' r_VEP_unique.table_route_id '||r_VEP_unique.table_route_id,10);
16114: hr_utility.set_location(' r_VEP_unique.information1 '||r_VEP_unique.information1,10);
16115: hr_utility.set_location( 'r_VEP_unique.information2 '||r_VEP_unique.information2,10);
16116: hr_utility.set_location( 'r_VEP_unique.information3 '||r_VEP_unique.information3,10);
16117: -- If reuse objects flag is 'Y' then check for the object in the target business group
16118: -- if found insert the record into PLSql table and exit the loop else try create the
16119: -- object in the target business group
16120: --

Line 16162: hr_utility.set_location( 'found record for update',10);

16158: --
16159: --BEN_PD_COPY_TO_BEN_ONE.log_data('VEP',l_new_value,l_prefix || r_VEP_unique.name|| l_suffix,'REUSED');
16160: --
16161: end if ;
16162: hr_utility.set_location( 'found record for update',10);
16163: --
16164: else
16165: --
16166: l_update := false;

Line 16240: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);

16236: if not l_object_found_in_target OR l_update then
16237: --
16238: l_current_pk_id := r_VEP.information1;
16239: --
16240: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
16241: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
16242: --
16243: if l_current_pk_id = l_prev_pk_id then
16244: --

Line 16241: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);

16237: --
16238: l_current_pk_id := r_VEP.information1;
16239: --
16240: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
16241: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
16242: --
16243: if l_current_pk_id = l_prev_pk_id then
16244: --
16245: l_first_rec := false ;

Line 16263: hr_utility.set_location(' BEN_VRBL_RT_ELIG_PRFL_F CREATE_VRBL_RT_ELIG_PRFL ',20);

16259:
16260: --if l_first_rec then
16261: if l_first_rec and not l_update then
16262: -- Call Create routine.
16263: hr_utility.set_location(' BEN_VRBL_RT_ELIG_PRFL_F CREATE_VRBL_RT_ELIG_PRFL ',20);
16264: BEN_VRBL_RT_ELIG_PRFL_API.CREATE_VRBL_RT_ELIG_PRFL(
16265: --
16266: P_VALIDATE => false
16267: ,P_EFFECTIVE_DATE => l_effective_date

Line 16312: hr_utility.set_location('Before plsql table ',222);

16308: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
16309: );
16310: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16311: -- Update all relevent cer records with new pk_id
16312: hr_utility.set_location('Before plsql table ',222);
16313: hr_utility.set_location('new_value id '||l_vrbl_rt_elig_prfl_id,222);
16314: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'VRBL_RT_ELIG_PRFL_ID' ;
16315: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_VEP.information1 ;
16316: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_VRBL_RT_ELIG_PRFL_ID ;

Line 16313: hr_utility.set_location('new_value id '||l_vrbl_rt_elig_prfl_id,222);

16309: );
16310: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16311: -- Update all relevent cer records with new pk_id
16312: hr_utility.set_location('Before plsql table ',222);
16313: hr_utility.set_location('new_value id '||l_vrbl_rt_elig_prfl_id,222);
16314: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'VRBL_RT_ELIG_PRFL_ID' ;
16315: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_VEP.information1 ;
16316: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_VRBL_RT_ELIG_PRFL_ID ;
16317: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';

Line 16319: hr_utility.set_location('After plsql table ',222);

16315: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_VEP.information1 ;
16316: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_VRBL_RT_ELIG_PRFL_ID ;
16317: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';
16318: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).table_route_id := r_VEP_unique.table_route_id;
16319: hr_utility.set_location('After plsql table ',222);
16320: --
16321: -- update_cer_with_target( BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count),p_copy_entity_txn_id ) ;
16322: --
16323: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;

Line 16329: hr_utility.set_location(' BEN_VRBL_RT_ELIG_PRFL_F UPDATE_VRBL_RT_ELIG_PRFL ',30);

16325: else
16326: --
16327: -- Call Update routine for the pk_id created in prev run .
16328: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16329: hr_utility.set_location(' BEN_VRBL_RT_ELIG_PRFL_F UPDATE_VRBL_RT_ELIG_PRFL ',30);
16330: --UPD START
16331: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16332: --
16333: if l_update then

Line 16331: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

16327: -- Call Update routine for the pk_id created in prev run .
16328: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16329: hr_utility.set_location(' BEN_VRBL_RT_ELIG_PRFL_F UPDATE_VRBL_RT_ELIG_PRFL ',30);
16330: --UPD START
16331: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16332: --
16333: if l_update then
16334: --
16335: l_datetrack_mode := r_VEP.datetrack_mode ;

Line 16351: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);

16347: l_object_version_number := r_VEP.information265;
16348: --
16349: end if;
16350: --
16351: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16352: --
16353: IF l_update OR l_dml_operation <> 'UPDATE' THEN
16354: --UPD END
16355: