DBA Data[Home] [Help]

APPS.BEN_PD_COPY_TO_BEN_THREE dependencies on HR_UTILITY

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

13: l_update boolean := true ;
14: l_datetrack_mode varchar2(80) := p_datetrack_mode ;
15: begin
16: --
17: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
18: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
19: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
20: hr_utility.set_location('p_effective_date '||p_effective_date,10);
21: --

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

14: l_datetrack_mode varchar2(80) := p_datetrack_mode ;
15: begin
16: --
17: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
18: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
19: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
20: hr_utility.set_location('p_effective_date '||p_effective_date,10);
21: --
22: if p_effective_end_date <> hr_api.g_eot then

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

15: begin
16: --
17: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
18: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
19: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
20: hr_utility.set_location('p_effective_date '||p_effective_date,10);
21: --
22: if p_effective_end_date <> hr_api.g_eot then
23: --

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

16: --
17: hr_utility.set_location('Intering get_dt_modes p_dt_mode '||l_datetrack_mode,10);
18: hr_utility.set_location('p_effective_start_date '||p_effective_start_date,10);
19: hr_utility.set_location('p_effective_end_date '||p_effective_end_date,10);
20: hr_utility.set_location('p_effective_date '||p_effective_date,10);
21: --
22: if p_effective_end_date <> hr_api.g_eot then
23: --
24: if p_dml_operation = 'INSERT' then

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

111: --
112: p_datetrack_mode := l_datetrack_mode ;
113: -- p_update := l_update ;
114: --
115: hr_utility.set_location('Leaving get_dt_modes p_dt_mode '||p_datetrack_mode,10);
116: --
117: end get_dt_modes ;
118: --
119: function get_fk(p_col_name varchar2,

Line 195: hr_utility.set_location('Entering log_nomapping_data',5);

191: fetch c_parent_data into l_parent_data;
192: close c_parent_data;
193: --
194:
195: hr_utility.set_location('Entering log_nomapping_data',5);
196: -- get All capitals from p_parent_table_alias, p_child_table_alias
197: /*l_text := 'VARIABLE RATE ROFILE - ' || 'Mediacal Variable Rate' || ' - ' ||
198: 'JOB CRITERIA - ' || 'My Job' || ' - Not copied as mapping is not done'; */
199: --

Line 204: hr_utility.set_location('g_not_copied_tbl 1 '||g_parent_display_name,5);

200: g_not_copied_tbl(g_not_copied_tbl_count).text :=
201: '' || g_parent_display_name ||' - '||l_parent_data.information5 ||' : '||g_child_display_name ||' - '||p_child_data ;
202: --
203: g_not_copied_tbl_count := g_not_copied_tbl_count + 1;
204: hr_utility.set_location('g_not_copied_tbl 1 '||g_parent_display_name,5);
205: hr_utility.set_location('g_not_copied_tbl 2 '||l_parent_data.information5,5);
206: hr_utility.set_location('g_not_copied_tbl 3 '||g_child_display_name,5);
207: hr_utility.set_location('Leaving log_nomapping_data',5);
208: end log_nomapping_data ;

Line 205: hr_utility.set_location('g_not_copied_tbl 2 '||l_parent_data.information5,5);

201: '' || g_parent_display_name ||' - '||l_parent_data.information5 ||' : '||g_child_display_name ||' - '||p_child_data ;
202: --
203: g_not_copied_tbl_count := g_not_copied_tbl_count + 1;
204: hr_utility.set_location('g_not_copied_tbl 1 '||g_parent_display_name,5);
205: hr_utility.set_location('g_not_copied_tbl 2 '||l_parent_data.information5,5);
206: hr_utility.set_location('g_not_copied_tbl 3 '||g_child_display_name,5);
207: hr_utility.set_location('Leaving log_nomapping_data',5);
208: end log_nomapping_data ;
209: --

Line 206: hr_utility.set_location('g_not_copied_tbl 3 '||g_child_display_name,5);

202: --
203: g_not_copied_tbl_count := g_not_copied_tbl_count + 1;
204: hr_utility.set_location('g_not_copied_tbl 1 '||g_parent_display_name,5);
205: hr_utility.set_location('g_not_copied_tbl 2 '||l_parent_data.information5,5);
206: hr_utility.set_location('g_not_copied_tbl 3 '||g_child_display_name,5);
207: hr_utility.set_location('Leaving log_nomapping_data',5);
208: end log_nomapping_data ;
209: --
210:

Line 207: hr_utility.set_location('Leaving log_nomapping_data',5);

203: g_not_copied_tbl_count := g_not_copied_tbl_count + 1;
204: hr_utility.set_location('g_not_copied_tbl 1 '||g_parent_display_name,5);
205: hr_utility.set_location('g_not_copied_tbl 2 '||l_parent_data.information5,5);
206: hr_utility.set_location('g_not_copied_tbl 3 '||g_child_display_name,5);
207: hr_utility.set_location('Leaving log_nomapping_data',5);
208: end log_nomapping_data ;
209: --
210:
211: --

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

212: -- Private procedure to update the cer with target details
213: --
214: 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
215: begin
216: hr_utility.set_location('Inside update_cer_with_target ',233);
217: update ben_copy_entity_results
218: set information9 = c_pk_rec.copy_reuse_type||'-'||c_pk_rec.new_value
219: where copy_entity_txn_id = p_copy_entity_txn_id
220: and table_route_id = c_pk_rec.table_route_id

Line 373: hr_utility.set_location(' r_JRT_unique.table_route_id '||r_JRT_unique.table_route_id,10);

369: r_JRT_unique.information3 >=
370: ben_pd_copy_to_ben_one.g_copy_effective_date)
371: ) then
372: --
373: hr_utility.set_location(' r_JRT_unique.table_route_id '||r_JRT_unique.table_route_id,10);
374: hr_utility.set_location(' r_JRT_unique.information1 '||r_JRT_unique.information1,10);
375: hr_utility.set_location( 'r_JRT_unique.information2 '||r_JRT_unique.information2,10);
376: hr_utility.set_location( 'r_JRT_unique.information3 '||r_JRT_unique.information3,10);
377: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 374: hr_utility.set_location(' r_JRT_unique.information1 '||r_JRT_unique.information1,10);

370: ben_pd_copy_to_ben_one.g_copy_effective_date)
371: ) then
372: --
373: hr_utility.set_location(' r_JRT_unique.table_route_id '||r_JRT_unique.table_route_id,10);
374: hr_utility.set_location(' r_JRT_unique.information1 '||r_JRT_unique.information1,10);
375: hr_utility.set_location( 'r_JRT_unique.information2 '||r_JRT_unique.information2,10);
376: hr_utility.set_location( 'r_JRT_unique.information3 '||r_JRT_unique.information3,10);
377: -- If reuse objects flag is 'Y' then check for the object in the target business group
378: -- if found insert the record into PLSql table and exit the loop else try create the

Line 375: hr_utility.set_location( 'r_JRT_unique.information2 '||r_JRT_unique.information2,10);

371: ) then
372: --
373: hr_utility.set_location(' r_JRT_unique.table_route_id '||r_JRT_unique.table_route_id,10);
374: hr_utility.set_location(' r_JRT_unique.information1 '||r_JRT_unique.information1,10);
375: hr_utility.set_location( 'r_JRT_unique.information2 '||r_JRT_unique.information2,10);
376: hr_utility.set_location( 'r_JRT_unique.information3 '||r_JRT_unique.information3,10);
377: -- If reuse objects flag is 'Y' then check for the object in the target business group
378: -- if found insert the record into PLSql table and exit the loop else try create the
379: -- object in the target business group

Line 376: hr_utility.set_location( 'r_JRT_unique.information3 '||r_JRT_unique.information3,10);

372: --
373: hr_utility.set_location(' r_JRT_unique.table_route_id '||r_JRT_unique.table_route_id,10);
374: hr_utility.set_location(' r_JRT_unique.information1 '||r_JRT_unique.information1,10);
375: hr_utility.set_location( 'r_JRT_unique.information2 '||r_JRT_unique.information2,10);
376: hr_utility.set_location( 'r_JRT_unique.information3 '||r_JRT_unique.information3,10);
377: -- If reuse objects flag is 'Y' then check for the object in the target business group
378: -- if found insert the record into PLSql table and exit the loop else try create the
379: -- object in the target business group
380: --

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

451: --
452: -- log_data('JRT',l_new_value,l_prefix || r_JRT_unique.name|| l_suffix,'REUSED');
453: --
454: end if ;
455: hr_utility.set_location( 'found record for update',10);
456: --
457: else
458: --
459: l_update := false;

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

507: if not l_object_found_in_target OR l_update then
508: --
509: l_current_pk_id := r_JRT.information1;
510: --
511: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
512: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
513: --
514: if l_current_pk_id = l_prev_pk_id then
515: --

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

508: --
509: l_current_pk_id := r_JRT.information1;
510: --
511: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
512: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
513: --
514: if l_current_pk_id = l_prev_pk_id then
515: --
516: l_first_rec := false ;

Line 533: hr_utility.set_location(' BEN_JOB_RT_F CREATE_JOB_RT ',20);

529: end if;
530:
531: if l_first_rec and not l_update then
532: -- Call Create routine.
533: hr_utility.set_location(' BEN_JOB_RT_F CREATE_JOB_RT ',20);
534: BEN_JOB_RT_API.CREATE_JOB_RT(
535: --
536: P_VALIDATE => false
537: ,P_EFFECTIVE_DATE => l_effective_date

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

579: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
580: );
581: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
582: -- Update all relevent cer records with new pk_id
583: hr_utility.set_location('Before plsql table ',222);
584: hr_utility.set_location('new_value id '||l_job_rt_id,222);
585: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'JOB_RT_ID' ;
586: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_JRT.information1 ;
587: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_JOB_RT_ID ;

Line 584: hr_utility.set_location('new_value id '||l_job_rt_id,222);

580: );
581: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
582: -- Update all relevent cer records with new pk_id
583: hr_utility.set_location('Before plsql table ',222);
584: hr_utility.set_location('new_value id '||l_job_rt_id,222);
585: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'JOB_RT_ID' ;
586: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_JRT.information1 ;
587: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_JOB_RT_ID ;
588: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

586: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_JRT.information1 ;
587: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_JOB_RT_ID ;
588: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
589: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_JRT_unique.table_route_id;
590: hr_utility.set_location('After plsql table ',222);
591: --
592: -- 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 ) ;
593: --
594: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

597: --
598: -- Call Update routine for the pk_id created in prev run .
599: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
600: --UPD START
601: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
602: --
603: if l_update then
604: --
605: l_datetrack_mode := r_JRT.datetrack_mode ;

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

617: l_object_version_number := r_JRT.information265;
618: --
619: end if;
620: --
621: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
622: --
623: IF l_update OR l_dml_operation <> 'UPDATE' THEN
624: --UPD END
625: hr_utility.set_location(' BEN_JOB_RT_F UPDATE_JOB_RT ',30);

Line 625: hr_utility.set_location(' BEN_JOB_RT_F UPDATE_JOB_RT ',30);

621: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
622: --
623: IF l_update OR l_dml_operation <> 'UPDATE' THEN
624: --UPD END
625: hr_utility.set_location(' BEN_JOB_RT_F UPDATE_JOB_RT ',30);
626: BEN_JOB_RT_API.UPDATE_JOB_RT(
627: --
628: P_VALIDATE => false
629: ,P_EFFECTIVE_DATE => l_effective_date

Line 862: hr_utility.set_location(' r_HSR_unique.table_route_id '||r_HSR_unique.table_route_id,10);

858: r_HSR_unique.information3 >=
859: ben_pd_copy_to_ben_one.g_copy_effective_date)
860: ) then
861: --
862: hr_utility.set_location(' r_HSR_unique.table_route_id '||r_HSR_unique.table_route_id,10);
863: hr_utility.set_location(' r_HSR_unique.information1 '||r_HSR_unique.information1,10);
864: hr_utility.set_location( 'r_HSR_unique.information2 '||r_HSR_unique.information2,10);
865: hr_utility.set_location( 'r_HSR_unique.information3 '||r_HSR_unique.information3,10);
866: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 863: hr_utility.set_location(' r_HSR_unique.information1 '||r_HSR_unique.information1,10);

859: ben_pd_copy_to_ben_one.g_copy_effective_date)
860: ) then
861: --
862: hr_utility.set_location(' r_HSR_unique.table_route_id '||r_HSR_unique.table_route_id,10);
863: hr_utility.set_location(' r_HSR_unique.information1 '||r_HSR_unique.information1,10);
864: hr_utility.set_location( 'r_HSR_unique.information2 '||r_HSR_unique.information2,10);
865: hr_utility.set_location( 'r_HSR_unique.information3 '||r_HSR_unique.information3,10);
866: -- If reuse objects flag is 'Y' then check for the object in the target business group
867: -- if found insert the record into PLSql table and exit the loop else try create the

Line 864: hr_utility.set_location( 'r_HSR_unique.information2 '||r_HSR_unique.information2,10);

860: ) then
861: --
862: hr_utility.set_location(' r_HSR_unique.table_route_id '||r_HSR_unique.table_route_id,10);
863: hr_utility.set_location(' r_HSR_unique.information1 '||r_HSR_unique.information1,10);
864: hr_utility.set_location( 'r_HSR_unique.information2 '||r_HSR_unique.information2,10);
865: hr_utility.set_location( 'r_HSR_unique.information3 '||r_HSR_unique.information3,10);
866: -- If reuse objects flag is 'Y' then check for the object in the target business group
867: -- if found insert the record into PLSql table and exit the loop else try create the
868: -- object in the target business group

Line 865: hr_utility.set_location( 'r_HSR_unique.information3 '||r_HSR_unique.information3,10);

861: --
862: hr_utility.set_location(' r_HSR_unique.table_route_id '||r_HSR_unique.table_route_id,10);
863: hr_utility.set_location(' r_HSR_unique.information1 '||r_HSR_unique.information1,10);
864: hr_utility.set_location( 'r_HSR_unique.information2 '||r_HSR_unique.information2,10);
865: hr_utility.set_location( 'r_HSR_unique.information3 '||r_HSR_unique.information3,10);
866: -- If reuse objects flag is 'Y' then check for the object in the target business group
867: -- if found insert the record into PLSql table and exit the loop else try create the
868: -- object in the target business group
869: --

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

918: --
919: -- log_data('HSR',l_new_value,l_prefix || r_HSR_unique.name|| l_suffix,'REUSED');
920: --
921: end if ;
922: hr_utility.set_location( 'found record for update',10);
923: --
924: else
925: --
926: l_update := false;

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

974: if not l_object_found_in_target OR l_update then
975: --
976: l_current_pk_id := r_HSR.information1;
977: --
978: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
979: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
980: --
981: if l_current_pk_id = l_prev_pk_id then
982: --

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

975: --
976: l_current_pk_id := r_HSR.information1;
977: --
978: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
979: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
980: --
981: if l_current_pk_id = l_prev_pk_id then
982: --
983: l_first_rec := false ;

Line 1000: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F CREATE_HRLY_SALARY_RATE ',20);

996: end if;
997:
998: if l_first_rec and not l_update then
999: -- Call Create routine.
1000: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F CREATE_HRLY_SALARY_RATE ',20);
1001: BEN_HRLY_SALARY_RATE_API.CREATE_HRLY_SALARY_RATE(
1002: --
1003: P_VALIDATE => false
1004: ,P_EFFECTIVE_DATE => l_effective_date

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

1046: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
1047: );
1048: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1049: -- Update all relevent cer records with new pk_id
1050: hr_utility.set_location('Before plsql table ',222);
1051: hr_utility.set_location('new_value id '||l_hrly_slrd_rt_id,222);
1052: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'HRLY_SLRD_RT_ID' ;
1053: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_HSR.information1 ;
1054: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_HRLY_SLRD_RT_ID ;

Line 1051: hr_utility.set_location('new_value id '||l_hrly_slrd_rt_id,222);

1047: );
1048: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1049: -- Update all relevent cer records with new pk_id
1050: hr_utility.set_location('Before plsql table ',222);
1051: hr_utility.set_location('new_value id '||l_hrly_slrd_rt_id,222);
1052: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'HRLY_SLRD_RT_ID' ;
1053: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_HSR.information1 ;
1054: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_HRLY_SLRD_RT_ID ;
1055: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

1053: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_HSR.information1 ;
1054: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_HRLY_SLRD_RT_ID ;
1055: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
1056: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_HSR_unique.table_route_id;
1057: hr_utility.set_location('After plsql table ',222);
1058: --
1059: -- 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 ) ;
1060: --
1061: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

1063: else
1064: --
1065: -- Call Update routine for the pk_id created in prev run .
1066: --UPD START
1067: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1068: --
1069: if l_update then
1070: --
1071: l_datetrack_mode := r_HSR.datetrack_mode ;

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

1083: l_object_version_number := r_HSR.information265;
1084: --
1085: end if;
1086: --
1087: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1088: --
1089: IF l_update OR l_dml_operation <> 'UPDATE' THEN
1090: --UPD END
1091: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 1092: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F UPDATE_HRLY_SALARY_RATE ',30);

1088: --
1089: IF l_update OR l_dml_operation <> 'UPDATE' THEN
1090: --UPD END
1091: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1092: hr_utility.set_location(' BEN_HRLY_SLRD_RT_F UPDATE_HRLY_SALARY_RATE ',30);
1093: BEN_HRLY_SALARY_RATE_API.UPDATE_HRLY_SALARY_RATE(
1094: --
1095: P_VALIDATE => false
1096: ,P_EFFECTIVE_DATE => l_effective_date

Line 1327: hr_utility.set_location(' r_GRR_unique.table_route_id '||r_GRR_unique.table_route_id,10);

1323: r_GRR_unique.information3 >=
1324: ben_pd_copy_to_ben_one.g_copy_effective_date)
1325: ) then
1326: --
1327: hr_utility.set_location(' r_GRR_unique.table_route_id '||r_GRR_unique.table_route_id,10);
1328: hr_utility.set_location(' r_GRR_unique.information1 '||r_GRR_unique.information1,10);
1329: hr_utility.set_location( 'r_GRR_unique.information2 '||r_GRR_unique.information2,10);
1330: hr_utility.set_location( 'r_GRR_unique.information3 '||r_GRR_unique.information3,10);
1331: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 1328: hr_utility.set_location(' r_GRR_unique.information1 '||r_GRR_unique.information1,10);

1324: ben_pd_copy_to_ben_one.g_copy_effective_date)
1325: ) then
1326: --
1327: hr_utility.set_location(' r_GRR_unique.table_route_id '||r_GRR_unique.table_route_id,10);
1328: hr_utility.set_location(' r_GRR_unique.information1 '||r_GRR_unique.information1,10);
1329: hr_utility.set_location( 'r_GRR_unique.information2 '||r_GRR_unique.information2,10);
1330: hr_utility.set_location( 'r_GRR_unique.information3 '||r_GRR_unique.information3,10);
1331: -- If reuse objects flag is 'Y' then check for the object in the target business group
1332: -- if found insert the record into PLSql table and exit the loop else try create the

Line 1329: hr_utility.set_location( 'r_GRR_unique.information2 '||r_GRR_unique.information2,10);

1325: ) then
1326: --
1327: hr_utility.set_location(' r_GRR_unique.table_route_id '||r_GRR_unique.table_route_id,10);
1328: hr_utility.set_location(' r_GRR_unique.information1 '||r_GRR_unique.information1,10);
1329: hr_utility.set_location( 'r_GRR_unique.information2 '||r_GRR_unique.information2,10);
1330: hr_utility.set_location( 'r_GRR_unique.information3 '||r_GRR_unique.information3,10);
1331: -- If reuse objects flag is 'Y' then check for the object in the target business group
1332: -- if found insert the record into PLSql table and exit the loop else try create the
1333: -- object in the target business group

Line 1330: hr_utility.set_location( 'r_GRR_unique.information3 '||r_GRR_unique.information3,10);

1326: --
1327: hr_utility.set_location(' r_GRR_unique.table_route_id '||r_GRR_unique.table_route_id,10);
1328: hr_utility.set_location(' r_GRR_unique.information1 '||r_GRR_unique.information1,10);
1329: hr_utility.set_location( 'r_GRR_unique.information2 '||r_GRR_unique.information2,10);
1330: hr_utility.set_location( 'r_GRR_unique.information3 '||r_GRR_unique.information3,10);
1331: -- If reuse objects flag is 'Y' then check for the object in the target business group
1332: -- if found insert the record into PLSql table and exit the loop else try create the
1333: -- object in the target business group
1334: --

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

1400: --
1401: --log_data('GRR',l_new_value,l_prefix || r_GRR_unique.name|| l_suffix,'REUSED');
1402: --
1403: end if ;
1404: hr_utility.set_location( 'found record for update',10);
1405: --
1406: else
1407: --
1408: l_update := false;

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

1456: if not l_object_found_in_target OR l_update then
1457: --
1458: l_current_pk_id := r_GRR.information1;
1459: --
1460: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1461: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1462: --
1463: if l_current_pk_id = l_prev_pk_id then
1464: --

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

1457: --
1458: l_current_pk_id := r_GRR.information1;
1459: --
1460: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1461: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1462: --
1463: if l_current_pk_id = l_prev_pk_id then
1464: --
1465: l_first_rec := false ;

Line 1482: hr_utility.set_location(' BEN_GRADE_RT_F CREATE_GRADE_RATE ',20);

1478: end if;
1479:
1480: if l_first_rec and not l_update then
1481: -- Call Create routine.
1482: hr_utility.set_location(' BEN_GRADE_RT_F CREATE_GRADE_RATE ',20);
1483: BEN_GRADE_RATE_API.CREATE_GRADE_RATE(
1484: --
1485: P_VALIDATE => false
1486: ,P_EFFECTIVE_DATE => l_effective_date

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

1529: );
1530:
1531: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1532: -- Update all relevent cer records with new pk_id
1533: hr_utility.set_location('Before plsql table ',222);
1534: hr_utility.set_location('new_value id '||l_grade_rt_id,222);
1535: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'GRADE_RT_ID' ;
1536: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_GRR.information1 ;
1537: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_GRADE_RT_ID ;

Line 1534: hr_utility.set_location('new_value id '||l_grade_rt_id,222);

1530:
1531: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1532: -- Update all relevent cer records with new pk_id
1533: hr_utility.set_location('Before plsql table ',222);
1534: hr_utility.set_location('new_value id '||l_grade_rt_id,222);
1535: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'GRADE_RT_ID' ;
1536: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_GRR.information1 ;
1537: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_GRADE_RT_ID ;
1538: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

1536: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_GRR.information1 ;
1537: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_GRADE_RT_ID ;
1538: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
1539: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_GRR_unique.table_route_id;
1540: hr_utility.set_location('After plsql table ',222);
1541: --
1542: -- 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 ) ;
1543: --
1544: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

1546: else
1547: --
1548: -- Call Update routine for the pk_id created in prev run .
1549: --UPD START
1550: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1551: --
1552: if l_update then
1553: --
1554: l_datetrack_mode := r_GRR.datetrack_mode ;

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

1566: l_object_version_number := r_GRR.information265;
1567: --
1568: end if;
1569: --
1570: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
1571: --
1572: IF l_update OR l_dml_operation <> 'UPDATE' THEN
1573: --UPD END
1574: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 1575: hr_utility.set_location(' BEN_GRADE_RT_F UPDATE_GRADE_RATE ',30);

1571: --
1572: IF l_update OR l_dml_operation <> 'UPDATE' THEN
1573: --UPD END
1574: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
1575: hr_utility.set_location(' BEN_GRADE_RT_F UPDATE_GRADE_RATE ',30);
1576: BEN_GRADE_RATE_API.UPDATE_GRADE_RATE(
1577: --
1578: P_VALIDATE => false
1579: ,P_EFFECTIVE_DATE => l_effective_date

Line 1812: hr_utility.set_location(' r_FTR_unique.table_route_id '||r_FTR_unique.table_route_id,10);

1808: r_FTR_unique.information3 >=
1809: ben_pd_copy_to_ben_one.g_copy_effective_date)
1810: ) then
1811: --
1812: hr_utility.set_location(' r_FTR_unique.table_route_id '||r_FTR_unique.table_route_id,10);
1813: hr_utility.set_location(' r_FTR_unique.information1 '||r_FTR_unique.information1,10);
1814: hr_utility.set_location( 'r_FTR_unique.information2 '||r_FTR_unique.information2,10);
1815: hr_utility.set_location( 'r_FTR_unique.information3 '||r_FTR_unique.information3,10);
1816: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 1813: hr_utility.set_location(' r_FTR_unique.information1 '||r_FTR_unique.information1,10);

1809: ben_pd_copy_to_ben_one.g_copy_effective_date)
1810: ) then
1811: --
1812: hr_utility.set_location(' r_FTR_unique.table_route_id '||r_FTR_unique.table_route_id,10);
1813: hr_utility.set_location(' r_FTR_unique.information1 '||r_FTR_unique.information1,10);
1814: hr_utility.set_location( 'r_FTR_unique.information2 '||r_FTR_unique.information2,10);
1815: hr_utility.set_location( 'r_FTR_unique.information3 '||r_FTR_unique.information3,10);
1816: -- If reuse objects flag is 'Y' then check for the object in the target business group
1817: -- if found insert the record into PLSql table and exit the loop else try create the

Line 1814: hr_utility.set_location( 'r_FTR_unique.information2 '||r_FTR_unique.information2,10);

1810: ) then
1811: --
1812: hr_utility.set_location(' r_FTR_unique.table_route_id '||r_FTR_unique.table_route_id,10);
1813: hr_utility.set_location(' r_FTR_unique.information1 '||r_FTR_unique.information1,10);
1814: hr_utility.set_location( 'r_FTR_unique.information2 '||r_FTR_unique.information2,10);
1815: hr_utility.set_location( 'r_FTR_unique.information3 '||r_FTR_unique.information3,10);
1816: -- If reuse objects flag is 'Y' then check for the object in the target business group
1817: -- if found insert the record into PLSql table and exit the loop else try create the
1818: -- object in the target business group

Line 1815: hr_utility.set_location( 'r_FTR_unique.information3 '||r_FTR_unique.information3,10);

1811: --
1812: hr_utility.set_location(' r_FTR_unique.table_route_id '||r_FTR_unique.table_route_id,10);
1813: hr_utility.set_location(' r_FTR_unique.information1 '||r_FTR_unique.information1,10);
1814: hr_utility.set_location( 'r_FTR_unique.information2 '||r_FTR_unique.information2,10);
1815: hr_utility.set_location( 'r_FTR_unique.information3 '||r_FTR_unique.information3,10);
1816: -- If reuse objects flag is 'Y' then check for the object in the target business group
1817: -- if found insert the record into PLSql table and exit the loop else try create the
1818: -- object in the target business group
1819: --

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

1869: --
1870: --log_data('FTR',l_new_value,l_prefix || r_FTR_unique.name|| l_suffix,'REUSED');
1871: --
1872: end if ;
1873: hr_utility.set_location( 'found record for update',10);
1874: --
1875: else
1876: --
1877: l_update := false;

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

1925: if not l_object_found_in_target OR l_update then
1926: --
1927: l_current_pk_id := r_FTR.information1;
1928: --
1929: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1930: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1931: --
1932: if l_current_pk_id = l_prev_pk_id then
1933: --

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

1926: --
1927: l_current_pk_id := r_FTR.information1;
1928: --
1929: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
1930: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
1931: --
1932: if l_current_pk_id = l_prev_pk_id then
1933: --
1934: l_first_rec := false ;

Line 1951: hr_utility.set_location(' BEN_FL_TM_PT_TM_RT_F CREATE_FULL_PRT_TIME_RATE ',20);

1947: end if;
1948:
1949: if l_first_rec and not l_update then
1950: -- Call Create routine.
1951: hr_utility.set_location(' BEN_FL_TM_PT_TM_RT_F CREATE_FULL_PRT_TIME_RATE ',20);
1952: BEN_FULL_PRT_TIME_RATE_API.CREATE_FULL_PRT_TIME_RATE(
1953: --
1954: P_VALIDATE => false
1955: ,P_EFFECTIVE_DATE => l_effective_date

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

1997: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
1998: );
1999: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2000: -- Update all relevent cer records with new pk_id
2001: hr_utility.set_location('Before plsql table ',222);
2002: hr_utility.set_location('new_value id '||l_fl_tm_pt_tm_rt_id,222);
2003: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'FL_TM_PT_TM_RT_ID' ;
2004: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_FTR.information1 ;
2005: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_FL_TM_PT_TM_RT_ID ;

Line 2002: hr_utility.set_location('new_value id '||l_fl_tm_pt_tm_rt_id,222);

1998: );
1999: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2000: -- Update all relevent cer records with new pk_id
2001: hr_utility.set_location('Before plsql table ',222);
2002: hr_utility.set_location('new_value id '||l_fl_tm_pt_tm_rt_id,222);
2003: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'FL_TM_PT_TM_RT_ID' ;
2004: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_FTR.information1 ;
2005: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_FL_TM_PT_TM_RT_ID ;
2006: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

2004: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_FTR.information1 ;
2005: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_FL_TM_PT_TM_RT_ID ;
2006: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
2007: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_FTR_unique.table_route_id;
2008: hr_utility.set_location('After plsql table ',222);
2009: --
2010: -- 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 ) ;
2011: --
2012: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

2015: --
2016: -- Call Update routine for the pk_id created in prev run .
2017: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2018: --UPD START
2019: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2020: --
2021: if l_update then
2022: --
2023: l_datetrack_mode := r_FTR.datetrack_mode ;

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

2035: l_object_version_number := r_FTR.information265;
2036: --
2037: end if;
2038: --
2039: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2040: --
2041: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2042: --UPD END
2043: hr_utility.set_location(' BEN_FL_TM_PT_TM_RT_F UPDATE_FULL_PRT_TIME_RATE ',30);

Line 2043: hr_utility.set_location(' BEN_FL_TM_PT_TM_RT_F UPDATE_FULL_PRT_TIME_RATE ',30);

2039: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2040: --
2041: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2042: --UPD END
2043: hr_utility.set_location(' BEN_FL_TM_PT_TM_RT_F UPDATE_FULL_PRT_TIME_RATE ',30);
2044: BEN_FULL_PRT_TIME_RATE_API.UPDATE_FULL_PRT_TIME_RATE(
2045: --
2046: P_VALIDATE => false
2047: ,P_EFFECTIVE_DATE => l_effective_date

Line 2278: hr_utility.set_location(' r_BUR_unique.table_route_id '||r_BUR_unique.table_route_id,10);

2274: ben_pd_copy_to_ben_one.g_copy_effective_date)
2275: ) then
2276:
2277: --
2278: hr_utility.set_location(' r_BUR_unique.table_route_id '||r_BUR_unique.table_route_id,10);
2279: hr_utility.set_location(' r_BUR_unique.information1 '||r_BUR_unique.information1,10);
2280: hr_utility.set_location( 'r_BUR_unique.information2 '||r_BUR_unique.information2,10);
2281: hr_utility.set_location( 'r_BUR_unique.information3 '||r_BUR_unique.information3,10);
2282: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 2279: hr_utility.set_location(' r_BUR_unique.information1 '||r_BUR_unique.information1,10);

2275: ) then
2276:
2277: --
2278: hr_utility.set_location(' r_BUR_unique.table_route_id '||r_BUR_unique.table_route_id,10);
2279: hr_utility.set_location(' r_BUR_unique.information1 '||r_BUR_unique.information1,10);
2280: hr_utility.set_location( 'r_BUR_unique.information2 '||r_BUR_unique.information2,10);
2281: hr_utility.set_location( 'r_BUR_unique.information3 '||r_BUR_unique.information3,10);
2282: -- If reuse objects flag is 'Y' then check for the object in the target business group
2283: -- if found insert the record into PLSql table and exit the loop else try create the

Line 2280: hr_utility.set_location( 'r_BUR_unique.information2 '||r_BUR_unique.information2,10);

2276:
2277: --
2278: hr_utility.set_location(' r_BUR_unique.table_route_id '||r_BUR_unique.table_route_id,10);
2279: hr_utility.set_location(' r_BUR_unique.information1 '||r_BUR_unique.information1,10);
2280: hr_utility.set_location( 'r_BUR_unique.information2 '||r_BUR_unique.information2,10);
2281: hr_utility.set_location( 'r_BUR_unique.information3 '||r_BUR_unique.information3,10);
2282: -- If reuse objects flag is 'Y' then check for the object in the target business group
2283: -- if found insert the record into PLSql table and exit the loop else try create the
2284: -- object in the target business group

Line 2281: hr_utility.set_location( 'r_BUR_unique.information3 '||r_BUR_unique.information3,10);

2277: --
2278: hr_utility.set_location(' r_BUR_unique.table_route_id '||r_BUR_unique.table_route_id,10);
2279: hr_utility.set_location(' r_BUR_unique.information1 '||r_BUR_unique.information1,10);
2280: hr_utility.set_location( 'r_BUR_unique.information2 '||r_BUR_unique.information2,10);
2281: hr_utility.set_location( 'r_BUR_unique.information3 '||r_BUR_unique.information3,10);
2282: -- If reuse objects flag is 'Y' then check for the object in the target business group
2283: -- if found insert the record into PLSql table and exit the loop else try create the
2284: -- object in the target business group
2285: --

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

2333: --
2334: --log_data('BUR',l_new_value,l_prefix || r_BUR_unique.name|| l_suffix,'REUSED');
2335: --
2336: end if ;
2337: hr_utility.set_location( 'found record for update',10);
2338: --
2339: else
2340: --
2341: l_update := false;

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

2389: if not l_object_found_in_target OR l_update then
2390: --
2391: l_current_pk_id := r_BUR.information1;
2392: --
2393: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
2394: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
2395: --
2396: if l_current_pk_id = l_prev_pk_id then
2397: --

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

2390: --
2391: l_current_pk_id := r_BUR.information1;
2392: --
2393: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
2394: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
2395: --
2396: if l_current_pk_id = l_prev_pk_id then
2397: --
2398: l_first_rec := false ;

Line 2415: hr_utility.set_location(' BEN_BRGNG_UNIT_RT_F CREATE_BARGAINING_UNIT_RT ',20);

2411: end if;
2412:
2413: if l_first_rec and not l_update then
2414: -- Call Create routine.
2415: hr_utility.set_location(' BEN_BRGNG_UNIT_RT_F CREATE_BARGAINING_UNIT_RT ',20);
2416: BEN_BARGAINING_UNIT_RT_API.CREATE_BARGAINING_UNIT_RT(
2417: --
2418: P_VALIDATE => false
2419: ,P_EFFECTIVE_DATE => l_effective_date

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

2461: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2462: );
2463: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2464: -- Update all relevent cer records with new pk_id
2465: hr_utility.set_location('Before plsql table ',222);
2466: hr_utility.set_location('new_value id '||l_brgng_unit_rt_id,222);
2467: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'BRGNG_UNIT_RT_ID' ;
2468: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_BUR.information1 ;
2469: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_BRGNG_UNIT_RT_ID ;

Line 2466: hr_utility.set_location('new_value id '||l_brgng_unit_rt_id,222);

2462: );
2463: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2464: -- Update all relevent cer records with new pk_id
2465: hr_utility.set_location('Before plsql table ',222);
2466: hr_utility.set_location('new_value id '||l_brgng_unit_rt_id,222);
2467: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'BRGNG_UNIT_RT_ID' ;
2468: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_BUR.information1 ;
2469: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_BRGNG_UNIT_RT_ID ;
2470: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

2468: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_BUR.information1 ;
2469: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_BRGNG_UNIT_RT_ID ;
2470: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
2471: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_BUR_unique.table_route_id;
2472: hr_utility.set_location('After plsql table ',222);
2473: --
2474: -- 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 ) ;
2475: --
2476: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

2478: else
2479: --
2480: -- Call Update routine for the pk_id created in prev run .
2481: --UPD START
2482: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2483: --
2484: if l_update then
2485: --
2486: l_datetrack_mode := r_BUR.datetrack_mode ;

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

2498: l_object_version_number := r_BUR.information265;
2499: --
2500: end if;
2501: --
2502: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2503: --
2504: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2505: --UPD END
2506: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 2507: hr_utility.set_location(' BEN_BRGNG_UNIT_RT_F UPDATE_BARGAINING_UNIT_RT ',30);

2503: --
2504: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2505: --UPD END
2506: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2507: hr_utility.set_location(' BEN_BRGNG_UNIT_RT_F UPDATE_BARGAINING_UNIT_RT ',30);
2508: BEN_BARGAINING_UNIT_RT_API.UPDATE_BARGAINING_UNIT_RT(
2509: --
2510: P_VALIDATE => false
2511: ,P_EFFECTIVE_DATE => l_effective_date

Line 2742: hr_utility.set_location(' r_ESR_unique.table_route_id '||r_ESR_unique.table_route_id,10);

2738: r_ESR_unique.information3 >=
2739: ben_pd_copy_to_ben_one.g_copy_effective_date)
2740: ) then
2741: --
2742: hr_utility.set_location(' r_ESR_unique.table_route_id '||r_ESR_unique.table_route_id,10);
2743: hr_utility.set_location(' r_ESR_unique.information1 '||r_ESR_unique.information1,10);
2744: hr_utility.set_location( 'r_ESR_unique.information2 '||r_ESR_unique.information2,10);
2745: hr_utility.set_location( 'r_ESR_unique.information3 '||r_ESR_unique.information3,10);
2746: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 2743: hr_utility.set_location(' r_ESR_unique.information1 '||r_ESR_unique.information1,10);

2739: ben_pd_copy_to_ben_one.g_copy_effective_date)
2740: ) then
2741: --
2742: hr_utility.set_location(' r_ESR_unique.table_route_id '||r_ESR_unique.table_route_id,10);
2743: hr_utility.set_location(' r_ESR_unique.information1 '||r_ESR_unique.information1,10);
2744: hr_utility.set_location( 'r_ESR_unique.information2 '||r_ESR_unique.information2,10);
2745: hr_utility.set_location( 'r_ESR_unique.information3 '||r_ESR_unique.information3,10);
2746: -- If reuse objects flag is 'Y' then check for the object in the target business group
2747: -- if found insert the record into PLSql table and exit the loop else try create the

Line 2744: hr_utility.set_location( 'r_ESR_unique.information2 '||r_ESR_unique.information2,10);

2740: ) then
2741: --
2742: hr_utility.set_location(' r_ESR_unique.table_route_id '||r_ESR_unique.table_route_id,10);
2743: hr_utility.set_location(' r_ESR_unique.information1 '||r_ESR_unique.information1,10);
2744: hr_utility.set_location( 'r_ESR_unique.information2 '||r_ESR_unique.information2,10);
2745: hr_utility.set_location( 'r_ESR_unique.information3 '||r_ESR_unique.information3,10);
2746: -- If reuse objects flag is 'Y' then check for the object in the target business group
2747: -- if found insert the record into PLSql table and exit the loop else try create the
2748: -- object in the target business group

Line 2745: hr_utility.set_location( 'r_ESR_unique.information3 '||r_ESR_unique.information3,10);

2741: --
2742: hr_utility.set_location(' r_ESR_unique.table_route_id '||r_ESR_unique.table_route_id,10);
2743: hr_utility.set_location(' r_ESR_unique.information1 '||r_ESR_unique.information1,10);
2744: hr_utility.set_location( 'r_ESR_unique.information2 '||r_ESR_unique.information2,10);
2745: hr_utility.set_location( 'r_ESR_unique.information3 '||r_ESR_unique.information3,10);
2746: -- If reuse objects flag is 'Y' then check for the object in the target business group
2747: -- if found insert the record into PLSql table and exit the loop else try create the
2748: -- object in the target business group
2749: --

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

2812: --
2813: -- log_data('ESR',l_new_value,l_prefix || r_ESR_unique.name|| l_suffix,'REUSED');
2814: --
2815: end if ;
2816: hr_utility.set_location( 'found record for update',10);
2817: --
2818: else
2819: --
2820: l_update := false;

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

2869: if not l_object_found_in_target OR l_update then
2870: --
2871: l_current_pk_id := r_ESR.information1;
2872: --
2873: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
2874: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
2875: --
2876: if l_current_pk_id = l_prev_pk_id then
2877: --

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

2870: --
2871: l_current_pk_id := r_ESR.information1;
2872: --
2873: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
2874: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
2875: --
2876: if l_current_pk_id = l_prev_pk_id then
2877: --
2878: l_first_rec := false ;

Line 2895: hr_utility.set_location(' BEN_EE_STAT_RT_F CREATE_EMPLOYEE_STATUS_RT ',20);

2891: end if;
2892:
2893: if l_first_rec and not l_update then
2894: -- Call Create routine.
2895: hr_utility.set_location(' BEN_EE_STAT_RT_F CREATE_EMPLOYEE_STATUS_RT ',20);
2896: BEN_EMPLOYEE_STATUS_RT_API.CREATE_EMPLOYEE_STATUS_RT(
2897: --
2898: P_VALIDATE => false
2899: ,P_EFFECTIVE_DATE => l_effective_date

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

2941: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
2942: );
2943: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2944: -- Update all relevent cer records with new pk_id
2945: hr_utility.set_location('Before plsql table ',222);
2946: hr_utility.set_location('new_value id '||l_ee_stat_rt_id,222);
2947: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'EE_STAT_RT_ID' ;
2948: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ESR.information1 ;
2949: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_EE_STAT_RT_ID ;

Line 2946: hr_utility.set_location('new_value id '||l_ee_stat_rt_id,222);

2942: );
2943: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2944: -- Update all relevent cer records with new pk_id
2945: hr_utility.set_location('Before plsql table ',222);
2946: hr_utility.set_location('new_value id '||l_ee_stat_rt_id,222);
2947: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'EE_STAT_RT_ID' ;
2948: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ESR.information1 ;
2949: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_EE_STAT_RT_ID ;
2950: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

2948: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ESR.information1 ;
2949: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_EE_STAT_RT_ID ;
2950: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
2951: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_ESR_unique.table_route_id;
2952: hr_utility.set_location('After plsql table ',222);
2953: --
2954: -- 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 ) ;
2955: --
2956: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

2958: else
2959: --
2960: -- Call Update routine for the pk_id created in prev run .
2961: --UPD START
2962: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2963: --
2964: if l_update then
2965: --
2966: l_datetrack_mode := r_ESR.datetrack_mode ;

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

2978: l_object_version_number := r_ESR.information265;
2979: --
2980: end if;
2981: --
2982: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
2983: --
2984: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2985: --UPD END
2986: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 2987: hr_utility.set_location(' BEN_EE_STAT_RT_F UPDATE_EMPLOYEE_STATUS_RT ',30);

2983: --
2984: IF l_update OR l_dml_operation <> 'UPDATE' THEN
2985: --UPD END
2986: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
2987: hr_utility.set_location(' BEN_EE_STAT_RT_F UPDATE_EMPLOYEE_STATUS_RT ',30);
2988: BEN_EMPLOYEE_STATUS_RT_API.UPDATE_EMPLOYEE_STATUS_RT(
2989: --
2990: P_VALIDATE => false
2991: ,P_EFFECTIVE_DATE => l_effective_date

Line 3224: hr_utility.set_location(' r_ASR_unique.table_route_id '||r_ASR_unique.table_route_id,10);

3220: r_ASR_unique.information3 >=
3221: ben_pd_copy_to_ben_one.g_copy_effective_date)
3222: ) then
3223: --
3224: hr_utility.set_location(' r_ASR_unique.table_route_id '||r_ASR_unique.table_route_id,10);
3225: hr_utility.set_location(' r_ASR_unique.information1 '||r_ASR_unique.information1,10);
3226: hr_utility.set_location( 'r_ASR_unique.information2 '||r_ASR_unique.information2,10);
3227: hr_utility.set_location( 'r_ASR_unique.information3 '||r_ASR_unique.information3,10);
3228: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 3225: hr_utility.set_location(' r_ASR_unique.information1 '||r_ASR_unique.information1,10);

3221: ben_pd_copy_to_ben_one.g_copy_effective_date)
3222: ) then
3223: --
3224: hr_utility.set_location(' r_ASR_unique.table_route_id '||r_ASR_unique.table_route_id,10);
3225: hr_utility.set_location(' r_ASR_unique.information1 '||r_ASR_unique.information1,10);
3226: hr_utility.set_location( 'r_ASR_unique.information2 '||r_ASR_unique.information2,10);
3227: hr_utility.set_location( 'r_ASR_unique.information3 '||r_ASR_unique.information3,10);
3228: -- If reuse objects flag is 'Y' then check for the object in the target business group
3229: -- if found insert the record into PLSql table and exit the loop else try create the

Line 3226: hr_utility.set_location( 'r_ASR_unique.information2 '||r_ASR_unique.information2,10);

3222: ) then
3223: --
3224: hr_utility.set_location(' r_ASR_unique.table_route_id '||r_ASR_unique.table_route_id,10);
3225: hr_utility.set_location(' r_ASR_unique.information1 '||r_ASR_unique.information1,10);
3226: hr_utility.set_location( 'r_ASR_unique.information2 '||r_ASR_unique.information2,10);
3227: hr_utility.set_location( 'r_ASR_unique.information3 '||r_ASR_unique.information3,10);
3228: -- If reuse objects flag is 'Y' then check for the object in the target business group
3229: -- if found insert the record into PLSql table and exit the loop else try create the
3230: -- object in the target business group

Line 3227: hr_utility.set_location( 'r_ASR_unique.information3 '||r_ASR_unique.information3,10);

3223: --
3224: hr_utility.set_location(' r_ASR_unique.table_route_id '||r_ASR_unique.table_route_id,10);
3225: hr_utility.set_location(' r_ASR_unique.information1 '||r_ASR_unique.information1,10);
3226: hr_utility.set_location( 'r_ASR_unique.information2 '||r_ASR_unique.information2,10);
3227: hr_utility.set_location( 'r_ASR_unique.information3 '||r_ASR_unique.information3,10);
3228: -- If reuse objects flag is 'Y' then check for the object in the target business group
3229: -- if found insert the record into PLSql table and exit the loop else try create the
3230: -- object in the target business group
3231: --

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

3294: --
3295: -- log_data('ASR',l_new_value,l_prefix || r_ASR_unique.name|| l_suffix,'REUSED');
3296: --
3297: end if ;
3298: hr_utility.set_location( 'found record for update',10);
3299: --
3300: else
3301: --
3302: l_update := false;

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

3350: if not l_object_found_in_target OR l_update then
3351: --
3352: l_current_pk_id := r_ASR.information1;
3353: --
3354: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3355: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3356: --
3357: if l_current_pk_id = l_prev_pk_id then
3358: --

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

3351: --
3352: l_current_pk_id := r_ASR.information1;
3353: --
3354: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3355: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3356: --
3357: if l_current_pk_id = l_prev_pk_id then
3358: --
3359: l_first_rec := false ;

Line 3376: hr_utility.set_location(' BEN_ASNT_SET_RT_F CREATE_ASSIGNMENT_SET_RATE ',20);

3372: end if;
3373:
3374: if l_first_rec and not l_update then
3375: -- Call Create routine.
3376: hr_utility.set_location(' BEN_ASNT_SET_RT_F CREATE_ASSIGNMENT_SET_RATE ',20);
3377: BEN_ASSIGNMENT_SET_RATE_API.CREATE_ASSIGNMENT_SET_RATE(
3378: --
3379: P_VALIDATE => false
3380: ,P_EFFECTIVE_DATE => l_effective_date

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

3422: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
3423: );
3424: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3425: -- Update all relevent cer records with new pk_id
3426: hr_utility.set_location('Before plsql table ',222);
3427: hr_utility.set_location('new_value id '||l_asnt_set_rt_id,222);
3428: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ASNT_SET_RT_ID' ;
3429: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ASR.information1 ;
3430: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ASNT_SET_RT_ID ;

Line 3427: hr_utility.set_location('new_value id '||l_asnt_set_rt_id,222);

3423: );
3424: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3425: -- Update all relevent cer records with new pk_id
3426: hr_utility.set_location('Before plsql table ',222);
3427: hr_utility.set_location('new_value id '||l_asnt_set_rt_id,222);
3428: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ASNT_SET_RT_ID' ;
3429: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ASR.information1 ;
3430: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ASNT_SET_RT_ID ;
3431: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

3429: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ASR.information1 ;
3430: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ASNT_SET_RT_ID ;
3431: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
3432: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_ASR_unique.table_route_id;
3433: hr_utility.set_location('After plsql table ',222);
3434: --
3435: -- 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 ) ;
3436: --
3437: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

3440: --
3441: -- Call Update routine for the pk_id created in prev run .
3442: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3443: --UPD START
3444: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3445: --
3446: if l_update then
3447: --
3448: l_datetrack_mode := r_ASR.datetrack_mode ;

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

3460: l_object_version_number := r_ASR.information265;
3461: --
3462: end if;
3463: --
3464: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3465: --
3466: IF l_update OR l_dml_operation <> 'UPDATE' THEN
3467: --UPD END
3468: hr_utility.set_location(' BEN_ASNT_SET_RT_F UPDATE_ASSIGNMENT_SET_RATE ',30);

Line 3468: hr_utility.set_location(' BEN_ASNT_SET_RT_F UPDATE_ASSIGNMENT_SET_RATE ',30);

3464: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3465: --
3466: IF l_update OR l_dml_operation <> 'UPDATE' THEN
3467: --UPD END
3468: hr_utility.set_location(' BEN_ASNT_SET_RT_F UPDATE_ASSIGNMENT_SET_RATE ',30);
3469: BEN_ASSIGNMENT_SET_RATE_API.UPDATE_ASSIGNMENT_SET_RATE(
3470: --
3471: P_VALIDATE => false
3472: ,P_EFFECTIVE_DATE => l_effective_date

Line 3705: hr_utility.set_location(' r_TUR_unique.table_route_id '||r_TUR_unique.table_route_id,10);

3701: r_TUR_unique.information3 >=
3702: ben_pd_copy_to_ben_one.g_copy_effective_date)
3703: ) then
3704: --
3705: hr_utility.set_location(' r_TUR_unique.table_route_id '||r_TUR_unique.table_route_id,10);
3706: hr_utility.set_location(' r_TUR_unique.information1 '||r_TUR_unique.information1,10);
3707: hr_utility.set_location( 'r_TUR_unique.information2 '||r_TUR_unique.information2,10);
3708: hr_utility.set_location( 'r_TUR_unique.information3 '||r_TUR_unique.information3,10);
3709: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 3706: hr_utility.set_location(' r_TUR_unique.information1 '||r_TUR_unique.information1,10);

3702: ben_pd_copy_to_ben_one.g_copy_effective_date)
3703: ) then
3704: --
3705: hr_utility.set_location(' r_TUR_unique.table_route_id '||r_TUR_unique.table_route_id,10);
3706: hr_utility.set_location(' r_TUR_unique.information1 '||r_TUR_unique.information1,10);
3707: hr_utility.set_location( 'r_TUR_unique.information2 '||r_TUR_unique.information2,10);
3708: hr_utility.set_location( 'r_TUR_unique.information3 '||r_TUR_unique.information3,10);
3709: -- If reuse objects flag is 'Y' then check for the object in the target business group
3710: -- if found insert the record into PLSql table and exit the loop else try create the

Line 3707: hr_utility.set_location( 'r_TUR_unique.information2 '||r_TUR_unique.information2,10);

3703: ) then
3704: --
3705: hr_utility.set_location(' r_TUR_unique.table_route_id '||r_TUR_unique.table_route_id,10);
3706: hr_utility.set_location(' r_TUR_unique.information1 '||r_TUR_unique.information1,10);
3707: hr_utility.set_location( 'r_TUR_unique.information2 '||r_TUR_unique.information2,10);
3708: hr_utility.set_location( 'r_TUR_unique.information3 '||r_TUR_unique.information3,10);
3709: -- If reuse objects flag is 'Y' then check for the object in the target business group
3710: -- if found insert the record into PLSql table and exit the loop else try create the
3711: -- object in the target business group

Line 3708: hr_utility.set_location( 'r_TUR_unique.information3 '||r_TUR_unique.information3,10);

3704: --
3705: hr_utility.set_location(' r_TUR_unique.table_route_id '||r_TUR_unique.table_route_id,10);
3706: hr_utility.set_location(' r_TUR_unique.information1 '||r_TUR_unique.information1,10);
3707: hr_utility.set_location( 'r_TUR_unique.information2 '||r_TUR_unique.information2,10);
3708: hr_utility.set_location( 'r_TUR_unique.information3 '||r_TUR_unique.information3,10);
3709: -- If reuse objects flag is 'Y' then check for the object in the target business group
3710: -- if found insert the record into PLSql table and exit the loop else try create the
3711: -- object in the target business group
3712: --

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

3762: --
3763: -- log_data('TUR',l_new_value,l_prefix || r_TUR_unique.name|| l_suffix,'REUSED');
3764: --
3765: end if ;
3766: hr_utility.set_location( 'found record for update',10);
3767: --
3768: else
3769: --
3770: l_update := false;

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

3819: if not l_object_found_in_target OR l_update then
3820: --
3821: l_current_pk_id := r_TUR.information1;
3822: --
3823: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3824: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3825: --
3826: if l_current_pk_id = l_prev_pk_id then
3827: --

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

3820: --
3821: l_current_pk_id := r_TUR.information1;
3822: --
3823: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
3824: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
3825: --
3826: if l_current_pk_id = l_prev_pk_id then
3827: --
3828: l_first_rec := false ;

Line 3845: hr_utility.set_location(' BEN_TBCO_USE_RT_F CREATE_TOBACCO_USE_RATE ',20);

3841: end if;
3842:
3843: if l_first_rec and not l_update then
3844: -- Call Create routine.
3845: hr_utility.set_location(' BEN_TBCO_USE_RT_F CREATE_TOBACCO_USE_RATE ',20);
3846: BEN_TOBACCO_USE_RATE_API.CREATE_TOBACCO_USE_RATE(
3847: --
3848: P_VALIDATE => false
3849: ,P_EFFECTIVE_DATE => l_effective_date

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

3891: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
3892: );
3893: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3894: -- Update all relevent cer records with new pk_id
3895: hr_utility.set_location('Before plsql table ',222);
3896: hr_utility.set_location('new_value id '||l_tbco_use_rt_id,222);
3897: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'TBCO_USE_RT_ID' ;
3898: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TUR.information1 ;
3899: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TBCO_USE_RT_ID ;

Line 3896: hr_utility.set_location('new_value id '||l_tbco_use_rt_id,222);

3892: );
3893: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3894: -- Update all relevent cer records with new pk_id
3895: hr_utility.set_location('Before plsql table ',222);
3896: hr_utility.set_location('new_value id '||l_tbco_use_rt_id,222);
3897: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'TBCO_USE_RT_ID' ;
3898: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TUR.information1 ;
3899: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TBCO_USE_RT_ID ;
3900: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

3898: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TUR.information1 ;
3899: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TBCO_USE_RT_ID ;
3900: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
3901: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_TUR_unique.table_route_id;
3902: hr_utility.set_location('After plsql table ',222);
3903: --
3904: -- 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 ) ;
3905: --
3906: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

3908: else
3909: --
3910: -- Call Update routine for the pk_id created in prev run .
3911: --UPD START
3912: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3913: --
3914: if l_update then
3915: --
3916: l_datetrack_mode := r_TUR.datetrack_mode ;

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

3928: l_object_version_number := r_TUR.information265;
3929: --
3930: end if;
3931: --
3932: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
3933: --
3934: IF l_update OR l_dml_operation <> 'UPDATE' THEN
3935: --UPD END
3936: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 3937: hr_utility.set_location(' BEN_TBCO_USE_RT_F UPDATE_TOBACCO_USE_RATE ',30);

3933: --
3934: IF l_update OR l_dml_operation <> 'UPDATE' THEN
3935: --UPD END
3936: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
3937: hr_utility.set_location(' BEN_TBCO_USE_RT_F UPDATE_TOBACCO_USE_RATE ',30);
3938: BEN_TOBACCO_USE_RATE_API.UPDATE_TOBACCO_USE_RATE(
3939: --
3940: P_VALIDATE => false
3941: ,P_EFFECTIVE_DATE => l_effective_date

Line 4172: hr_utility.set_location(' r_SAR_unique.table_route_id '||r_SAR_unique.table_route_id,10);

4168: r_SAR_unique.information3 >=
4169: ben_pd_copy_to_ben_one.g_copy_effective_date)
4170: ) then
4171: --
4172: hr_utility.set_location(' r_SAR_unique.table_route_id '||r_SAR_unique.table_route_id,10);
4173: hr_utility.set_location(' r_SAR_unique.information1 '||r_SAR_unique.information1,10);
4174: hr_utility.set_location( 'r_SAR_unique.information2 '||r_SAR_unique.information2,10);
4175: hr_utility.set_location( 'r_SAR_unique.information3 '||r_SAR_unique.information3,10);
4176: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 4173: hr_utility.set_location(' r_SAR_unique.information1 '||r_SAR_unique.information1,10);

4169: ben_pd_copy_to_ben_one.g_copy_effective_date)
4170: ) then
4171: --
4172: hr_utility.set_location(' r_SAR_unique.table_route_id '||r_SAR_unique.table_route_id,10);
4173: hr_utility.set_location(' r_SAR_unique.information1 '||r_SAR_unique.information1,10);
4174: hr_utility.set_location( 'r_SAR_unique.information2 '||r_SAR_unique.information2,10);
4175: hr_utility.set_location( 'r_SAR_unique.information3 '||r_SAR_unique.information3,10);
4176: -- If reuse objects flag is 'Y' then check for the object in the target business group
4177: -- if found insert the record into PLSql table and exit the loop else try create the

Line 4174: hr_utility.set_location( 'r_SAR_unique.information2 '||r_SAR_unique.information2,10);

4170: ) then
4171: --
4172: hr_utility.set_location(' r_SAR_unique.table_route_id '||r_SAR_unique.table_route_id,10);
4173: hr_utility.set_location(' r_SAR_unique.information1 '||r_SAR_unique.information1,10);
4174: hr_utility.set_location( 'r_SAR_unique.information2 '||r_SAR_unique.information2,10);
4175: hr_utility.set_location( 'r_SAR_unique.information3 '||r_SAR_unique.information3,10);
4176: -- If reuse objects flag is 'Y' then check for the object in the target business group
4177: -- if found insert the record into PLSql table and exit the loop else try create the
4178: -- object in the target business group

Line 4175: hr_utility.set_location( 'r_SAR_unique.information3 '||r_SAR_unique.information3,10);

4171: --
4172: hr_utility.set_location(' r_SAR_unique.table_route_id '||r_SAR_unique.table_route_id,10);
4173: hr_utility.set_location(' r_SAR_unique.information1 '||r_SAR_unique.information1,10);
4174: hr_utility.set_location( 'r_SAR_unique.information2 '||r_SAR_unique.information2,10);
4175: hr_utility.set_location( 'r_SAR_unique.information3 '||r_SAR_unique.information3,10);
4176: -- If reuse objects flag is 'Y' then check for the object in the target business group
4177: -- if found insert the record into PLSql table and exit the loop else try create the
4178: -- object in the target business group
4179: --

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

4228: --
4229: -- log_data('SAR',l_new_value,l_prefix || r_SAR_unique.name|| l_suffix,'REUSED');
4230: --
4231: end if ;
4232: hr_utility.set_location( 'found record for update',10);
4233: --
4234: else
4235: --
4236: l_update := false;

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

4284: if not l_object_found_in_target OR l_update then
4285: --
4286: l_current_pk_id := r_SAR.information1;
4287: --
4288: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4289: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4290: --
4291: if l_current_pk_id = l_prev_pk_id then
4292: --

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

4285: --
4286: l_current_pk_id := r_SAR.information1;
4287: --
4288: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4289: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4290: --
4291: if l_current_pk_id = l_prev_pk_id then
4292: --
4293: l_first_rec := false ;

Line 4310: hr_utility.set_location(' BEN_SVC_AREA_RT_F CREATE_SERVICE_AREA_RATE ',20);

4306: end if;
4307:
4308: if l_first_rec and not l_update then
4309: -- Call Create routine.
4310: hr_utility.set_location(' BEN_SVC_AREA_RT_F CREATE_SERVICE_AREA_RATE ',20);
4311: BEN_SERVICE_AREA_RATE_API.CREATE_SERVICE_AREA_RATE(
4312: --
4313: P_VALIDATE => false
4314: ,P_EFFECTIVE_DATE => l_effective_date

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

4356: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
4357: );
4358: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4359: -- Update all relevent cer records with new pk_id
4360: hr_utility.set_location('Before plsql table ',222);
4361: hr_utility.set_location('new_value id '||l_svc_area_rt_id,222);
4362: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'SVC_AREA_RT_ID' ;
4363: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_SAR.information1 ;
4364: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_SVC_AREA_RT_ID ;

Line 4361: hr_utility.set_location('new_value id '||l_svc_area_rt_id,222);

4357: );
4358: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4359: -- Update all relevent cer records with new pk_id
4360: hr_utility.set_location('Before plsql table ',222);
4361: hr_utility.set_location('new_value id '||l_svc_area_rt_id,222);
4362: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'SVC_AREA_RT_ID' ;
4363: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_SAR.information1 ;
4364: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_SVC_AREA_RT_ID ;
4365: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

4363: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_SAR.information1 ;
4364: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_SVC_AREA_RT_ID ;
4365: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
4366: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_SAR_unique.table_route_id;
4367: hr_utility.set_location('After plsql table ',222);
4368: --
4369: -- 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 ) ;
4370: --
4371: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

4373: else
4374: --
4375: -- Call Update routine for the pk_id created in prev run .
4376: --UPD START
4377: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4378: --
4379: if l_update then
4380: --
4381: l_datetrack_mode := r_SAR.datetrack_mode ;

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

4393: l_object_version_number := r_SAR.information265;
4394: --
4395: end if;
4396: --
4397: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4398: --
4399: IF l_update OR l_dml_operation <> 'UPDATE' THEN
4400: --UPD END
4401: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 4402: hr_utility.set_location(' BEN_SVC_AREA_RT_F UPDATE_SERVICE_AREA_RATE ',30);

4398: --
4399: IF l_update OR l_dml_operation <> 'UPDATE' THEN
4400: --UPD END
4401: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4402: hr_utility.set_location(' BEN_SVC_AREA_RT_F UPDATE_SERVICE_AREA_RATE ',30);
4403: BEN_SERVICE_AREA_RATE_API.UPDATE_SERVICE_AREA_RATE(
4404: --
4405: P_VALIDATE => false
4406: ,P_EFFECTIVE_DATE => l_effective_date

Line 4637: hr_utility.set_location(' r_QTR_unique.table_route_id '||r_QTR_unique.table_route_id,10);

4633: r_QTR_unique.information3 >=
4634: ben_pd_copy_to_ben_one.g_copy_effective_date)
4635: ) then
4636: --
4637: hr_utility.set_location(' r_QTR_unique.table_route_id '||r_QTR_unique.table_route_id,10);
4638: hr_utility.set_location(' r_QTR_unique.information1 '||r_QTR_unique.information1,10);
4639: hr_utility.set_location( 'r_QTR_unique.information2 '||r_QTR_unique.information2,10);
4640: hr_utility.set_location( 'r_QTR_unique.information3 '||r_QTR_unique.information3,10);
4641: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 4638: hr_utility.set_location(' r_QTR_unique.information1 '||r_QTR_unique.information1,10);

4634: ben_pd_copy_to_ben_one.g_copy_effective_date)
4635: ) then
4636: --
4637: hr_utility.set_location(' r_QTR_unique.table_route_id '||r_QTR_unique.table_route_id,10);
4638: hr_utility.set_location(' r_QTR_unique.information1 '||r_QTR_unique.information1,10);
4639: hr_utility.set_location( 'r_QTR_unique.information2 '||r_QTR_unique.information2,10);
4640: hr_utility.set_location( 'r_QTR_unique.information3 '||r_QTR_unique.information3,10);
4641: -- If reuse objects flag is 'Y' then check for the object in the target business group
4642: -- if found insert the record into PLSql table and exit the loop else try create the

Line 4639: hr_utility.set_location( 'r_QTR_unique.information2 '||r_QTR_unique.information2,10);

4635: ) then
4636: --
4637: hr_utility.set_location(' r_QTR_unique.table_route_id '||r_QTR_unique.table_route_id,10);
4638: hr_utility.set_location(' r_QTR_unique.information1 '||r_QTR_unique.information1,10);
4639: hr_utility.set_location( 'r_QTR_unique.information2 '||r_QTR_unique.information2,10);
4640: hr_utility.set_location( 'r_QTR_unique.information3 '||r_QTR_unique.information3,10);
4641: -- If reuse objects flag is 'Y' then check for the object in the target business group
4642: -- if found insert the record into PLSql table and exit the loop else try create the
4643: -- object in the target business group

Line 4640: hr_utility.set_location( 'r_QTR_unique.information3 '||r_QTR_unique.information3,10);

4636: --
4637: hr_utility.set_location(' r_QTR_unique.table_route_id '||r_QTR_unique.table_route_id,10);
4638: hr_utility.set_location(' r_QTR_unique.information1 '||r_QTR_unique.information1,10);
4639: hr_utility.set_location( 'r_QTR_unique.information2 '||r_QTR_unique.information2,10);
4640: hr_utility.set_location( 'r_QTR_unique.information3 '||r_QTR_unique.information3,10);
4641: -- If reuse objects flag is 'Y' then check for the object in the target business group
4642: -- if found insert the record into PLSql table and exit the loop else try create the
4643: -- object in the target business group
4644: --

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

4706: --
4707: -- log_data('QTR',l_new_value,l_prefix || r_QTR_unique.name|| l_suffix,'REUSED');
4708: --
4709: end if ;
4710: hr_utility.set_location( 'found record for update',10);
4711: --
4712: else
4713: --
4714: l_update := false;

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

4762: if not l_object_found_in_target OR l_update then
4763: --
4764: l_current_pk_id := r_QTR.information1;
4765: --
4766: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4767: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4768: --
4769: if l_current_pk_id = l_prev_pk_id then
4770: --

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

4763: --
4764: l_current_pk_id := r_QTR.information1;
4765: --
4766: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
4767: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
4768: --
4769: if l_current_pk_id = l_prev_pk_id then
4770: --
4771: l_first_rec := false ;

Line 4788: hr_utility.set_location(' BEN_QUAL_TITL_RT_F CREATE_QUAL_TITL_RT ',20);

4784: end if;
4785:
4786: if l_first_rec and not l_update then
4787: -- Call Create routine.
4788: hr_utility.set_location(' BEN_QUAL_TITL_RT_F CREATE_QUAL_TITL_RT ',20);
4789: BEN_QUAL_TITL_RT_API.CREATE_QUAL_TITL_RT(
4790: --
4791: P_VALIDATE => false
4792: ,P_EFFECTIVE_DATE => l_effective_date

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

4835: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
4836: );
4837: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4838: -- Update all relevent cer records with new pk_id
4839: hr_utility.set_location('Before plsql table ',222);
4840: hr_utility.set_location('new_value id '||l_qual_titl_rt_id,222);
4841: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'QUAL_TITL_RT_ID' ;
4842: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_QTR.information1 ;
4843: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_QUAL_TITL_RT_ID ;

Line 4840: hr_utility.set_location('new_value id '||l_qual_titl_rt_id,222);

4836: );
4837: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4838: -- Update all relevent cer records with new pk_id
4839: hr_utility.set_location('Before plsql table ',222);
4840: hr_utility.set_location('new_value id '||l_qual_titl_rt_id,222);
4841: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'QUAL_TITL_RT_ID' ;
4842: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_QTR.information1 ;
4843: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_QUAL_TITL_RT_ID ;
4844: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

4842: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_QTR.information1 ;
4843: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_QUAL_TITL_RT_ID ;
4844: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
4845: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_QTR_unique.table_route_id;
4846: hr_utility.set_location('After plsql table ',222);
4847: --
4848: -- 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 ) ;
4849: --
4850: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

4852: else
4853: --
4854: -- Call Update routine for the pk_id created in prev run .
4855: --UPD START
4856: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4857: --
4858: if l_update then
4859: --
4860: l_datetrack_mode := r_QTR.datetrack_mode ;

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

4872: l_object_version_number := r_QTR.information265;
4873: --
4874: end if;
4875: --
4876: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
4877: --
4878: IF l_update OR l_dml_operation <> 'UPDATE' THEN
4879: --UPD END
4880: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 4881: hr_utility.set_location(' BEN_QUAL_TITL_RT_F UPDATE_QUAL_TITL_RT ',30);

4877: --
4878: IF l_update OR l_dml_operation <> 'UPDATE' THEN
4879: --UPD END
4880: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
4881: hr_utility.set_location(' BEN_QUAL_TITL_RT_F UPDATE_QUAL_TITL_RT ',30);
4882: BEN_QUAL_TITL_RT_API.UPDATE_QUAL_TITL_RT(
4883: --
4884: P_VALIDATE => false
4885: ,P_EFFECTIVE_DATE => l_effective_date

Line 5119: hr_utility.set_location(' r_PZR_unique.table_route_id '||r_PZR_unique.table_route_id,10);

5115: r_PZR_unique.information3 >=
5116: ben_pd_copy_to_ben_one.g_copy_effective_date)
5117: ) then
5118: --
5119: hr_utility.set_location(' r_PZR_unique.table_route_id '||r_PZR_unique.table_route_id,10);
5120: hr_utility.set_location(' r_PZR_unique.information1 '||r_PZR_unique.information1,10);
5121: hr_utility.set_location( 'r_PZR_unique.information2 '||r_PZR_unique.information2,10);
5122: hr_utility.set_location( 'r_PZR_unique.information3 '||r_PZR_unique.information3,10);
5123: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 5120: hr_utility.set_location(' r_PZR_unique.information1 '||r_PZR_unique.information1,10);

5116: ben_pd_copy_to_ben_one.g_copy_effective_date)
5117: ) then
5118: --
5119: hr_utility.set_location(' r_PZR_unique.table_route_id '||r_PZR_unique.table_route_id,10);
5120: hr_utility.set_location(' r_PZR_unique.information1 '||r_PZR_unique.information1,10);
5121: hr_utility.set_location( 'r_PZR_unique.information2 '||r_PZR_unique.information2,10);
5122: hr_utility.set_location( 'r_PZR_unique.information3 '||r_PZR_unique.information3,10);
5123: -- If reuse objects flag is 'Y' then check for the object in the target business group
5124: -- if found insert the record into PLSql table and exit the loop else try create the

Line 5121: hr_utility.set_location( 'r_PZR_unique.information2 '||r_PZR_unique.information2,10);

5117: ) then
5118: --
5119: hr_utility.set_location(' r_PZR_unique.table_route_id '||r_PZR_unique.table_route_id,10);
5120: hr_utility.set_location(' r_PZR_unique.information1 '||r_PZR_unique.information1,10);
5121: hr_utility.set_location( 'r_PZR_unique.information2 '||r_PZR_unique.information2,10);
5122: hr_utility.set_location( 'r_PZR_unique.information3 '||r_PZR_unique.information3,10);
5123: -- If reuse objects flag is 'Y' then check for the object in the target business group
5124: -- if found insert the record into PLSql table and exit the loop else try create the
5125: -- object in the target business group

Line 5122: hr_utility.set_location( 'r_PZR_unique.information3 '||r_PZR_unique.information3,10);

5118: --
5119: hr_utility.set_location(' r_PZR_unique.table_route_id '||r_PZR_unique.table_route_id,10);
5120: hr_utility.set_location(' r_PZR_unique.information1 '||r_PZR_unique.information1,10);
5121: hr_utility.set_location( 'r_PZR_unique.information2 '||r_PZR_unique.information2,10);
5122: hr_utility.set_location( 'r_PZR_unique.information3 '||r_PZR_unique.information3,10);
5123: -- If reuse objects flag is 'Y' then check for the object in the target business group
5124: -- if found insert the record into PLSql table and exit the loop else try create the
5125: -- object in the target business group
5126: --

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

5175: --
5176: -- log_data('PZR',l_new_value,l_prefix || r_PZR_unique.name|| l_suffix,'REUSED');
5177: --
5178: end if ;
5179: hr_utility.set_location( 'found record for update',10);
5180: --
5181: else
5182: --
5183: l_update := false;

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

5231: if not l_object_found_in_target OR l_update then
5232: --
5233: l_current_pk_id := r_PZR.information1;
5234: --
5235: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
5236: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
5237: --
5238: if l_current_pk_id = l_prev_pk_id then
5239: --

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

5232: --
5233: l_current_pk_id := r_PZR.information1;
5234: --
5235: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
5236: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
5237: --
5238: if l_current_pk_id = l_prev_pk_id then
5239: --
5240: l_first_rec := false ;

Line 5257: hr_utility.set_location(' BEN_PSTL_ZIP_RT_F CREATE_POSTAL_ZIP_RATE ',20);

5253: end if;
5254:
5255: if l_first_rec and not l_update then
5256: -- Call Create routine.
5257: hr_utility.set_location(' BEN_PSTL_ZIP_RT_F CREATE_POSTAL_ZIP_RATE ',20);
5258: BEN_POSTAL_ZIP_RATE_API.CREATE_POSTAL_ZIP_RATE(
5259: --
5260: P_VALIDATE => false
5261: ,P_EFFECTIVE_DATE => l_effective_date

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

5303: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
5304: );
5305: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5306: -- Update all relevent cer records with new pk_id
5307: hr_utility.set_location('Before plsql table ',222);
5308: hr_utility.set_location('new_value id '||l_pstl_zip_rt_id,222);
5309: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PSTL_ZIP_RT_ID' ;
5310: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PZR.information1 ;
5311: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PSTL_ZIP_RT_ID ;

Line 5308: hr_utility.set_location('new_value id '||l_pstl_zip_rt_id,222);

5304: );
5305: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5306: -- Update all relevent cer records with new pk_id
5307: hr_utility.set_location('Before plsql table ',222);
5308: hr_utility.set_location('new_value id '||l_pstl_zip_rt_id,222);
5309: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PSTL_ZIP_RT_ID' ;
5310: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PZR.information1 ;
5311: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PSTL_ZIP_RT_ID ;
5312: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

5310: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PZR.information1 ;
5311: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PSTL_ZIP_RT_ID ;
5312: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
5313: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PZR_unique.table_route_id;
5314: hr_utility.set_location('After plsql table ',222);
5315: --
5316: -- 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 ) ;
5317: --
5318: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

5320: else
5321: --
5322: -- Call Update routine for the pk_id created in prev run .
5323: --UPD START
5324: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5325: --
5326: if l_update then
5327: --
5328: l_datetrack_mode := r_PZR.datetrack_mode ;

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

5340: l_object_version_number := r_PZR.information265;
5341: --
5342: end if;
5343: --
5344: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5345: --
5346: IF l_update OR l_dml_operation <> 'UPDATE' THEN
5347: --UPD END
5348: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 5349: hr_utility.set_location(' BEN_PSTL_ZIP_RT_F UPDATE_POSTAL_ZIP_RATE ',30);

5345: --
5346: IF l_update OR l_dml_operation <> 'UPDATE' THEN
5347: --UPD END
5348: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5349: hr_utility.set_location(' BEN_PSTL_ZIP_RT_F UPDATE_POSTAL_ZIP_RATE ',30);
5350: BEN_POSTAL_ZIP_RATE_API.UPDATE_POSTAL_ZIP_RATE(
5351: --
5352: P_VALIDATE => false
5353: ,P_EFFECTIVE_DATE => l_effective_date

Line 5584: hr_utility.set_location(' r_PTR_unique.table_route_id '||r_PTR_unique.table_route_id,10);

5580: r_PTR_unique.information3 >=
5581: ben_pd_copy_to_ben_one.g_copy_effective_date)
5582: ) then
5583: --
5584: hr_utility.set_location(' r_PTR_unique.table_route_id '||r_PTR_unique.table_route_id,10);
5585: hr_utility.set_location(' r_PTR_unique.information1 '||r_PTR_unique.information1,10);
5586: hr_utility.set_location( 'r_PTR_unique.information2 '||r_PTR_unique.information2,10);
5587: hr_utility.set_location( 'r_PTR_unique.information3 '||r_PTR_unique.information3,10);
5588: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 5585: hr_utility.set_location(' r_PTR_unique.information1 '||r_PTR_unique.information1,10);

5581: ben_pd_copy_to_ben_one.g_copy_effective_date)
5582: ) then
5583: --
5584: hr_utility.set_location(' r_PTR_unique.table_route_id '||r_PTR_unique.table_route_id,10);
5585: hr_utility.set_location(' r_PTR_unique.information1 '||r_PTR_unique.information1,10);
5586: hr_utility.set_location( 'r_PTR_unique.information2 '||r_PTR_unique.information2,10);
5587: hr_utility.set_location( 'r_PTR_unique.information3 '||r_PTR_unique.information3,10);
5588: -- If reuse objects flag is 'Y' then check for the object in the target business group
5589: -- if found insert the record into PLSql table and exit the loop else try create the

Line 5586: hr_utility.set_location( 'r_PTR_unique.information2 '||r_PTR_unique.information2,10);

5582: ) then
5583: --
5584: hr_utility.set_location(' r_PTR_unique.table_route_id '||r_PTR_unique.table_route_id,10);
5585: hr_utility.set_location(' r_PTR_unique.information1 '||r_PTR_unique.information1,10);
5586: hr_utility.set_location( 'r_PTR_unique.information2 '||r_PTR_unique.information2,10);
5587: hr_utility.set_location( 'r_PTR_unique.information3 '||r_PTR_unique.information3,10);
5588: -- If reuse objects flag is 'Y' then check for the object in the target business group
5589: -- if found insert the record into PLSql table and exit the loop else try create the
5590: -- object in the target business group

Line 5587: hr_utility.set_location( 'r_PTR_unique.information3 '||r_PTR_unique.information3,10);

5583: --
5584: hr_utility.set_location(' r_PTR_unique.table_route_id '||r_PTR_unique.table_route_id,10);
5585: hr_utility.set_location(' r_PTR_unique.information1 '||r_PTR_unique.information1,10);
5586: hr_utility.set_location( 'r_PTR_unique.information2 '||r_PTR_unique.information2,10);
5587: hr_utility.set_location( 'r_PTR_unique.information3 '||r_PTR_unique.information3,10);
5588: -- If reuse objects flag is 'Y' then check for the object in the target business group
5589: -- if found insert the record into PLSql table and exit the loop else try create the
5590: -- object in the target business group
5591: --

Line 5622: hr_utility.set_location(' l_PERSON_TYPE_ID '||l_PERSON_TYPE_ID,999);

5618: --
5619: l_VRBL_RT_PRFL_ID := get_fk('VRBL_RT_PRFL_ID', r_PTR.INFORMATION262,r_PTR_unique.dml_operation);
5620: l_ORDR_NUM := r_PTR.INFORMATION257;
5621: l_EXCLD_FLAG := r_PTR.information11;
5622: hr_utility.set_location(' l_PERSON_TYPE_ID '||l_PERSON_TYPE_ID,999);
5623: hr_utility.set_location(' info 1 '||r_PTR.information1,999);
5624: if l_PERSON_TYPE_ID is null then
5625: close c_PTR_min_max_dates;
5626: log_nomapping_data(p_parent_table_alias =>'VPF'

Line 5623: hr_utility.set_location(' info 1 '||r_PTR.information1,999);

5619: l_VRBL_RT_PRFL_ID := get_fk('VRBL_RT_PRFL_ID', r_PTR.INFORMATION262,r_PTR_unique.dml_operation);
5620: l_ORDR_NUM := r_PTR.INFORMATION257;
5621: l_EXCLD_FLAG := r_PTR.information11;
5622: hr_utility.set_location(' l_PERSON_TYPE_ID '||l_PERSON_TYPE_ID,999);
5623: hr_utility.set_location(' info 1 '||r_PTR.information1,999);
5624: if l_PERSON_TYPE_ID is null then
5625: close c_PTR_min_max_dates;
5626: log_nomapping_data(p_parent_table_alias =>'VPF'
5627: ,p_parent_pk_id => r_PTR.information262

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

5655: --
5656: -- log_data('PTR',l_new_value,l_prefix || r_PTR_unique.name|| l_suffix,'REUSED');
5657: --
5658: end if ;
5659: hr_utility.set_location( 'found record for update',10);
5660: --
5661: else
5662: --
5663: l_update := false;

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

5711: if not l_object_found_in_target OR l_update then
5712: --
5713: l_current_pk_id := r_PTR.information1;
5714: --
5715: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
5716: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
5717: --
5718: if l_current_pk_id = l_prev_pk_id then
5719: --

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

5712: --
5713: l_current_pk_id := r_PTR.information1;
5714: --
5715: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
5716: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
5717: --
5718: if l_current_pk_id = l_prev_pk_id then
5719: --
5720: l_first_rec := false ;

Line 5737: hr_utility.set_location(' BEN_PER_TYP_RT_F CREATE_PERSON_TYPE_RATE ',20);

5733: end if;
5734:
5735: if l_first_rec and not l_update then
5736: -- Call Create routine.
5737: hr_utility.set_location(' BEN_PER_TYP_RT_F CREATE_PERSON_TYPE_RATE ',20);
5738: BEN_PERSON_TYPE_RATE_API.CREATE_PERSON_TYPE_RATE(
5739: --
5740: P_VALIDATE => false
5741: ,P_EFFECTIVE_DATE => l_effective_date

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

5784: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
5785: ) ;
5786: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5787: -- Update all relevent cer records with new pk_id
5788: hr_utility.set_location('Before plsql table ',222);
5789: hr_utility.set_location('new_value id '||l_per_typ_rt_id,222);
5790: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PER_TYP_RT_ID' ;
5791: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PTR.information1 ;
5792: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PER_TYP_RT_ID ;

Line 5789: hr_utility.set_location('new_value id '||l_per_typ_rt_id,222);

5785: ) ;
5786: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5787: -- Update all relevent cer records with new pk_id
5788: hr_utility.set_location('Before plsql table ',222);
5789: hr_utility.set_location('new_value id '||l_per_typ_rt_id,222);
5790: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PER_TYP_RT_ID' ;
5791: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PTR.information1 ;
5792: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PER_TYP_RT_ID ;
5793: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

5791: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PTR.information1 ;
5792: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PER_TYP_RT_ID ;
5793: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
5794: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PTR_unique.table_route_id;
5795: hr_utility.set_location('After plsql table ',222);
5796: --
5797: -- 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 ) ;
5798: --
5799: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

5801: else
5802: --
5803: -- Call Update routine for the pk_id created in prev run .
5804: --UPD START
5805: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5806: --
5807: if l_update then
5808: --
5809: l_datetrack_mode := r_PTR.datetrack_mode ;

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

5821: l_object_version_number := r_PTR.information265;
5822: --
5823: end if;
5824: --
5825: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5826: --
5827: IF l_update OR l_dml_operation <> 'UPDATE' THEN
5828: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5829: hr_utility.set_location(' BEN_PER_TYP_RT_F UPDATE_PERSON_TYPE_RATE ',30);

Line 5829: hr_utility.set_location(' BEN_PER_TYP_RT_F UPDATE_PERSON_TYPE_RATE ',30);

5825: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
5826: --
5827: IF l_update OR l_dml_operation <> 'UPDATE' THEN
5828: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
5829: hr_utility.set_location(' BEN_PER_TYP_RT_F UPDATE_PERSON_TYPE_RATE ',30);
5830: BEN_PERSON_TYPE_RATE_API.UPDATE_PERSON_TYPE_RATE(
5831: --
5832: P_VALIDATE => false
5833: ,P_EFFECTIVE_DATE => l_effective_date

Line 6064: hr_utility.set_location(' r_GNR_unique.table_route_id '||r_GNR_unique.table_route_id,10);

6060: r_GNR_unique.information3 >=
6061: ben_pd_copy_to_ben_one.g_copy_effective_date)
6062: ) then
6063: --
6064: hr_utility.set_location(' r_GNR_unique.table_route_id '||r_GNR_unique.table_route_id,10);
6065: hr_utility.set_location(' r_GNR_unique.information1 '||r_GNR_unique.information1,10);
6066: hr_utility.set_location( 'r_GNR_unique.information2 '||r_GNR_unique.information2,10);
6067: hr_utility.set_location( 'r_GNR_unique.information3 '||r_GNR_unique.information3,10);
6068: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 6065: hr_utility.set_location(' r_GNR_unique.information1 '||r_GNR_unique.information1,10);

6061: ben_pd_copy_to_ben_one.g_copy_effective_date)
6062: ) then
6063: --
6064: hr_utility.set_location(' r_GNR_unique.table_route_id '||r_GNR_unique.table_route_id,10);
6065: hr_utility.set_location(' r_GNR_unique.information1 '||r_GNR_unique.information1,10);
6066: hr_utility.set_location( 'r_GNR_unique.information2 '||r_GNR_unique.information2,10);
6067: hr_utility.set_location( 'r_GNR_unique.information3 '||r_GNR_unique.information3,10);
6068: -- If reuse objects flag is 'Y' then check for the object in the target business group
6069: -- if found insert the record into PLSql table and exit the loop else try create the

Line 6066: hr_utility.set_location( 'r_GNR_unique.information2 '||r_GNR_unique.information2,10);

6062: ) then
6063: --
6064: hr_utility.set_location(' r_GNR_unique.table_route_id '||r_GNR_unique.table_route_id,10);
6065: hr_utility.set_location(' r_GNR_unique.information1 '||r_GNR_unique.information1,10);
6066: hr_utility.set_location( 'r_GNR_unique.information2 '||r_GNR_unique.information2,10);
6067: hr_utility.set_location( 'r_GNR_unique.information3 '||r_GNR_unique.information3,10);
6068: -- If reuse objects flag is 'Y' then check for the object in the target business group
6069: -- if found insert the record into PLSql table and exit the loop else try create the
6070: -- object in the target business group

Line 6067: hr_utility.set_location( 'r_GNR_unique.information3 '||r_GNR_unique.information3,10);

6063: --
6064: hr_utility.set_location(' r_GNR_unique.table_route_id '||r_GNR_unique.table_route_id,10);
6065: hr_utility.set_location(' r_GNR_unique.information1 '||r_GNR_unique.information1,10);
6066: hr_utility.set_location( 'r_GNR_unique.information2 '||r_GNR_unique.information2,10);
6067: hr_utility.set_location( 'r_GNR_unique.information3 '||r_GNR_unique.information3,10);
6068: -- If reuse objects flag is 'Y' then check for the object in the target business group
6069: -- if found insert the record into PLSql table and exit the loop else try create the
6070: -- object in the target business group
6071: --

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

6120: --
6121: --log_data('GNR',l_new_value,l_prefix || r_GNR_unique.name|| l_suffix,'REUSED');
6122: --
6123: end if ;
6124: hr_utility.set_location( 'found record for update',10);
6125: --
6126: else
6127: --
6128: l_update := false;

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

6176: if not l_object_found_in_target OR l_update then
6177: --
6178: l_current_pk_id := r_GNR.information1;
6179: --
6180: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6181: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6182: --
6183: if l_current_pk_id = l_prev_pk_id then
6184: --

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

6177: --
6178: l_current_pk_id := r_GNR.information1;
6179: --
6180: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6181: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6182: --
6183: if l_current_pk_id = l_prev_pk_id then
6184: --
6185: l_first_rec := false ;

Line 6202: hr_utility.set_location(' BEN_GNDR_RT_F CREATE_GENDER_RATE ',20);

6198: end if;
6199:
6200: if l_first_rec and not l_update then
6201: -- Call Create routine.
6202: hr_utility.set_location(' BEN_GNDR_RT_F CREATE_GENDER_RATE ',20);
6203: BEN_GENDER_RATE_API.CREATE_GENDER_RATE(
6204: --
6205: P_VALIDATE => false
6206: ,P_EFFECTIVE_DATE => l_effective_date

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

6248: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
6249: );
6250: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6251: -- Update all relevent cer records with new pk_id
6252: hr_utility.set_location('Before plsql table ',222);
6253: hr_utility.set_location('new_value id '||l_gndr_rt_id,222);
6254: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'GNDR_RT_ID' ;
6255: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_GNR.information1 ;
6256: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_GNDR_RT_ID ;

Line 6253: hr_utility.set_location('new_value id '||l_gndr_rt_id,222);

6249: );
6250: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6251: -- Update all relevent cer records with new pk_id
6252: hr_utility.set_location('Before plsql table ',222);
6253: hr_utility.set_location('new_value id '||l_gndr_rt_id,222);
6254: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'GNDR_RT_ID' ;
6255: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_GNR.information1 ;
6256: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_GNDR_RT_ID ;
6257: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

6255: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_GNR.information1 ;
6256: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_GNDR_RT_ID ;
6257: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
6258: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_GNR_unique.table_route_id;
6259: hr_utility.set_location('After plsql table ',222);
6260: --
6261: -- 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 ) ;
6262: --
6263: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

6265: else
6266: --
6267: -- Call Update routine for the pk_id created in prev run .
6268: --UPD START
6269: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6270: --
6271: if l_update then
6272: --
6273: l_datetrack_mode := r_GNR.datetrack_mode ;

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

6285: l_object_version_number := r_GNR.information265;
6286: --
6287: end if;
6288: --
6289: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6290: --
6291: IF l_update OR l_dml_operation <> 'UPDATE' THEN
6292: --UPD END
6293: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 6294: hr_utility.set_location(' BEN_GNDR_RT_F UPDATE_GENDER_RATE ',30);

6290: --
6291: IF l_update OR l_dml_operation <> 'UPDATE' THEN
6292: --UPD END
6293: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6294: hr_utility.set_location(' BEN_GNDR_RT_F UPDATE_GENDER_RATE ',30);
6295: BEN_GENDER_RATE_API.UPDATE_GENDER_RATE(
6296: --
6297: P_VALIDATE => false
6298: ,P_EFFECTIVE_DATE => l_effective_date

Line 6529: hr_utility.set_location(' r_DBR_unique.table_route_id '||r_DBR_unique.table_route_id,10);

6525: r_DBR_unique.information3 >=
6526: ben_pd_copy_to_ben_one.g_copy_effective_date)
6527: ) then
6528: --
6529: hr_utility.set_location(' r_DBR_unique.table_route_id '||r_DBR_unique.table_route_id,10);
6530: hr_utility.set_location(' r_DBR_unique.information1 '||r_DBR_unique.information1,10);
6531: hr_utility.set_location( 'r_DBR_unique.information2 '||r_DBR_unique.information2,10);
6532: hr_utility.set_location( 'r_DBR_unique.information3 '||r_DBR_unique.information3,10);
6533: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 6530: hr_utility.set_location(' r_DBR_unique.information1 '||r_DBR_unique.information1,10);

6526: ben_pd_copy_to_ben_one.g_copy_effective_date)
6527: ) then
6528: --
6529: hr_utility.set_location(' r_DBR_unique.table_route_id '||r_DBR_unique.table_route_id,10);
6530: hr_utility.set_location(' r_DBR_unique.information1 '||r_DBR_unique.information1,10);
6531: hr_utility.set_location( 'r_DBR_unique.information2 '||r_DBR_unique.information2,10);
6532: hr_utility.set_location( 'r_DBR_unique.information3 '||r_DBR_unique.information3,10);
6533: -- If reuse objects flag is 'Y' then check for the object in the target business group
6534: -- if found insert the record into PLSql table and exit the loop else try create the

Line 6531: hr_utility.set_location( 'r_DBR_unique.information2 '||r_DBR_unique.information2,10);

6527: ) then
6528: --
6529: hr_utility.set_location(' r_DBR_unique.table_route_id '||r_DBR_unique.table_route_id,10);
6530: hr_utility.set_location(' r_DBR_unique.information1 '||r_DBR_unique.information1,10);
6531: hr_utility.set_location( 'r_DBR_unique.information2 '||r_DBR_unique.information2,10);
6532: hr_utility.set_location( 'r_DBR_unique.information3 '||r_DBR_unique.information3,10);
6533: -- If reuse objects flag is 'Y' then check for the object in the target business group
6534: -- if found insert the record into PLSql table and exit the loop else try create the
6535: -- object in the target business group

Line 6532: hr_utility.set_location( 'r_DBR_unique.information3 '||r_DBR_unique.information3,10);

6528: --
6529: hr_utility.set_location(' r_DBR_unique.table_route_id '||r_DBR_unique.table_route_id,10);
6530: hr_utility.set_location(' r_DBR_unique.information1 '||r_DBR_unique.information1,10);
6531: hr_utility.set_location( 'r_DBR_unique.information2 '||r_DBR_unique.information2,10);
6532: hr_utility.set_location( 'r_DBR_unique.information3 '||r_DBR_unique.information3,10);
6533: -- If reuse objects flag is 'Y' then check for the object in the target business group
6534: -- if found insert the record into PLSql table and exit the loop else try create the
6535: -- object in the target business group
6536: --

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

6585: --
6586: --log_data('DBR',l_new_value,l_prefix || r_DBR_unique.name|| l_suffix,'REUSED');
6587: --
6588: end if ;
6589: hr_utility.set_location( 'found record for update',10);
6590: --
6591: else
6592: --
6593: l_update := false;

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

6641: if not l_object_found_in_target OR l_update then
6642: --
6643: l_current_pk_id := r_DBR.information1;
6644: --
6645: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6646: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6647: --
6648: if l_current_pk_id = l_prev_pk_id then
6649: --

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

6642: --
6643: l_current_pk_id := r_DBR.information1;
6644: --
6645: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
6646: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
6647: --
6648: if l_current_pk_id = l_prev_pk_id then
6649: --
6650: l_first_rec := false ;

Line 6667: hr_utility.set_location(' BEN_DSBLD_RT_F CREATE_DSBLD_RT ',20);

6663: end if;
6664:
6665: if l_first_rec and not l_update then
6666: -- Call Create routine.
6667: hr_utility.set_location(' BEN_DSBLD_RT_F CREATE_DSBLD_RT ',20);
6668: BEN_DSBLD_RT_API.CREATE_DSBLD_RT(
6669: --
6670: P_VALIDATE => false
6671: ,P_EFFECTIVE_DATE => l_effective_date

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

6713: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
6714: );
6715: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6716: -- Update all relevent cer records with new pk_id
6717: hr_utility.set_location('Before plsql table ',222);
6718: hr_utility.set_location('new_value id '||l_dsbld_rt_id,222);
6719: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DSBLD_RT_ID' ;
6720: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DBR.information1 ;
6721: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DSBLD_RT_ID ;

Line 6718: hr_utility.set_location('new_value id '||l_dsbld_rt_id,222);

6714: );
6715: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6716: -- Update all relevent cer records with new pk_id
6717: hr_utility.set_location('Before plsql table ',222);
6718: hr_utility.set_location('new_value id '||l_dsbld_rt_id,222);
6719: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DSBLD_RT_ID' ;
6720: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DBR.information1 ;
6721: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DSBLD_RT_ID ;
6722: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

6720: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DBR.information1 ;
6721: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DSBLD_RT_ID ;
6722: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
6723: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_DBR_unique.table_route_id;
6724: hr_utility.set_location('After plsql table ',222);
6725: --
6726: -- 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 ) ;
6727: --
6728: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

6730: else
6731: --
6732: -- Call Update routine for the pk_id created in prev run .
6733: --UPD START
6734: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6735: --
6736: if l_update then
6737: --
6738: l_datetrack_mode := r_DBR.datetrack_mode ;

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

6750: l_object_version_number := r_DBR.information265;
6751: --
6752: end if;
6753: --
6754: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
6755: --
6756: IF l_update OR l_dml_operation <> 'UPDATE' THEN
6757: --UPD END
6758: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 6759: hr_utility.set_location(' BEN_DSBLD_RT_F UPDATE_DSBLD_RT ',30);

6755: --
6756: IF l_update OR l_dml_operation <> 'UPDATE' THEN
6757: --UPD END
6758: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
6759: hr_utility.set_location(' BEN_DSBLD_RT_F UPDATE_DSBLD_RT ',30);
6760: BEN_DSBLD_RT_API.UPDATE_DSBLD_RT(
6761: --
6762: P_VALIDATE => false
6763: ,P_EFFECTIVE_DATE => l_effective_date

Line 7000: hr_utility.set_location(' r_CTY_unique.table_route_id '||r_CTY_unique.table_route_id,10);

6996: r_CTY_unique.information3 >=
6997: ben_pd_copy_to_ben_one.g_copy_effective_date)
6998: ) then
6999: --
7000: hr_utility.set_location(' r_CTY_unique.table_route_id '||r_CTY_unique.table_route_id,10);
7001: hr_utility.set_location(' r_CTY_unique.information1 '||r_CTY_unique.information1,10);
7002: hr_utility.set_location( 'r_CTY_unique.information2 '||r_CTY_unique.information2,10);
7003: hr_utility.set_location( 'r_CTY_unique.information3 '||r_CTY_unique.information3,10);
7004: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 7001: hr_utility.set_location(' r_CTY_unique.information1 '||r_CTY_unique.information1,10);

6997: ben_pd_copy_to_ben_one.g_copy_effective_date)
6998: ) then
6999: --
7000: hr_utility.set_location(' r_CTY_unique.table_route_id '||r_CTY_unique.table_route_id,10);
7001: hr_utility.set_location(' r_CTY_unique.information1 '||r_CTY_unique.information1,10);
7002: hr_utility.set_location( 'r_CTY_unique.information2 '||r_CTY_unique.information2,10);
7003: hr_utility.set_location( 'r_CTY_unique.information3 '||r_CTY_unique.information3,10);
7004: -- If reuse objects flag is 'Y' then check for the object in the target business group
7005: -- if found insert the record into PLSql table and exit the loop else try create the

Line 7002: hr_utility.set_location( 'r_CTY_unique.information2 '||r_CTY_unique.information2,10);

6998: ) then
6999: --
7000: hr_utility.set_location(' r_CTY_unique.table_route_id '||r_CTY_unique.table_route_id,10);
7001: hr_utility.set_location(' r_CTY_unique.information1 '||r_CTY_unique.information1,10);
7002: hr_utility.set_location( 'r_CTY_unique.information2 '||r_CTY_unique.information2,10);
7003: hr_utility.set_location( 'r_CTY_unique.information3 '||r_CTY_unique.information3,10);
7004: -- If reuse objects flag is 'Y' then check for the object in the target business group
7005: -- if found insert the record into PLSql table and exit the loop else try create the
7006: -- object in the target business group

Line 7003: hr_utility.set_location( 'r_CTY_unique.information3 '||r_CTY_unique.information3,10);

6999: --
7000: hr_utility.set_location(' r_CTY_unique.table_route_id '||r_CTY_unique.table_route_id,10);
7001: hr_utility.set_location(' r_CTY_unique.information1 '||r_CTY_unique.information1,10);
7002: hr_utility.set_location( 'r_CTY_unique.information2 '||r_CTY_unique.information2,10);
7003: hr_utility.set_location( 'r_CTY_unique.information3 '||r_CTY_unique.information3,10);
7004: -- If reuse objects flag is 'Y' then check for the object in the target business group
7005: -- if found insert the record into PLSql table and exit the loop else try create the
7006: -- object in the target business group
7007: --

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

7081: --
7082: --log_data('CTY',l_new_value,l_prefix || r_CTY_unique.name|| l_suffix,'REUSED');
7083: --
7084: end if ;
7085: hr_utility.set_location( 'found record for update',10);
7086: --
7087: else
7088: --
7089: l_update := false;

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

7137: if not l_object_found_in_target OR l_update then
7138: --
7139: l_current_pk_id := r_CTY.information1;
7140: --
7141: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7142: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7143: --
7144: if l_current_pk_id = l_prev_pk_id then
7145: --

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

7138: --
7139: l_current_pk_id := r_CTY.information1;
7140: --
7141: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7142: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7143: --
7144: if l_current_pk_id = l_prev_pk_id then
7145: --
7146: l_first_rec := false ;

Line 7163: hr_utility.set_location(' BEN_COMPTNCY_RT_F CREATE_COMPTNCY_RT ',20);

7159: end if;
7160:
7161: if l_first_rec and not l_update then
7162: -- Call Create routine.
7163: hr_utility.set_location(' BEN_COMPTNCY_RT_F CREATE_COMPTNCY_RT ',20);
7164: BEN_COMPTNCY_RT_API.CREATE_COMPTNCY_RT(
7165: --
7166: P_VALIDATE => false
7167: ,P_EFFECTIVE_DATE => l_effective_date

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

7210: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
7211: );
7212: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7213: -- Update all relevent cer records with new pk_id
7214: hr_utility.set_location('Before plsql table ',222);
7215: hr_utility.set_location('new_value id '||l_comptncy_rt_id,222);
7216: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'COMPTNCY_RT_ID' ;
7217: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CTY.information1 ;
7218: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_COMPTNCY_RT_ID ;

Line 7215: hr_utility.set_location('new_value id '||l_comptncy_rt_id,222);

7211: );
7212: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7213: -- Update all relevent cer records with new pk_id
7214: hr_utility.set_location('Before plsql table ',222);
7215: hr_utility.set_location('new_value id '||l_comptncy_rt_id,222);
7216: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'COMPTNCY_RT_ID' ;
7217: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CTY.information1 ;
7218: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_COMPTNCY_RT_ID ;
7219: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

7217: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CTY.information1 ;
7218: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_COMPTNCY_RT_ID ;
7219: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
7220: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_CTY_unique.table_route_id;
7221: hr_utility.set_location('After plsql table ',222);
7222: --
7223: -- 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 ) ;
7224: --
7225: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

7227: else
7228: --
7229: -- Call Update routine for the pk_id created in prev run .
7230: --UPD START
7231: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7232: --
7233: if l_update then
7234: --
7235: l_datetrack_mode := r_CTY.datetrack_mode ;

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

7247: l_object_version_number := r_CTY.information265;
7248: --
7249: end if;
7250: --
7251: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7252: --
7253: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7254: --UPD END
7255: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 7256: hr_utility.set_location(' BEN_COMPTNCY_RT_F UPDATE_COMPTNCY_RT ',30);

7252: --
7253: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7254: --UPD END
7255: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7256: hr_utility.set_location(' BEN_COMPTNCY_RT_F UPDATE_COMPTNCY_RT ',30);
7257: BEN_COMPTNCY_RT_API.UPDATE_COMPTNCY_RT(
7258: --
7259: P_VALIDATE => false
7260: ,P_EFFECTIVE_DATE => l_effective_date

Line 7488: hr_utility.set_location(' r_LMM_unique.table_route_id '||r_LMM_unique.table_route_id,10);

7484: r_LMM_unique.information3 >=
7485: ben_pd_copy_to_ben_one.g_copy_effective_date)
7486: ) then
7487: --
7488: hr_utility.set_location(' r_LMM_unique.table_route_id '||r_LMM_unique.table_route_id,10);
7489: hr_utility.set_location(' r_LMM_unique.information1 '||r_LMM_unique.information1,10);
7490: hr_utility.set_location( 'r_LMM_unique.information2 '||r_LMM_unique.information2,10);
7491: hr_utility.set_location( 'r_LMM_unique.information3 '||r_LMM_unique.information3,10);
7492: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 7489: hr_utility.set_location(' r_LMM_unique.information1 '||r_LMM_unique.information1,10);

7485: ben_pd_copy_to_ben_one.g_copy_effective_date)
7486: ) then
7487: --
7488: hr_utility.set_location(' r_LMM_unique.table_route_id '||r_LMM_unique.table_route_id,10);
7489: hr_utility.set_location(' r_LMM_unique.information1 '||r_LMM_unique.information1,10);
7490: hr_utility.set_location( 'r_LMM_unique.information2 '||r_LMM_unique.information2,10);
7491: hr_utility.set_location( 'r_LMM_unique.information3 '||r_LMM_unique.information3,10);
7492: -- If reuse objects flag is 'Y' then check for the object in the target business group
7493: -- if found insert the record into PLSql table and exit the loop else try create the

Line 7490: hr_utility.set_location( 'r_LMM_unique.information2 '||r_LMM_unique.information2,10);

7486: ) then
7487: --
7488: hr_utility.set_location(' r_LMM_unique.table_route_id '||r_LMM_unique.table_route_id,10);
7489: hr_utility.set_location(' r_LMM_unique.information1 '||r_LMM_unique.information1,10);
7490: hr_utility.set_location( 'r_LMM_unique.information2 '||r_LMM_unique.information2,10);
7491: hr_utility.set_location( 'r_LMM_unique.information3 '||r_LMM_unique.information3,10);
7492: -- If reuse objects flag is 'Y' then check for the object in the target business group
7493: -- if found insert the record into PLSql table and exit the loop else try create the
7494: -- object in the target business group

Line 7491: hr_utility.set_location( 'r_LMM_unique.information3 '||r_LMM_unique.information3,10);

7487: --
7488: hr_utility.set_location(' r_LMM_unique.table_route_id '||r_LMM_unique.table_route_id,10);
7489: hr_utility.set_location(' r_LMM_unique.information1 '||r_LMM_unique.information1,10);
7490: hr_utility.set_location( 'r_LMM_unique.information2 '||r_LMM_unique.information2,10);
7491: hr_utility.set_location( 'r_LMM_unique.information3 '||r_LMM_unique.information3,10);
7492: -- If reuse objects flag is 'Y' then check for the object in the target business group
7493: -- if found insert the record into PLSql table and exit the loop else try create the
7494: -- object in the target business group
7495: --

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

7543: --
7544: -- log_data('LMM',l_new_value,l_prefix || r_LMM_unique.name|| l_suffix,'REUSED');
7545: --
7546: end if ;
7547: hr_utility.set_location( 'found record for update',10);
7548: --
7549: else
7550: --
7551: l_update := false;

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

7599: if not l_object_found_in_target OR l_update then
7600: --
7601: l_current_pk_id := r_LMM.information1;
7602: --
7603: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7604: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7605: --
7606: if l_current_pk_id = l_prev_pk_id then
7607: --

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

7600: --
7601: l_current_pk_id := r_LMM.information1;
7602: --
7603: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
7604: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
7605: --
7606: if l_current_pk_id = l_prev_pk_id then
7607: --
7608: l_first_rec := false ;

Line 7625: hr_utility.set_location(' BEN_LBR_MMBR_RT_F CREATE_LABOR_MEMBER_RATE ',20);

7621: end if;
7622:
7623: if l_first_rec and not l_update then
7624: -- Call Create routine.
7625: hr_utility.set_location(' BEN_LBR_MMBR_RT_F CREATE_LABOR_MEMBER_RATE ',20);
7626: BEN_LABOR_MEMBER_RATE_API.CREATE_LABOR_MEMBER_RATE(
7627: --
7628: P_VALIDATE => false
7629: ,P_EFFECTIVE_DATE => l_effective_date

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

7671: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
7672: );
7673: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7674: -- Update all relevent cer records with new pk_id
7675: hr_utility.set_location('Before plsql table ',222);
7676: hr_utility.set_location('new_value id '||l_lbr_mmbr_rt_id,222);
7677: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LBR_MMBR_RT_ID' ;
7678: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LMM.information1 ;
7679: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LBR_MMBR_RT_ID ;

Line 7676: hr_utility.set_location('new_value id '||l_lbr_mmbr_rt_id,222);

7672: );
7673: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7674: -- Update all relevent cer records with new pk_id
7675: hr_utility.set_location('Before plsql table ',222);
7676: hr_utility.set_location('new_value id '||l_lbr_mmbr_rt_id,222);
7677: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LBR_MMBR_RT_ID' ;
7678: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LMM.information1 ;
7679: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LBR_MMBR_RT_ID ;
7680: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

7678: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LMM.information1 ;
7679: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LBR_MMBR_RT_ID ;
7680: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
7681: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_LMM_unique.table_route_id;
7682: hr_utility.set_location('After plsql table ',222);
7683: --
7684: -- 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 ) ;
7685: --
7686: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

7688: else
7689: --
7690: -- Call Update routine for the pk_id created in prev run .
7691: --UPD START
7692: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7693: --
7694: if l_update then
7695: --
7696: l_datetrack_mode := r_LMM.datetrack_mode ;

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

7708: l_object_version_number := r_LMM.information265;
7709: --
7710: end if;
7711: --
7712: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
7713: --
7714: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7715: --UPD END
7716: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 7717: hr_utility.set_location(' BEN_LBR_MMBR_RT_F UPDATE_LABOR_MEMBER_RATE ',30);

7713: --
7714: IF l_update OR l_dml_operation <> 'UPDATE' THEN
7715: --UPD END
7716: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
7717: hr_utility.set_location(' BEN_LBR_MMBR_RT_F UPDATE_LABOR_MEMBER_RATE ',30);
7718: BEN_LABOR_MEMBER_RATE_API.UPDATE_LABOR_MEMBER_RATE(
7719: --
7720: P_VALIDATE => false
7721: ,P_EFFECTIVE_DATE => l_effective_date

Line 7951: hr_utility.set_location(' r_LAR_unique.table_route_id '||r_LAR_unique.table_route_id,10);

7947: ben_pd_copy_to_ben_one.g_copy_effective_date)
7948: ) then
7949:
7950: --
7951: hr_utility.set_location(' r_LAR_unique.table_route_id '||r_LAR_unique.table_route_id,10);
7952: hr_utility.set_location(' r_LAR_unique.information1 '||r_LAR_unique.information1,10);
7953: hr_utility.set_location( 'r_LAR_unique.information2 '||r_LAR_unique.information2,10);
7954: hr_utility.set_location( 'r_LAR_unique.information3 '||r_LAR_unique.information3,10);
7955: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 7952: hr_utility.set_location(' r_LAR_unique.information1 '||r_LAR_unique.information1,10);

7948: ) then
7949:
7950: --
7951: hr_utility.set_location(' r_LAR_unique.table_route_id '||r_LAR_unique.table_route_id,10);
7952: hr_utility.set_location(' r_LAR_unique.information1 '||r_LAR_unique.information1,10);
7953: hr_utility.set_location( 'r_LAR_unique.information2 '||r_LAR_unique.information2,10);
7954: hr_utility.set_location( 'r_LAR_unique.information3 '||r_LAR_unique.information3,10);
7955: -- If reuse objects flag is 'Y' then check for the object in the target business group
7956: -- if found insert the record into PLSql table and exit the loop else try create the

Line 7953: hr_utility.set_location( 'r_LAR_unique.information2 '||r_LAR_unique.information2,10);

7949:
7950: --
7951: hr_utility.set_location(' r_LAR_unique.table_route_id '||r_LAR_unique.table_route_id,10);
7952: hr_utility.set_location(' r_LAR_unique.information1 '||r_LAR_unique.information1,10);
7953: hr_utility.set_location( 'r_LAR_unique.information2 '||r_LAR_unique.information2,10);
7954: hr_utility.set_location( 'r_LAR_unique.information3 '||r_LAR_unique.information3,10);
7955: -- If reuse objects flag is 'Y' then check for the object in the target business group
7956: -- if found insert the record into PLSql table and exit the loop else try create the
7957: -- object in the target business group

Line 7954: hr_utility.set_location( 'r_LAR_unique.information3 '||r_LAR_unique.information3,10);

7950: --
7951: hr_utility.set_location(' r_LAR_unique.table_route_id '||r_LAR_unique.table_route_id,10);
7952: hr_utility.set_location(' r_LAR_unique.information1 '||r_LAR_unique.information1,10);
7953: hr_utility.set_location( 'r_LAR_unique.information2 '||r_LAR_unique.information2,10);
7954: hr_utility.set_location( 'r_LAR_unique.information3 '||r_LAR_unique.information3,10);
7955: -- If reuse objects flag is 'Y' then check for the object in the target business group
7956: -- if found insert the record into PLSql table and exit the loop else try create the
7957: -- object in the target business group
7958: --

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

8028: --
8029: -- log_data('LAR',l_new_value,l_prefix || r_LAR_unique.name|| l_suffix,'REUSED');
8030: --
8031: end if ;
8032: hr_utility.set_location( 'found record for update',10);
8033: --
8034: else
8035: --
8036: l_update := false;

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

8084: if not l_object_found_in_target OR l_update then
8085: --
8086: l_current_pk_id := r_LAR.information1;
8087: --
8088: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8089: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8090: --
8091: if l_current_pk_id = l_prev_pk_id then
8092: --

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

8085: --
8086: l_current_pk_id := r_LAR.information1;
8087: --
8088: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8089: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8090: --
8091: if l_current_pk_id = l_prev_pk_id then
8092: --
8093: l_first_rec := false ;

Line 8110: hr_utility.set_location(' BEN_LOA_RSN_RT_F CREATE_LOA_REASON_RATE ',20);

8106: end if;
8107:
8108: if l_first_rec and not l_update then
8109: -- Call Create routine.
8110: hr_utility.set_location(' BEN_LOA_RSN_RT_F CREATE_LOA_REASON_RATE ',20);
8111: BEN_LOA_REASON_RATE_API.CREATE_LOA_REASON_RATE(
8112: --
8113: P_VALIDATE => false
8114: ,P_EFFECTIVE_DATE => l_effective_date

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

8158: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
8159: );
8160: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8161: -- Update all relevent cer records with new pk_id
8162: hr_utility.set_location('Before plsql table ',222);
8163: hr_utility.set_location('new_value id '||l_loa_rsn_rt_id,222);
8164: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LOA_RSN_RT_ID' ;
8165: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LAR.information1 ;
8166: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LOA_RSN_RT_ID ;

Line 8163: hr_utility.set_location('new_value id '||l_loa_rsn_rt_id,222);

8159: );
8160: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8161: -- Update all relevent cer records with new pk_id
8162: hr_utility.set_location('Before plsql table ',222);
8163: hr_utility.set_location('new_value id '||l_loa_rsn_rt_id,222);
8164: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LOA_RSN_RT_ID' ;
8165: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LAR.information1 ;
8166: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LOA_RSN_RT_ID ;
8167: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

8165: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LAR.information1 ;
8166: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LOA_RSN_RT_ID ;
8167: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
8168: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_LAR_unique.table_route_id;
8169: hr_utility.set_location('After plsql table ',222);
8170: --
8171: -- 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 ) ;
8172: --
8173: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

8176: --
8177: -- Call Update routine for the pk_id created in prev run .
8178: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8179: --UPD START
8180: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8181: --
8182: if l_update then
8183: --
8184: l_datetrack_mode := r_LAR.datetrack_mode ;

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

8196: l_object_version_number := r_LAR.information265;
8197: --
8198: end if;
8199: --
8200: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8201: --
8202: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8203: --UPD END
8204: hr_utility.set_location(' BEN_LOA_RSN_RT_F UPDATE_LOA_REASON_RATE ',30);

Line 8204: hr_utility.set_location(' BEN_LOA_RSN_RT_F UPDATE_LOA_REASON_RATE ',30);

8200: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8201: --
8202: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8203: --UPD END
8204: hr_utility.set_location(' BEN_LOA_RSN_RT_F UPDATE_LOA_REASON_RATE ',30);
8205: BEN_LOA_REASON_RATE_API.UPDATE_LOA_REASON_RATE(
8206: --
8207: P_VALIDATE => false
8208: ,P_EFFECTIVE_DATE => l_effective_date

Line 8438: hr_utility.set_location(' r_OUR_unique.table_route_id '||r_OUR_unique.table_route_id,10);

8434: r_OUR_unique.information3 >=
8435: ben_pd_copy_to_ben_one.g_copy_effective_date)
8436: ) then
8437: --
8438: hr_utility.set_location(' r_OUR_unique.table_route_id '||r_OUR_unique.table_route_id,10);
8439: hr_utility.set_location(' r_OUR_unique.information1 '||r_OUR_unique.information1,10);
8440: hr_utility.set_location( 'r_OUR_unique.information2 '||r_OUR_unique.information2,10);
8441: hr_utility.set_location( 'r_OUR_unique.information3 '||r_OUR_unique.information3,10);
8442: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 8439: hr_utility.set_location(' r_OUR_unique.information1 '||r_OUR_unique.information1,10);

8435: ben_pd_copy_to_ben_one.g_copy_effective_date)
8436: ) then
8437: --
8438: hr_utility.set_location(' r_OUR_unique.table_route_id '||r_OUR_unique.table_route_id,10);
8439: hr_utility.set_location(' r_OUR_unique.information1 '||r_OUR_unique.information1,10);
8440: hr_utility.set_location( 'r_OUR_unique.information2 '||r_OUR_unique.information2,10);
8441: hr_utility.set_location( 'r_OUR_unique.information3 '||r_OUR_unique.information3,10);
8442: -- If reuse objects flag is 'Y' then check for the object in the target business group
8443: -- if found insert the record into PLSql table and exit the loop else try create the

Line 8440: hr_utility.set_location( 'r_OUR_unique.information2 '||r_OUR_unique.information2,10);

8436: ) then
8437: --
8438: hr_utility.set_location(' r_OUR_unique.table_route_id '||r_OUR_unique.table_route_id,10);
8439: hr_utility.set_location(' r_OUR_unique.information1 '||r_OUR_unique.information1,10);
8440: hr_utility.set_location( 'r_OUR_unique.information2 '||r_OUR_unique.information2,10);
8441: hr_utility.set_location( 'r_OUR_unique.information3 '||r_OUR_unique.information3,10);
8442: -- If reuse objects flag is 'Y' then check for the object in the target business group
8443: -- if found insert the record into PLSql table and exit the loop else try create the
8444: -- object in the target business group

Line 8441: hr_utility.set_location( 'r_OUR_unique.information3 '||r_OUR_unique.information3,10);

8437: --
8438: hr_utility.set_location(' r_OUR_unique.table_route_id '||r_OUR_unique.table_route_id,10);
8439: hr_utility.set_location(' r_OUR_unique.information1 '||r_OUR_unique.information1,10);
8440: hr_utility.set_location( 'r_OUR_unique.information2 '||r_OUR_unique.information2,10);
8441: hr_utility.set_location( 'r_OUR_unique.information3 '||r_OUR_unique.information3,10);
8442: -- If reuse objects flag is 'Y' then check for the object in the target business group
8443: -- if found insert the record into PLSql table and exit the loop else try create the
8444: -- object in the target business group
8445: --

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

8509: --
8510: -- log_data('OUR',l_new_value,l_prefix || r_OUR_unique.name|| l_suffix,'REUSED');
8511: --
8512: end if ;
8513: hr_utility.set_location( 'found record for update',10);
8514: --
8515: else
8516: --
8517: l_update := false;

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

8565: if not l_object_found_in_target OR l_update then
8566: --
8567: l_current_pk_id := r_OUR.information1;
8568: --
8569: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8570: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8571: --
8572: if l_current_pk_id = l_prev_pk_id then
8573: --

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

8566: --
8567: l_current_pk_id := r_OUR.information1;
8568: --
8569: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
8570: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
8571: --
8572: if l_current_pk_id = l_prev_pk_id then
8573: --
8574: l_first_rec := false ;

Line 8591: hr_utility.set_location(' BEN_ORG_UNIT_RT_F CREATE_ORG_UNIT_RATE ',20);

8587: end if;
8588:
8589: if l_first_rec and not l_update then
8590: -- Call Create routine.
8591: hr_utility.set_location(' BEN_ORG_UNIT_RT_F CREATE_ORG_UNIT_RATE ',20);
8592: BEN_ORG_UNIT_RATE_API.CREATE_ORG_UNIT_RATE(
8593: --
8594: P_VALIDATE => false
8595: ,P_EFFECTIVE_DATE => l_effective_date

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

8637: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
8638: );
8639: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8640: -- Update all relevent cer records with new pk_id
8641: hr_utility.set_location('Before plsql table ',222);
8642: hr_utility.set_location('new_value id '||l_org_unit_rt_id,222);
8643: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ORG_UNIT_RT_ID' ;
8644: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_OUR.information1 ;
8645: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ORG_UNIT_RT_ID ;

Line 8642: hr_utility.set_location('new_value id '||l_org_unit_rt_id,222);

8638: );
8639: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8640: -- Update all relevent cer records with new pk_id
8641: hr_utility.set_location('Before plsql table ',222);
8642: hr_utility.set_location('new_value id '||l_org_unit_rt_id,222);
8643: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ORG_UNIT_RT_ID' ;
8644: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_OUR.information1 ;
8645: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ORG_UNIT_RT_ID ;
8646: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

8644: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_OUR.information1 ;
8645: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ORG_UNIT_RT_ID ;
8646: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
8647: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_OUR_unique.table_route_id;
8648: hr_utility.set_location('After plsql table ',222);
8649: --
8650: -- 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 ) ;
8651: --
8652: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

8655: --
8656: -- Call Update routine for the pk_id created in prev run .
8657: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
8658: --UPD START
8659: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8660: --
8661: if l_update then
8662: --
8663: l_datetrack_mode := r_OUR.datetrack_mode ;

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

8675: l_object_version_number := r_OUR.information265;
8676: --
8677: end if;
8678: --
8679: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8680: --
8681: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8682: --UPD END
8683: hr_utility.set_location(' BEN_ORG_UNIT_RT_F UPDATE_ORG_UNIT_RATE ',30);

Line 8683: hr_utility.set_location(' BEN_ORG_UNIT_RT_F UPDATE_ORG_UNIT_RATE ',30);

8679: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
8680: --
8681: IF l_update OR l_dml_operation <> 'UPDATE' THEN
8682: --UPD END
8683: hr_utility.set_location(' BEN_ORG_UNIT_RT_F UPDATE_ORG_UNIT_RATE ',30);
8684: BEN_ORG_UNIT_RATE_API.UPDATE_ORG_UNIT_RATE(
8685: --
8686: P_VALIDATE => false
8687: ,P_EFFECTIVE_DATE => l_effective_date

Line 8913: hr_utility.set_location(' r_LER1_unique.table_route_id '||r_LER1_unique.table_route_id,10);

8909: r_LER1_unique.information3 >=
8910: ben_pd_copy_to_ben_one.g_copy_effective_date)
8911: ) then
8912: --
8913: hr_utility.set_location(' r_LER1_unique.table_route_id '||r_LER1_unique.table_route_id,10);
8914: hr_utility.set_location(' r_LER1_unique.information1 '||r_LER1_unique.information1,10);
8915: hr_utility.set_location( 'r_LER1_unique.information2 '||r_LER1_unique.information2,10);
8916: hr_utility.set_location( 'r_LER1_unique.information3 '||r_LER1_unique.information3,10);
8917: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 8914: hr_utility.set_location(' r_LER1_unique.information1 '||r_LER1_unique.information1,10);

8910: ben_pd_copy_to_ben_one.g_copy_effective_date)
8911: ) then
8912: --
8913: hr_utility.set_location(' r_LER1_unique.table_route_id '||r_LER1_unique.table_route_id,10);
8914: hr_utility.set_location(' r_LER1_unique.information1 '||r_LER1_unique.information1,10);
8915: hr_utility.set_location( 'r_LER1_unique.information2 '||r_LER1_unique.information2,10);
8916: hr_utility.set_location( 'r_LER1_unique.information3 '||r_LER1_unique.information3,10);
8917: -- If reuse objects flag is 'Y' then check for the object in the target business group
8918: -- if found insert the record into PLSql table and exit the loop else try create the

Line 8915: hr_utility.set_location( 'r_LER1_unique.information2 '||r_LER1_unique.information2,10);

8911: ) then
8912: --
8913: hr_utility.set_location(' r_LER1_unique.table_route_id '||r_LER1_unique.table_route_id,10);
8914: hr_utility.set_location(' r_LER1_unique.information1 '||r_LER1_unique.information1,10);
8915: hr_utility.set_location( 'r_LER1_unique.information2 '||r_LER1_unique.information2,10);
8916: hr_utility.set_location( 'r_LER1_unique.information3 '||r_LER1_unique.information3,10);
8917: -- If reuse objects flag is 'Y' then check for the object in the target business group
8918: -- if found insert the record into PLSql table and exit the loop else try create the
8919: -- object in the target business group

Line 8916: hr_utility.set_location( 'r_LER1_unique.information3 '||r_LER1_unique.information3,10);

8912: --
8913: hr_utility.set_location(' r_LER1_unique.table_route_id '||r_LER1_unique.table_route_id,10);
8914: hr_utility.set_location(' r_LER1_unique.information1 '||r_LER1_unique.information1,10);
8915: hr_utility.set_location( 'r_LER1_unique.information2 '||r_LER1_unique.information2,10);
8916: hr_utility.set_location( 'r_LER1_unique.information3 '||r_LER1_unique.information3,10);
8917: -- If reuse objects flag is 'Y' then check for the object in the target business group
8918: -- if found insert the record into PLSql table and exit the loop else try create the
8919: -- object in the target business group
8920: --

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

8984: --
8985: -- log_data('LER1',l_new_value,l_prefix || r_LER1_unique.name|| l_suffix,'REUSED');
8986: --
8987: end if ;
8988: hr_utility.set_location( 'found record for update',10);
8989: --
8990: else
8991: --
8992: l_update := false;

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

9040: if not l_object_found_in_target OR l_update then
9041: --
9042: l_current_pk_id := r_LER1.information1;
9043: --
9044: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9045: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9046: --
9047: if l_current_pk_id = l_prev_pk_id then
9048: --

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

9041: --
9042: l_current_pk_id := r_LER1.information1;
9043: --
9044: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9045: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9046: --
9047: if l_current_pk_id = l_prev_pk_id then
9048: --
9049: l_first_rec := false ;

Line 9066: hr_utility.set_location(' BEN_LGL_ENTY_RT_F CREATE_LEGAL_ENTITY_RATE ',20);

9062: end if;
9063:
9064: if l_first_rec and not l_update then
9065: -- Call Create routine.
9066: hr_utility.set_location(' BEN_LGL_ENTY_RT_F CREATE_LEGAL_ENTITY_RATE ',20);
9067: BEN_LEGAL_ENTITY_RATE_API.CREATE_LEGAL_ENTITY_RATE(
9068: --
9069: P_VALIDATE => false
9070: ,P_EFFECTIVE_DATE => l_effective_date

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

9112: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
9113: );
9114: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9115: -- Update all relevent cer records with new pk_id
9116: hr_utility.set_location('Before plsql table ',222);
9117: hr_utility.set_location('new_value id '||l_lgl_enty_rt_id,222);
9118: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LGL_ENTY_RT_ID' ;
9119: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LER1.information1 ;
9120: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LGL_ENTY_RT_ID ;

Line 9117: hr_utility.set_location('new_value id '||l_lgl_enty_rt_id,222);

9113: );
9114: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9115: -- Update all relevent cer records with new pk_id
9116: hr_utility.set_location('Before plsql table ',222);
9117: hr_utility.set_location('new_value id '||l_lgl_enty_rt_id,222);
9118: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LGL_ENTY_RT_ID' ;
9119: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LER1.information1 ;
9120: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LGL_ENTY_RT_ID ;
9121: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

9119: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LER1.information1 ;
9120: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LGL_ENTY_RT_ID ;
9121: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
9122: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_LER1_unique.table_route_id;
9123: hr_utility.set_location('After plsql table ',222);
9124: --
9125: -- 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 ) ;
9126: --
9127: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

9130: --
9131: -- Call Update routine for the pk_id created in prev run .
9132: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9133: --UPD START
9134: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9135: --
9136: if l_update then
9137: --
9138: l_datetrack_mode := r_LER1.datetrack_mode ;

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

9150: l_object_version_number := r_LER1.information265;
9151: --
9152: end if;
9153: --
9154: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9155: --
9156: IF l_update OR l_dml_operation <> 'UPDATE' THEN
9157: --UPD END
9158: hr_utility.set_location(' BEN_LGL_ENTY_RT_F UPDATE_LEGAL_ENTITY_RATE ',30);

Line 9158: hr_utility.set_location(' BEN_LGL_ENTY_RT_F UPDATE_LEGAL_ENTITY_RATE ',30);

9154: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9155: --
9156: IF l_update OR l_dml_operation <> 'UPDATE' THEN
9157: --UPD END
9158: hr_utility.set_location(' BEN_LGL_ENTY_RT_F UPDATE_LEGAL_ENTITY_RATE ',30);
9159: BEN_LEGAL_ENTITY_RATE_API.UPDATE_LEGAL_ENTITY_RATE(
9160: --
9161: P_VALIDATE => false
9162: ,P_EFFECTIVE_DATE => l_effective_date

Line 9388: hr_utility.set_location(' r_PR__unique.table_route_id '||r_PR__unique.table_route_id,10);

9384: r_PR__unique.information3 >=
9385: ben_pd_copy_to_ben_one.g_copy_effective_date)
9386: ) then
9387: --
9388: hr_utility.set_location(' r_PR__unique.table_route_id '||r_PR__unique.table_route_id,10);
9389: hr_utility.set_location(' r_PR__unique.information1 '||r_PR__unique.information1,10);
9390: hr_utility.set_location( 'r_PR__unique.information2 '||r_PR__unique.information2,10);
9391: hr_utility.set_location( 'r_PR__unique.information3 '||r_PR__unique.information3,10);
9392: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 9389: hr_utility.set_location(' r_PR__unique.information1 '||r_PR__unique.information1,10);

9385: ben_pd_copy_to_ben_one.g_copy_effective_date)
9386: ) then
9387: --
9388: hr_utility.set_location(' r_PR__unique.table_route_id '||r_PR__unique.table_route_id,10);
9389: hr_utility.set_location(' r_PR__unique.information1 '||r_PR__unique.information1,10);
9390: hr_utility.set_location( 'r_PR__unique.information2 '||r_PR__unique.information2,10);
9391: hr_utility.set_location( 'r_PR__unique.information3 '||r_PR__unique.information3,10);
9392: -- If reuse objects flag is 'Y' then check for the object in the target business group
9393: -- if found insert the record into PLSql table and exit the loop else try create the

Line 9390: hr_utility.set_location( 'r_PR__unique.information2 '||r_PR__unique.information2,10);

9386: ) then
9387: --
9388: hr_utility.set_location(' r_PR__unique.table_route_id '||r_PR__unique.table_route_id,10);
9389: hr_utility.set_location(' r_PR__unique.information1 '||r_PR__unique.information1,10);
9390: hr_utility.set_location( 'r_PR__unique.information2 '||r_PR__unique.information2,10);
9391: hr_utility.set_location( 'r_PR__unique.information3 '||r_PR__unique.information3,10);
9392: -- If reuse objects flag is 'Y' then check for the object in the target business group
9393: -- if found insert the record into PLSql table and exit the loop else try create the
9394: -- object in the target business group

Line 9391: hr_utility.set_location( 'r_PR__unique.information3 '||r_PR__unique.information3,10);

9387: --
9388: hr_utility.set_location(' r_PR__unique.table_route_id '||r_PR__unique.table_route_id,10);
9389: hr_utility.set_location(' r_PR__unique.information1 '||r_PR__unique.information1,10);
9390: hr_utility.set_location( 'r_PR__unique.information2 '||r_PR__unique.information2,10);
9391: hr_utility.set_location( 'r_PR__unique.information3 '||r_PR__unique.information3,10);
9392: -- If reuse objects flag is 'Y' then check for the object in the target business group
9393: -- if found insert the record into PLSql table and exit the loop else try create the
9394: -- object in the target business group
9395: --

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

9459: --
9460: -- log_data('PR_',l_new_value,l_prefix || r_PR__unique.name|| l_suffix,'REUSED');
9461: --
9462: end if ;
9463: hr_utility.set_location( 'found record for update',10);
9464: --
9465: else
9466: --
9467: l_update := false;

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

9514: if not l_object_found_in_target OR l_update then
9515: --
9516: l_current_pk_id := r_PR_.information1;
9517: --
9518: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9519: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9520: --
9521: if l_current_pk_id = l_prev_pk_id then
9522: --

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

9515: --
9516: l_current_pk_id := r_PR_.information1;
9517: --
9518: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9519: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9520: --
9521: if l_current_pk_id = l_prev_pk_id then
9522: --
9523: l_first_rec := false ;

Line 9540: hr_utility.set_location(' BEN_PYRL_RT_F CREATE_PAYROLL_RATE ',20);

9536: end if;
9537:
9538: if l_first_rec and not l_update then
9539: -- Call Create routine.
9540: hr_utility.set_location(' BEN_PYRL_RT_F CREATE_PAYROLL_RATE ',20);
9541: BEN_PAYROLL_RATE_API.CREATE_PAYROLL_RATE(
9542: --
9543: P_VALIDATE => false
9544: ,P_EFFECTIVE_DATE => l_effective_date

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

9586: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
9587: );
9588: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9589: -- Update all relevent cer records with new pk_id
9590: hr_utility.set_location('Before plsql table ',222);
9591: hr_utility.set_location('new_value id '||l_pyrl_rt_id,222);
9592: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PYRL_RT_ID' ;
9593: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PR_.information1 ;
9594: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PYRL_RT_ID ;

Line 9591: hr_utility.set_location('new_value id '||l_pyrl_rt_id,222);

9587: );
9588: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9589: -- Update all relevent cer records with new pk_id
9590: hr_utility.set_location('Before plsql table ',222);
9591: hr_utility.set_location('new_value id '||l_pyrl_rt_id,222);
9592: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PYRL_RT_ID' ;
9593: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PR_.information1 ;
9594: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PYRL_RT_ID ;
9595: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

9593: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PR_.information1 ;
9594: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PYRL_RT_ID ;
9595: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
9596: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PR__unique.table_route_id;
9597: hr_utility.set_location('After plsql table ',222);
9598: --
9599: -- 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 ) ;
9600: --
9601: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

9604: --
9605: -- Call Update routine for the pk_id created in prev run .
9606: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
9607: --UPD START
9608: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9609: --
9610: if l_update then
9611: --
9612: l_datetrack_mode := r_PR_.datetrack_mode ;

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

9624: l_object_version_number := r_PR_.information265;
9625: --
9626: end if;
9627: --
9628: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9629: --
9630: IF l_update OR l_dml_operation <> 'UPDATE' THEN
9631: --UPD END
9632: hr_utility.set_location(' BEN_PYRL_RT_F UPDATE_PAYROLL_RATE ',30);

Line 9632: hr_utility.set_location(' BEN_PYRL_RT_F UPDATE_PAYROLL_RATE ',30);

9628: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
9629: --
9630: IF l_update OR l_dml_operation <> 'UPDATE' THEN
9631: --UPD END
9632: hr_utility.set_location(' BEN_PYRL_RT_F UPDATE_PAYROLL_RATE ',30);
9633: BEN_PAYROLL_RATE_API.UPDATE_PAYROLL_RATE(
9634: --
9635: P_VALIDATE => false
9636: ,P_EFFECTIVE_DATE => l_effective_date

Line 9863: hr_utility.set_location(' r_PBR_unique.table_route_id '||r_PBR_unique.table_route_id,10);

9859: r_PBR_unique.information3 >=
9860: ben_pd_copy_to_ben_one.g_copy_effective_date)
9861: ) then
9862: --
9863: hr_utility.set_location(' r_PBR_unique.table_route_id '||r_PBR_unique.table_route_id,10);
9864: hr_utility.set_location(' r_PBR_unique.information1 '||r_PBR_unique.information1,10);
9865: hr_utility.set_location( 'r_PBR_unique.information2 '||r_PBR_unique.information2,10);
9866: hr_utility.set_location( 'r_PBR_unique.information3 '||r_PBR_unique.information3,10);
9867: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 9864: hr_utility.set_location(' r_PBR_unique.information1 '||r_PBR_unique.information1,10);

9860: ben_pd_copy_to_ben_one.g_copy_effective_date)
9861: ) then
9862: --
9863: hr_utility.set_location(' r_PBR_unique.table_route_id '||r_PBR_unique.table_route_id,10);
9864: hr_utility.set_location(' r_PBR_unique.information1 '||r_PBR_unique.information1,10);
9865: hr_utility.set_location( 'r_PBR_unique.information2 '||r_PBR_unique.information2,10);
9866: hr_utility.set_location( 'r_PBR_unique.information3 '||r_PBR_unique.information3,10);
9867: -- If reuse objects flag is 'Y' then check for the object in the target business group
9868: -- if found insert the record into PLSql table and exit the loop else try create the

Line 9865: hr_utility.set_location( 'r_PBR_unique.information2 '||r_PBR_unique.information2,10);

9861: ) then
9862: --
9863: hr_utility.set_location(' r_PBR_unique.table_route_id '||r_PBR_unique.table_route_id,10);
9864: hr_utility.set_location(' r_PBR_unique.information1 '||r_PBR_unique.information1,10);
9865: hr_utility.set_location( 'r_PBR_unique.information2 '||r_PBR_unique.information2,10);
9866: hr_utility.set_location( 'r_PBR_unique.information3 '||r_PBR_unique.information3,10);
9867: -- If reuse objects flag is 'Y' then check for the object in the target business group
9868: -- if found insert the record into PLSql table and exit the loop else try create the
9869: -- object in the target business group

Line 9866: hr_utility.set_location( 'r_PBR_unique.information3 '||r_PBR_unique.information3,10);

9862: --
9863: hr_utility.set_location(' r_PBR_unique.table_route_id '||r_PBR_unique.table_route_id,10);
9864: hr_utility.set_location(' r_PBR_unique.information1 '||r_PBR_unique.information1,10);
9865: hr_utility.set_location( 'r_PBR_unique.information2 '||r_PBR_unique.information2,10);
9866: hr_utility.set_location( 'r_PBR_unique.information3 '||r_PBR_unique.information3,10);
9867: -- If reuse objects flag is 'Y' then check for the object in the target business group
9868: -- if found insert the record into PLSql table and exit the loop else try create the
9869: -- object in the target business group
9870: --

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

9934: --
9935: -- log_data('PBR',l_new_value,l_prefix || r_PBR_unique.name|| l_suffix,'REUSED');
9936: --
9937: end if ;
9938: hr_utility.set_location( 'found record for update',10);
9939: --
9940: else
9941: --
9942: l_update := false;

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

9990: if not l_object_found_in_target OR l_update then
9991: --
9992: l_current_pk_id := r_PBR.information1;
9993: --
9994: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9995: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9996: --
9997: if l_current_pk_id = l_prev_pk_id then
9998: --

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

9991: --
9992: l_current_pk_id := r_PBR.information1;
9993: --
9994: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
9995: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
9996: --
9997: if l_current_pk_id = l_prev_pk_id then
9998: --
9999: l_first_rec := false ;

Line 10016: hr_utility.set_location(' BEN_PY_BSS_RT_F CREATE_PAY_BASIS_RATE ',20);

10012: end if;
10013:
10014: if l_first_rec and not l_update then
10015: -- Call Create routine.
10016: hr_utility.set_location(' BEN_PY_BSS_RT_F CREATE_PAY_BASIS_RATE ',20);
10017: BEN_PAY_BASIS_RATE_API.CREATE_PAY_BASIS_RATE(
10018: --
10019: P_VALIDATE => false
10020: ,P_EFFECTIVE_DATE => l_effective_date

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

10062: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
10063: );
10064: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10065: -- Update all relevent cer records with new pk_id
10066: hr_utility.set_location('Before plsql table ',222);
10067: hr_utility.set_location('new_value id '||l_py_bss_rt_id,222);
10068: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PY_BSS_RT_ID' ;
10069: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PBR.information1 ;
10070: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PY_BSS_RT_ID ;

Line 10067: hr_utility.set_location('new_value id '||l_py_bss_rt_id,222);

10063: );
10064: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10065: -- Update all relevent cer records with new pk_id
10066: hr_utility.set_location('Before plsql table ',222);
10067: hr_utility.set_location('new_value id '||l_py_bss_rt_id,222);
10068: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PY_BSS_RT_ID' ;
10069: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PBR.information1 ;
10070: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PY_BSS_RT_ID ;
10071: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

10069: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PBR.information1 ;
10070: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PY_BSS_RT_ID ;
10071: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
10072: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PBR_unique.table_route_id;
10073: hr_utility.set_location('After plsql table ',222);
10074: --
10075: -- 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 ) ;
10076: --
10077: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

10079: else
10080: --
10081: -- Call Update routine for the pk_id created in prev run .
10082: --UPD START
10083: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10084: --
10085: if l_update then
10086: --
10087: l_datetrack_mode := r_PBR.datetrack_mode ;

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

10099: l_object_version_number := r_PBR.information265;
10100: --
10101: end if;
10102: --
10103: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10104: --
10105: IF l_update OR l_dml_operation <> 'UPDATE' THEN
10106: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10107: hr_utility.set_location(' BEN_PY_BSS_RT_F UPDATE_PAY_BASIS_RATE ',30);

Line 10107: hr_utility.set_location(' BEN_PY_BSS_RT_F UPDATE_PAY_BASIS_RATE ',30);

10103: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10104: --
10105: IF l_update OR l_dml_operation <> 'UPDATE' THEN
10106: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10107: hr_utility.set_location(' BEN_PY_BSS_RT_F UPDATE_PAY_BASIS_RATE ',30);
10108: BEN_PAY_BASIS_RATE_API.UPDATE_PAY_BASIS_RATE(
10109: --
10110: P_VALIDATE => false
10111: ,P_EFFECTIVE_DATE => l_effective_date

Line 10344: hr_utility.set_location(' r_CQR_unique.table_route_id '||r_CQR_unique.table_route_id,10);

10340: r_CQR_unique.information3 >=
10341: ben_pd_copy_to_ben_one.g_copy_effective_date)
10342: ) then
10343: --
10344: hr_utility.set_location(' r_CQR_unique.table_route_id '||r_CQR_unique.table_route_id,10);
10345: hr_utility.set_location(' r_CQR_unique.information1 '||r_CQR_unique.information1,10);
10346: hr_utility.set_location( 'r_CQR_unique.information2 '||r_CQR_unique.information2,10);
10347: hr_utility.set_location( 'r_CQR_unique.information3 '||r_CQR_unique.information3,10);
10348: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 10345: hr_utility.set_location(' r_CQR_unique.information1 '||r_CQR_unique.information1,10);

10341: ben_pd_copy_to_ben_one.g_copy_effective_date)
10342: ) then
10343: --
10344: hr_utility.set_location(' r_CQR_unique.table_route_id '||r_CQR_unique.table_route_id,10);
10345: hr_utility.set_location(' r_CQR_unique.information1 '||r_CQR_unique.information1,10);
10346: hr_utility.set_location( 'r_CQR_unique.information2 '||r_CQR_unique.information2,10);
10347: hr_utility.set_location( 'r_CQR_unique.information3 '||r_CQR_unique.information3,10);
10348: -- If reuse objects flag is 'Y' then check for the object in the target business group
10349: -- if found insert the record into PLSql table and exit the loop else try create the

Line 10346: hr_utility.set_location( 'r_CQR_unique.information2 '||r_CQR_unique.information2,10);

10342: ) then
10343: --
10344: hr_utility.set_location(' r_CQR_unique.table_route_id '||r_CQR_unique.table_route_id,10);
10345: hr_utility.set_location(' r_CQR_unique.information1 '||r_CQR_unique.information1,10);
10346: hr_utility.set_location( 'r_CQR_unique.information2 '||r_CQR_unique.information2,10);
10347: hr_utility.set_location( 'r_CQR_unique.information3 '||r_CQR_unique.information3,10);
10348: -- If reuse objects flag is 'Y' then check for the object in the target business group
10349: -- if found insert the record into PLSql table and exit the loop else try create the
10350: -- object in the target business group

Line 10347: hr_utility.set_location( 'r_CQR_unique.information3 '||r_CQR_unique.information3,10);

10343: --
10344: hr_utility.set_location(' r_CQR_unique.table_route_id '||r_CQR_unique.table_route_id,10);
10345: hr_utility.set_location(' r_CQR_unique.information1 '||r_CQR_unique.information1,10);
10346: hr_utility.set_location( 'r_CQR_unique.information2 '||r_CQR_unique.information2,10);
10347: hr_utility.set_location( 'r_CQR_unique.information3 '||r_CQR_unique.information3,10);
10348: -- If reuse objects flag is 'Y' then check for the object in the target business group
10349: -- if found insert the record into PLSql table and exit the loop else try create the
10350: -- object in the target business group
10351: --

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

10405: --
10406: -- log_data('CQR',l_new_value,l_prefix || r_CQR_unique.name|| l_suffix,'REUSED');
10407: --
10408: end if ;
10409: hr_utility.set_location( 'found record for update',10);
10410: --
10411: else
10412: --
10413: l_update := false;

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

10461: if not l_object_found_in_target OR l_update then
10462: --
10463: l_current_pk_id := r_CQR.information1;
10464: --
10465: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10466: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10467: --
10468: if l_current_pk_id = l_prev_pk_id then
10469: --

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

10462: --
10463: l_current_pk_id := r_CQR.information1;
10464: --
10465: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10466: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10467: --
10468: if l_current_pk_id = l_prev_pk_id then
10469: --
10470: l_first_rec := false ;

Line 10487: hr_utility.set_location(' BEN_CBR_QUALD_BNF_RT_F CREATE_CBR_QUALD_BNF_RT ',20);

10483: end if;
10484:
10485: if l_first_rec and not l_update then
10486: -- Call Create routine.
10487: hr_utility.set_location(' BEN_CBR_QUALD_BNF_RT_F CREATE_CBR_QUALD_BNF_RT ',20);
10488: BEN_CBR_QUALD_BNF_RT_API.CREATE_CBR_QUALD_BNF_RT(
10489: --
10490: P_VALIDATE => false
10491: ,P_EFFECTIVE_DATE => l_effective_date

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

10534: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
10535: );
10536: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10537: -- Update all relevent cer records with new pk_id
10538: hr_utility.set_location('Before plsql table ',222);
10539: hr_utility.set_location('new_value id '||l_cbr_quald_bnf_rt_id,222);
10540: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'CBR_QUALD_BNF_RT_ID' ;
10541: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CQR.information1 ;
10542: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CBR_QUALD_BNF_RT_ID ;

Line 10539: hr_utility.set_location('new_value id '||l_cbr_quald_bnf_rt_id,222);

10535: );
10536: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10537: -- Update all relevent cer records with new pk_id
10538: hr_utility.set_location('Before plsql table ',222);
10539: hr_utility.set_location('new_value id '||l_cbr_quald_bnf_rt_id,222);
10540: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'CBR_QUALD_BNF_RT_ID' ;
10541: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CQR.information1 ;
10542: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CBR_QUALD_BNF_RT_ID ;
10543: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

10541: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CQR.information1 ;
10542: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CBR_QUALD_BNF_RT_ID ;
10543: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
10544: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_CQR_unique.table_route_id;
10545: hr_utility.set_location('After plsql table ',222);
10546: --
10547: -- 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 ) ;
10548: --
10549: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

10551: else
10552: --
10553: -- Call Update routine for the pk_id created in prev run .
10554: --UPD START
10555: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10556: --
10557: if l_update then
10558: --
10559: l_datetrack_mode := r_CQR.datetrack_mode ;

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

10571: l_object_version_number := r_CQR.information265;
10572: --
10573: end if;
10574: --
10575: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
10576: --
10577: IF l_update OR l_dml_operation <> 'UPDATE' THEN
10578: --UPD END
10579: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 10580: hr_utility.set_location(' BEN_CBR_QUALD_BNF_RT_F UPDATE_CBR_QUALD_BNF_RT ',30);

10576: --
10577: IF l_update OR l_dml_operation <> 'UPDATE' THEN
10578: --UPD END
10579: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10580: hr_utility.set_location(' BEN_CBR_QUALD_BNF_RT_F UPDATE_CBR_QUALD_BNF_RT ',30);
10581: BEN_CBR_QUALD_BNF_RT_API.UPDATE_CBR_QUALD_BNF_RT(
10582: --
10583: P_VALIDATE => false
10584: ,P_EFFECTIVE_DATE => l_effective_date

Line 10809: hr_utility.set_location(' r_BRG_unique.table_route_id '||r_BRG_unique.table_route_id,10);

10805: r_BRG_unique.information3 >=
10806: ben_pd_copy_to_ben_one.g_copy_effective_date)
10807: ) then
10808: --
10809: hr_utility.set_location(' r_BRG_unique.table_route_id '||r_BRG_unique.table_route_id,10);
10810: hr_utility.set_location(' r_BRG_unique.information1 '||r_BRG_unique.information1,10);
10811: hr_utility.set_location( 'r_BRG_unique.information2 '||r_BRG_unique.information2,10);
10812: hr_utility.set_location( 'r_BRG_unique.information3 '||r_BRG_unique.information3,10);
10813: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 10810: hr_utility.set_location(' r_BRG_unique.information1 '||r_BRG_unique.information1,10);

10806: ben_pd_copy_to_ben_one.g_copy_effective_date)
10807: ) then
10808: --
10809: hr_utility.set_location(' r_BRG_unique.table_route_id '||r_BRG_unique.table_route_id,10);
10810: hr_utility.set_location(' r_BRG_unique.information1 '||r_BRG_unique.information1,10);
10811: hr_utility.set_location( 'r_BRG_unique.information2 '||r_BRG_unique.information2,10);
10812: hr_utility.set_location( 'r_BRG_unique.information3 '||r_BRG_unique.information3,10);
10813: -- If reuse objects flag is 'Y' then check for the object in the target business group
10814: -- if found insert the record into PLSql table and exit the loop else try create the

Line 10811: hr_utility.set_location( 'r_BRG_unique.information2 '||r_BRG_unique.information2,10);

10807: ) then
10808: --
10809: hr_utility.set_location(' r_BRG_unique.table_route_id '||r_BRG_unique.table_route_id,10);
10810: hr_utility.set_location(' r_BRG_unique.information1 '||r_BRG_unique.information1,10);
10811: hr_utility.set_location( 'r_BRG_unique.information2 '||r_BRG_unique.information2,10);
10812: hr_utility.set_location( 'r_BRG_unique.information3 '||r_BRG_unique.information3,10);
10813: -- If reuse objects flag is 'Y' then check for the object in the target business group
10814: -- if found insert the record into PLSql table and exit the loop else try create the
10815: -- object in the target business group

Line 10812: hr_utility.set_location( 'r_BRG_unique.information3 '||r_BRG_unique.information3,10);

10808: --
10809: hr_utility.set_location(' r_BRG_unique.table_route_id '||r_BRG_unique.table_route_id,10);
10810: hr_utility.set_location(' r_BRG_unique.information1 '||r_BRG_unique.information1,10);
10811: hr_utility.set_location( 'r_BRG_unique.information2 '||r_BRG_unique.information2,10);
10812: hr_utility.set_location( 'r_BRG_unique.information3 '||r_BRG_unique.information3,10);
10813: -- If reuse objects flag is 'Y' then check for the object in the target business group
10814: -- if found insert the record into PLSql table and exit the loop else try create the
10815: -- object in the target business group
10816: --

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

10863: --
10864: -- log_data('BRG',l_new_value,l_prefix || r_BRG_unique.name|| l_suffix,'REUSED');
10865: --
10866: end if ;
10867: hr_utility.set_location( 'found record for update',10);
10868: --
10869: else
10870: --
10871: l_update := false;

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

10920: if not l_object_found_in_target OR l_update then
10921: --
10922: l_current_pk_id := r_BRG.information1;
10923: --
10924: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10925: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10926: --
10927: if l_current_pk_id = l_prev_pk_id then
10928: --

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

10921: --
10922: l_current_pk_id := r_BRG.information1;
10923: --
10924: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
10925: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
10926: --
10927: if l_current_pk_id = l_prev_pk_id then
10928: --
10929: l_first_rec := false ;

Line 10946: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F CREATE_BENEFIT_GRP_RATE ',20);

10942: end if;
10943:
10944: if l_first_rec and not l_update then
10945: -- Call Create routine.
10946: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F CREATE_BENEFIT_GRP_RATE ',20);
10947: BEN_BENEFIT_GRP_RATE_API.CREATE_BENEFIT_GRP_RATE(
10948: --
10949: P_VALIDATE => false
10950: ,P_EFFECTIVE_DATE => l_effective_date

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

10992: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
10993: );
10994: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10995: -- Update all relevent cer records with new pk_id
10996: hr_utility.set_location('Before plsql table ',222);
10997: hr_utility.set_location('new_value id '||l_benfts_grp_rt_id,222);
10998: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'BENFTS_GRP_RT_ID' ;
10999: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_BRG.information1 ;
11000: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_BENFTS_GRP_RT_ID ;

Line 10997: hr_utility.set_location('new_value id '||l_benfts_grp_rt_id,222);

10993: );
10994: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
10995: -- Update all relevent cer records with new pk_id
10996: hr_utility.set_location('Before plsql table ',222);
10997: hr_utility.set_location('new_value id '||l_benfts_grp_rt_id,222);
10998: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'BENFTS_GRP_RT_ID' ;
10999: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_BRG.information1 ;
11000: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_BENFTS_GRP_RT_ID ;
11001: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

10999: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_BRG.information1 ;
11000: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_BENFTS_GRP_RT_ID ;
11001: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
11002: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_BRG_unique.table_route_id;
11003: hr_utility.set_location('After plsql table ',222);
11004: --
11005: -- 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 ) ;
11006: --
11007: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

11010: --
11011: -- Call Update routine for the pk_id created in prev run .
11012: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11013: --UPD START
11014: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11015: --
11016: if l_update then
11017: --
11018: l_datetrack_mode := r_BRG.datetrack_mode ;

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

11030: l_object_version_number := r_BRG.information265;
11031: --
11032: end if;
11033: --
11034: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11035: --
11036: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11037: --UPD END
11038: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F UPDATE_BENEFIT_GRP_RATE ',30);

Line 11038: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F UPDATE_BENEFIT_GRP_RATE ',30);

11034: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11035: --
11036: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11037: --UPD END
11038: hr_utility.set_location(' BEN_BENFTS_GRP_RT_F UPDATE_BENEFIT_GRP_RATE ',30);
11039: BEN_BENEFIT_GRP_RATE_API.UPDATE_BENEFIT_GRP_RATE(
11040: --
11041: P_VALIDATE => false
11042: ,P_EFFECTIVE_DATE => l_effective_date

Line 11266: hr_utility.set_location(' r_CMR_unique.table_route_id '||r_CMR_unique.table_route_id,10);

11262: r_CMR_unique.information3 >=
11263: ben_pd_copy_to_ben_one.g_copy_effective_date)
11264: ) then
11265: --
11266: hr_utility.set_location(' r_CMR_unique.table_route_id '||r_CMR_unique.table_route_id,10);
11267: hr_utility.set_location(' r_CMR_unique.information1 '||r_CMR_unique.information1,10);
11268: hr_utility.set_location( 'r_CMR_unique.information2 '||r_CMR_unique.information2,10);
11269: hr_utility.set_location( 'r_CMR_unique.information3 '||r_CMR_unique.information3,10);
11270: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 11267: hr_utility.set_location(' r_CMR_unique.information1 '||r_CMR_unique.information1,10);

11263: ben_pd_copy_to_ben_one.g_copy_effective_date)
11264: ) then
11265: --
11266: hr_utility.set_location(' r_CMR_unique.table_route_id '||r_CMR_unique.table_route_id,10);
11267: hr_utility.set_location(' r_CMR_unique.information1 '||r_CMR_unique.information1,10);
11268: hr_utility.set_location( 'r_CMR_unique.information2 '||r_CMR_unique.information2,10);
11269: hr_utility.set_location( 'r_CMR_unique.information3 '||r_CMR_unique.information3,10);
11270: -- If reuse objects flag is 'Y' then check for the object in the target business group
11271: -- if found insert the record into PLSql table and exit the loop else try create the

Line 11268: hr_utility.set_location( 'r_CMR_unique.information2 '||r_CMR_unique.information2,10);

11264: ) then
11265: --
11266: hr_utility.set_location(' r_CMR_unique.table_route_id '||r_CMR_unique.table_route_id,10);
11267: hr_utility.set_location(' r_CMR_unique.information1 '||r_CMR_unique.information1,10);
11268: hr_utility.set_location( 'r_CMR_unique.information2 '||r_CMR_unique.information2,10);
11269: hr_utility.set_location( 'r_CMR_unique.information3 '||r_CMR_unique.information3,10);
11270: -- If reuse objects flag is 'Y' then check for the object in the target business group
11271: -- if found insert the record into PLSql table and exit the loop else try create the
11272: -- object in the target business group

Line 11269: hr_utility.set_location( 'r_CMR_unique.information3 '||r_CMR_unique.information3,10);

11265: --
11266: hr_utility.set_location(' r_CMR_unique.table_route_id '||r_CMR_unique.table_route_id,10);
11267: hr_utility.set_location(' r_CMR_unique.information1 '||r_CMR_unique.information1,10);
11268: hr_utility.set_location( 'r_CMR_unique.information2 '||r_CMR_unique.information2,10);
11269: hr_utility.set_location( 'r_CMR_unique.information3 '||r_CMR_unique.information3,10);
11270: -- If reuse objects flag is 'Y' then check for the object in the target business group
11271: -- if found insert the record into PLSql table and exit the loop else try create the
11272: -- object in the target business group
11273: --

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

11320: --
11321: -- log_data('CMR',l_new_value,l_prefix || r_CMR_unique.name|| l_suffix,'REUSED');
11322: --
11323: end if ;
11324: hr_utility.set_location( 'found record for update',10);
11325: --
11326: else
11327: --
11328: l_update := false;

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

11376: if not l_object_found_in_target OR l_update then
11377: --
11378: l_current_pk_id := r_CMR.information1;
11379: --
11380: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11381: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11382: --
11383: if l_current_pk_id = l_prev_pk_id then
11384: --

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

11377: --
11378: l_current_pk_id := r_CMR.information1;
11379: --
11380: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11381: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11382: --
11383: if l_current_pk_id = l_prev_pk_id then
11384: --
11385: l_first_rec := false ;

Line 11402: hr_utility.set_location(' BEN_CMBN_AGE_LOS_RT_F CREATE_CMBN_AGE_LOS_RT ',20);

11398: end if;
11399:
11400: if l_first_rec and not l_update then
11401: -- Call Create routine.
11402: hr_utility.set_location(' BEN_CMBN_AGE_LOS_RT_F CREATE_CMBN_AGE_LOS_RT ',20);
11403: BEN_CMBN_AGE_LOS_RT_API.CREATE_CMBN_AGE_LOS_RT(
11404: --
11405: P_VALIDATE => false
11406: ,P_EFFECTIVE_DATE => l_effective_date

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

11448: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
11449: );
11450: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11451: -- Update all relevent cer records with new pk_id
11452: hr_utility.set_location('Before plsql table ',222);
11453: hr_utility.set_location('new_value id '||l_cmbn_age_los_rt_id,222);
11454: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'CMBN_AGE_LOS_RT_ID' ;
11455: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CMR.information1 ;
11456: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CMBN_AGE_LOS_RT_ID ;

Line 11453: hr_utility.set_location('new_value id '||l_cmbn_age_los_rt_id,222);

11449: );
11450: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11451: -- Update all relevent cer records with new pk_id
11452: hr_utility.set_location('Before plsql table ',222);
11453: hr_utility.set_location('new_value id '||l_cmbn_age_los_rt_id,222);
11454: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'CMBN_AGE_LOS_RT_ID' ;
11455: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CMR.information1 ;
11456: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CMBN_AGE_LOS_RT_ID ;
11457: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

11455: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CMR.information1 ;
11456: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CMBN_AGE_LOS_RT_ID ;
11457: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
11458: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_CMR_unique.table_route_id;
11459: hr_utility.set_location('After plsql table ',222);
11460: --
11461: -- 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 ) ;
11462: --
11463: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

11466: --
11467: -- Call Update routine for the pk_id created in prev run .
11468: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11469: --UPD START
11470: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11471: --
11472: if l_update then
11473: --
11474: l_datetrack_mode := r_CMR.datetrack_mode ;

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

11486: l_object_version_number := r_CMR.information265;
11487: --
11488: end if;
11489: --
11490: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11491: --
11492: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11493: --UPD END
11494: hr_utility.set_location(' BEN_CMBN_AGE_LOS_RT_F UPDATE_CMBN_AGE_LOS_RT ',30);

Line 11494: hr_utility.set_location(' BEN_CMBN_AGE_LOS_RT_F UPDATE_CMBN_AGE_LOS_RT ',30);

11490: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11491: --
11492: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11493: --UPD END
11494: hr_utility.set_location(' BEN_CMBN_AGE_LOS_RT_F UPDATE_CMBN_AGE_LOS_RT ',30);
11495: BEN_CMBN_AGE_LOS_RT_API.UPDATE_CMBN_AGE_LOS_RT(
11496: --
11497: P_VALIDATE => false
11498: ,P_EFFECTIVE_DATE => l_effective_date

Line 11723: hr_utility.set_location(' r_VMR_unique.table_route_id '||r_VMR_unique.table_route_id,10);

11719: r_VMR_unique.information3 >=
11720: ben_pd_copy_to_ben_one.g_copy_effective_date)
11721: ) then
11722: --
11723: hr_utility.set_location(' r_VMR_unique.table_route_id '||r_VMR_unique.table_route_id,10);
11724: hr_utility.set_location(' r_VMR_unique.information1 '||r_VMR_unique.information1,10);
11725: hr_utility.set_location( 'r_VMR_unique.information2 '||r_VMR_unique.information2,10);
11726: hr_utility.set_location( 'r_VMR_unique.information3 '||r_VMR_unique.information3,10);
11727: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 11724: hr_utility.set_location(' r_VMR_unique.information1 '||r_VMR_unique.information1,10);

11720: ben_pd_copy_to_ben_one.g_copy_effective_date)
11721: ) then
11722: --
11723: hr_utility.set_location(' r_VMR_unique.table_route_id '||r_VMR_unique.table_route_id,10);
11724: hr_utility.set_location(' r_VMR_unique.information1 '||r_VMR_unique.information1,10);
11725: hr_utility.set_location( 'r_VMR_unique.information2 '||r_VMR_unique.information2,10);
11726: hr_utility.set_location( 'r_VMR_unique.information3 '||r_VMR_unique.information3,10);
11727: -- If reuse objects flag is 'Y' then check for the object in the target business group
11728: -- if found insert the record into PLSql table and exit the loop else try create the

Line 11725: hr_utility.set_location( 'r_VMR_unique.information2 '||r_VMR_unique.information2,10);

11721: ) then
11722: --
11723: hr_utility.set_location(' r_VMR_unique.table_route_id '||r_VMR_unique.table_route_id,10);
11724: hr_utility.set_location(' r_VMR_unique.information1 '||r_VMR_unique.information1,10);
11725: hr_utility.set_location( 'r_VMR_unique.information2 '||r_VMR_unique.information2,10);
11726: hr_utility.set_location( 'r_VMR_unique.information3 '||r_VMR_unique.information3,10);
11727: -- If reuse objects flag is 'Y' then check for the object in the target business group
11728: -- if found insert the record into PLSql table and exit the loop else try create the
11729: -- object in the target business group

Line 11726: hr_utility.set_location( 'r_VMR_unique.information3 '||r_VMR_unique.information3,10);

11722: --
11723: hr_utility.set_location(' r_VMR_unique.table_route_id '||r_VMR_unique.table_route_id,10);
11724: hr_utility.set_location(' r_VMR_unique.information1 '||r_VMR_unique.information1,10);
11725: hr_utility.set_location( 'r_VMR_unique.information2 '||r_VMR_unique.information2,10);
11726: hr_utility.set_location( 'r_VMR_unique.information3 '||r_VMR_unique.information3,10);
11727: -- If reuse objects flag is 'Y' then check for the object in the target business group
11728: -- if found insert the record into PLSql table and exit the loop else try create the
11729: -- object in the target business group
11730: --

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

11777: --
11778: -- log_data('VMR',l_new_value,l_prefix || r_VMR_unique.name|| l_suffix,'REUSED');
11779: --
11780: end if ;
11781: hr_utility.set_location( 'found record for update',10);
11782: --
11783: else
11784: --
11785: l_update := false;

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

11833: if not l_object_found_in_target OR l_update then
11834: --
11835: l_current_pk_id := r_VMR.information1;
11836: --
11837: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11838: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11839: --
11840: if l_current_pk_id = l_prev_pk_id then
11841: --

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

11834: --
11835: l_current_pk_id := r_VMR.information1;
11836: --
11837: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
11838: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
11839: --
11840: if l_current_pk_id = l_prev_pk_id then
11841: --
11842: l_first_rec := false ;

Line 11859: hr_utility.set_location(' BEN_VRBL_MTCHG_RT_F CREATE_VRBL_MATCHING_RATE ',20);

11855: end if;
11856:
11857: if l_first_rec and not l_update then
11858: -- Call Create routine.
11859: hr_utility.set_location(' BEN_VRBL_MTCHG_RT_F CREATE_VRBL_MATCHING_RATE ',20);
11860: BEN_VRBL_MATCHING_RATE_API.CREATE_VRBL_MATCHING_RATE(
11861: --
11862: P_VALIDATE => false
11863: ,P_EFFECTIVE_DATE => l_effective_date

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

11915: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
11916: );
11917: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11918: -- Update all relevent cer records with new pk_id
11919: hr_utility.set_location('Before plsql table ',222);
11920: hr_utility.set_location('new_value id '||l_vrbl_mtchg_rt_id,222);
11921: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'VRBL_MTCHG_RT_ID' ;
11922: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_VMR.information1 ;
11923: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_VRBL_MTCHG_RT_ID ;

Line 11920: hr_utility.set_location('new_value id '||l_vrbl_mtchg_rt_id,222);

11916: );
11917: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11918: -- Update all relevent cer records with new pk_id
11919: hr_utility.set_location('Before plsql table ',222);
11920: hr_utility.set_location('new_value id '||l_vrbl_mtchg_rt_id,222);
11921: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'VRBL_MTCHG_RT_ID' ;
11922: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_VMR.information1 ;
11923: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_VRBL_MTCHG_RT_ID ;
11924: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

11922: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_VMR.information1 ;
11923: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_VRBL_MTCHG_RT_ID ;
11924: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
11925: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_VMR_unique.table_route_id;
11926: hr_utility.set_location('After plsql table ',222);
11927: --
11928: -- 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 ) ;
11929: --
11930: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

11933: --
11934: -- Call Update routine for the pk_id created in prev run .
11935: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
11936: --UPD START
11937: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11938: --
11939: if l_update then
11940: --
11941: l_datetrack_mode := r_VMR.datetrack_mode ;

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

11953: l_object_version_number := r_VMR.information265;
11954: --
11955: end if;
11956: --
11957: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11958: --
11959: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11960: --UPD END
11961: hr_utility.set_location(' BEN_VRBL_MTCHG_RT_F UPDATE_VRBL_MATCHING_RATE ',30);

Line 11961: hr_utility.set_location(' BEN_VRBL_MTCHG_RT_F UPDATE_VRBL_MATCHING_RATE ',30);

11957: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
11958: --
11959: IF l_update OR l_dml_operation <> 'UPDATE' THEN
11960: --UPD END
11961: hr_utility.set_location(' BEN_VRBL_MTCHG_RT_F UPDATE_VRBL_MATCHING_RATE ',30);
11962: BEN_VRBL_MATCHING_RATE_API.UPDATE_VRBL_MATCHING_RATE(
11963: --
11964: P_VALIDATE => false
11965: ,P_EFFECTIVE_DATE => l_effective_date

Line 12199: hr_utility.set_location(' r_PAP_unique.table_route_id '||r_PAP_unique.table_route_id,10);

12195: r_PAP_unique.information3 >=
12196: ben_pd_copy_to_ben_one.g_copy_effective_date)
12197: ) then
12198: --
12199: hr_utility.set_location(' r_PAP_unique.table_route_id '||r_PAP_unique.table_route_id,10);
12200: hr_utility.set_location(' r_PAP_unique.information1 '||r_PAP_unique.information1,10);
12201: hr_utility.set_location( 'r_PAP_unique.information2 '||r_PAP_unique.information2,10);
12202: hr_utility.set_location( 'r_PAP_unique.information3 '||r_PAP_unique.information3,10);
12203: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 12200: hr_utility.set_location(' r_PAP_unique.information1 '||r_PAP_unique.information1,10);

12196: ben_pd_copy_to_ben_one.g_copy_effective_date)
12197: ) then
12198: --
12199: hr_utility.set_location(' r_PAP_unique.table_route_id '||r_PAP_unique.table_route_id,10);
12200: hr_utility.set_location(' r_PAP_unique.information1 '||r_PAP_unique.information1,10);
12201: hr_utility.set_location( 'r_PAP_unique.information2 '||r_PAP_unique.information2,10);
12202: hr_utility.set_location( 'r_PAP_unique.information3 '||r_PAP_unique.information3,10);
12203: -- If reuse objects flag is 'Y' then check for the object in the target business group
12204: -- if found insert the record into PLSql table and exit the loop else try create the

Line 12201: hr_utility.set_location( 'r_PAP_unique.information2 '||r_PAP_unique.information2,10);

12197: ) then
12198: --
12199: hr_utility.set_location(' r_PAP_unique.table_route_id '||r_PAP_unique.table_route_id,10);
12200: hr_utility.set_location(' r_PAP_unique.information1 '||r_PAP_unique.information1,10);
12201: hr_utility.set_location( 'r_PAP_unique.information2 '||r_PAP_unique.information2,10);
12202: hr_utility.set_location( 'r_PAP_unique.information3 '||r_PAP_unique.information3,10);
12203: -- If reuse objects flag is 'Y' then check for the object in the target business group
12204: -- if found insert the record into PLSql table and exit the loop else try create the
12205: -- object in the target business group

Line 12202: hr_utility.set_location( 'r_PAP_unique.information3 '||r_PAP_unique.information3,10);

12198: --
12199: hr_utility.set_location(' r_PAP_unique.table_route_id '||r_PAP_unique.table_route_id,10);
12200: hr_utility.set_location(' r_PAP_unique.information1 '||r_PAP_unique.information1,10);
12201: hr_utility.set_location( 'r_PAP_unique.information2 '||r_PAP_unique.information2,10);
12202: hr_utility.set_location( 'r_PAP_unique.information3 '||r_PAP_unique.information3,10);
12203: -- If reuse objects flag is 'Y' then check for the object in the target business group
12204: -- if found insert the record into PLSql table and exit the loop else try create the
12205: -- object in the target business group
12206: --

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

12257: --
12258: -- log_data('PAP',l_new_value,l_prefix || r_PAP_unique.name|| l_suffix,'REUSED');
12259: --
12260: end if ;
12261: hr_utility.set_location( 'found record for update',10);
12262: --
12263: else
12264: --
12265: l_update := false;

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

12313: if not l_object_found_in_target OR l_update then
12314: --
12315: l_current_pk_id := r_PAP.information1;
12316: --
12317: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12318: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12319: --
12320: if l_current_pk_id = l_prev_pk_id then
12321: --

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

12314: --
12315: l_current_pk_id := r_PAP.information1;
12316: --
12317: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12318: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12319: --
12320: if l_current_pk_id = l_prev_pk_id then
12321: --
12322: l_first_rec := false ;

Line 12339: hr_utility.set_location(' BEN_PRTT_ANTHR_PL_RT_F CREATE_PRTT_ANTHR_PL_RT ',20);

12335: end if;
12336:
12337: if l_first_rec and not l_update then
12338: -- Call Create routine.
12339: hr_utility.set_location(' BEN_PRTT_ANTHR_PL_RT_F CREATE_PRTT_ANTHR_PL_RT ',20);
12340: BEN_PRTT_ANTHR_PL_RT_API.CREATE_PRTT_ANTHR_PL_RT(
12341: --
12342: P_VALIDATE => false
12343: ,P_EFFECTIVE_DATE => l_effective_date

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

12385: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
12386: );
12387: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12388: -- Update all relevent cer records with new pk_id
12389: hr_utility.set_location('Before plsql table ',222);
12390: hr_utility.set_location('new_value id '||l_prtt_anthr_pl_rt_id,222);
12391: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PRTT_ANTHR_PL_RT_ID' ;
12392: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PAP.information1 ;
12393: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PRTT_ANTHR_PL_RT_ID ;

Line 12390: hr_utility.set_location('new_value id '||l_prtt_anthr_pl_rt_id,222);

12386: );
12387: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12388: -- Update all relevent cer records with new pk_id
12389: hr_utility.set_location('Before plsql table ',222);
12390: hr_utility.set_location('new_value id '||l_prtt_anthr_pl_rt_id,222);
12391: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PRTT_ANTHR_PL_RT_ID' ;
12392: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PAP.information1 ;
12393: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PRTT_ANTHR_PL_RT_ID ;
12394: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

12392: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PAP.information1 ;
12393: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PRTT_ANTHR_PL_RT_ID ;
12394: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
12395: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PAP_unique.table_route_id;
12396: hr_utility.set_location('After plsql table ',222);
12397: --
12398: -- 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 ) ;
12399: --
12400: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

12403: --
12404: -- Call Update routine for the pk_id created in prev run .
12405: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12406: --UPD START
12407: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12408: --
12409: if l_update then
12410: --
12411: l_datetrack_mode := r_PAP.datetrack_mode ;

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

12423: l_object_version_number := r_PAP.information265;
12424: --
12425: end if;
12426: --
12427: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12428: --
12429: IF l_update OR l_dml_operation <> 'UPDATE' THEN
12430: --UPD END
12431: hr_utility.set_location(' BEN_PRTT_ANTHR_PL_RT_F UPDATE_PRTT_ANTHR_PL_RT ',30);

Line 12431: hr_utility.set_location(' BEN_PRTT_ANTHR_PL_RT_F UPDATE_PRTT_ANTHR_PL_RT ',30);

12427: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12428: --
12429: IF l_update OR l_dml_operation <> 'UPDATE' THEN
12430: --UPD END
12431: hr_utility.set_location(' BEN_PRTT_ANTHR_PL_RT_F UPDATE_PRTT_ANTHR_PL_RT ',30);
12432: BEN_PRTT_ANTHR_PL_RT_API.UPDATE_PRTT_ANTHR_PL_RT(
12433: --
12434: P_VALIDATE => false
12435: ,P_EFFECTIVE_DATE => l_effective_date

Line 12659: hr_utility.set_location(' r_OPR_unique.table_route_id '||r_OPR_unique.table_route_id,10);

12655: r_OPR_unique.information3 >=
12656: ben_pd_copy_to_ben_one.g_copy_effective_date)
12657: ) then
12658: --
12659: hr_utility.set_location(' r_OPR_unique.table_route_id '||r_OPR_unique.table_route_id,10);
12660: hr_utility.set_location(' r_OPR_unique.information1 '||r_OPR_unique.information1,10);
12661: hr_utility.set_location( 'r_OPR_unique.information2 '||r_OPR_unique.information2,10);
12662: hr_utility.set_location( 'r_OPR_unique.information3 '||r_OPR_unique.information3,10);
12663: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 12660: hr_utility.set_location(' r_OPR_unique.information1 '||r_OPR_unique.information1,10);

12656: ben_pd_copy_to_ben_one.g_copy_effective_date)
12657: ) then
12658: --
12659: hr_utility.set_location(' r_OPR_unique.table_route_id '||r_OPR_unique.table_route_id,10);
12660: hr_utility.set_location(' r_OPR_unique.information1 '||r_OPR_unique.information1,10);
12661: hr_utility.set_location( 'r_OPR_unique.information2 '||r_OPR_unique.information2,10);
12662: hr_utility.set_location( 'r_OPR_unique.information3 '||r_OPR_unique.information3,10);
12663: -- If reuse objects flag is 'Y' then check for the object in the target business group
12664: -- if found insert the record into PLSql table and exit the loop else try create the

Line 12661: hr_utility.set_location( 'r_OPR_unique.information2 '||r_OPR_unique.information2,10);

12657: ) then
12658: --
12659: hr_utility.set_location(' r_OPR_unique.table_route_id '||r_OPR_unique.table_route_id,10);
12660: hr_utility.set_location(' r_OPR_unique.information1 '||r_OPR_unique.information1,10);
12661: hr_utility.set_location( 'r_OPR_unique.information2 '||r_OPR_unique.information2,10);
12662: hr_utility.set_location( 'r_OPR_unique.information3 '||r_OPR_unique.information3,10);
12663: -- If reuse objects flag is 'Y' then check for the object in the target business group
12664: -- if found insert the record into PLSql table and exit the loop else try create the
12665: -- object in the target business group

Line 12662: hr_utility.set_location( 'r_OPR_unique.information3 '||r_OPR_unique.information3,10);

12658: --
12659: hr_utility.set_location(' r_OPR_unique.table_route_id '||r_OPR_unique.table_route_id,10);
12660: hr_utility.set_location(' r_OPR_unique.information1 '||r_OPR_unique.information1,10);
12661: hr_utility.set_location( 'r_OPR_unique.information2 '||r_OPR_unique.information2,10);
12662: hr_utility.set_location( 'r_OPR_unique.information3 '||r_OPR_unique.information3,10);
12663: -- If reuse objects flag is 'Y' then check for the object in the target business group
12664: -- if found insert the record into PLSql table and exit the loop else try create the
12665: -- object in the target business group
12666: --

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

12716: --
12717: -- log_data('OPR',l_new_value,l_prefix || r_OPR_unique.name|| l_suffix,'REUSED');
12718: --
12719: end if ;
12720: hr_utility.set_location( 'found record for update',10);
12721: --
12722: else
12723: --
12724: l_update := false;

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

12772: if not l_object_found_in_target OR l_update then
12773: --
12774: l_current_pk_id := r_OPR.information1;
12775: --
12776: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12777: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12778: --
12779: if l_current_pk_id = l_prev_pk_id then
12780: --

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

12773: --
12774: l_current_pk_id := r_OPR.information1;
12775: --
12776: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
12777: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
12778: --
12779: if l_current_pk_id = l_prev_pk_id then
12780: --
12781: l_first_rec := false ;

Line 12798: hr_utility.set_location(' BEN_OTHR_PTIP_RT_F CREATE_OTHR_PTIP_RT ',20);

12794: end if;
12795:
12796: if l_first_rec and not l_update then
12797: -- Call Create routine.
12798: hr_utility.set_location(' BEN_OTHR_PTIP_RT_F CREATE_OTHR_PTIP_RT ',20);
12799: BEN_OTHR_PTIP_RT_API.CREATE_OTHR_PTIP_RT(
12800: --
12801: P_VALIDATE => false
12802: ,P_EFFECTIVE_DATE => l_effective_date

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

12845: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
12846: );
12847: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12848: -- Update all relevent cer records with new pk_id
12849: hr_utility.set_location('Before plsql table ',222);
12850: hr_utility.set_location('new_value id '||l_othr_ptip_rt_id,222);
12851: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'OTHR_PTIP_RT_ID' ;
12852: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_OPR.information1 ;
12853: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_OTHR_PTIP_RT_ID ;

Line 12850: hr_utility.set_location('new_value id '||l_othr_ptip_rt_id,222);

12846: );
12847: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12848: -- Update all relevent cer records with new pk_id
12849: hr_utility.set_location('Before plsql table ',222);
12850: hr_utility.set_location('new_value id '||l_othr_ptip_rt_id,222);
12851: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'OTHR_PTIP_RT_ID' ;
12852: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_OPR.information1 ;
12853: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_OTHR_PTIP_RT_ID ;
12854: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

12852: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_OPR.information1 ;
12853: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_OTHR_PTIP_RT_ID ;
12854: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
12855: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_OPR_unique.table_route_id;
12856: hr_utility.set_location('After plsql table ',222);
12857: --
12858: -- 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 ) ;
12859: --
12860: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

12863: --
12864: -- Call Update routine for the pk_id created in prev run .
12865: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
12866: --UPD START
12867: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12868: --
12869: if l_update then
12870: --
12871: l_datetrack_mode := r_OPR.datetrack_mode ;

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

12883: l_object_version_number := r_OPR.information265;
12884: --
12885: end if;
12886: --
12887: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12888: --
12889: IF l_update OR l_dml_operation <> 'UPDATE' THEN
12890: --UPD END
12891: hr_utility.set_location(' BEN_OTHR_PTIP_RT_F UPDATE_OTHR_PTIP_RT ',30);

Line 12891: hr_utility.set_location(' BEN_OTHR_PTIP_RT_F UPDATE_OTHR_PTIP_RT ',30);

12887: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
12888: --
12889: IF l_update OR l_dml_operation <> 'UPDATE' THEN
12890: --UPD END
12891: hr_utility.set_location(' BEN_OTHR_PTIP_RT_F UPDATE_OTHR_PTIP_RT ',30);
12892: BEN_OTHR_PTIP_RT_API.UPDATE_OTHR_PTIP_RT(
12893: --
12894: P_VALIDATE => false
12895: ,P_EFFECTIVE_DATE => l_effective_date

Line 13121: hr_utility.set_location(' r_NOC_unique.table_route_id '||r_NOC_unique.table_route_id,10);

13117: ben_pd_copy_to_ben_one.g_copy_effective_date)
13118: ) then
13119:
13120: --
13121: hr_utility.set_location(' r_NOC_unique.table_route_id '||r_NOC_unique.table_route_id,10);
13122: hr_utility.set_location(' r_NOC_unique.information1 '||r_NOC_unique.information1,10);
13123: hr_utility.set_location( 'r_NOC_unique.information2 '||r_NOC_unique.information2,10);
13124: hr_utility.set_location( 'r_NOC_unique.information3 '||r_NOC_unique.information3,10);
13125: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 13122: hr_utility.set_location(' r_NOC_unique.information1 '||r_NOC_unique.information1,10);

13118: ) then
13119:
13120: --
13121: hr_utility.set_location(' r_NOC_unique.table_route_id '||r_NOC_unique.table_route_id,10);
13122: hr_utility.set_location(' r_NOC_unique.information1 '||r_NOC_unique.information1,10);
13123: hr_utility.set_location( 'r_NOC_unique.information2 '||r_NOC_unique.information2,10);
13124: hr_utility.set_location( 'r_NOC_unique.information3 '||r_NOC_unique.information3,10);
13125: -- If reuse objects flag is 'Y' then check for the object in the target business group
13126: -- if found insert the record into PLSql table and exit the loop else try create the

Line 13123: hr_utility.set_location( 'r_NOC_unique.information2 '||r_NOC_unique.information2,10);

13119:
13120: --
13121: hr_utility.set_location(' r_NOC_unique.table_route_id '||r_NOC_unique.table_route_id,10);
13122: hr_utility.set_location(' r_NOC_unique.information1 '||r_NOC_unique.information1,10);
13123: hr_utility.set_location( 'r_NOC_unique.information2 '||r_NOC_unique.information2,10);
13124: hr_utility.set_location( 'r_NOC_unique.information3 '||r_NOC_unique.information3,10);
13125: -- If reuse objects flag is 'Y' then check for the object in the target business group
13126: -- if found insert the record into PLSql table and exit the loop else try create the
13127: -- object in the target business group

Line 13124: hr_utility.set_location( 'r_NOC_unique.information3 '||r_NOC_unique.information3,10);

13120: --
13121: hr_utility.set_location(' r_NOC_unique.table_route_id '||r_NOC_unique.table_route_id,10);
13122: hr_utility.set_location(' r_NOC_unique.information1 '||r_NOC_unique.information1,10);
13123: hr_utility.set_location( 'r_NOC_unique.information2 '||r_NOC_unique.information2,10);
13124: hr_utility.set_location( 'r_NOC_unique.information3 '||r_NOC_unique.information3,10);
13125: -- If reuse objects flag is 'Y' then check for the object in the target business group
13126: -- if found insert the record into PLSql table and exit the loop else try create the
13127: -- object in the target business group
13128: --

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

13175: --
13176: -- log_data('NOC',l_new_value,l_prefix || r_NOC_unique.name|| l_suffix,'REUSED');
13177: --
13178: end if ;
13179: hr_utility.set_location( 'found record for update',10);
13180: --
13181: else
13182: --
13183: l_update := false;

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

13231: if not l_object_found_in_target OR l_update then
13232: --
13233: l_current_pk_id := r_NOC.information1;
13234: --
13235: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13236: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13237: --
13238: if l_current_pk_id = l_prev_pk_id then
13239: --

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

13232: --
13233: l_current_pk_id := r_NOC.information1;
13234: --
13235: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13236: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13237: --
13238: if l_current_pk_id = l_prev_pk_id then
13239: --
13240: l_first_rec := false ;

Line 13257: hr_utility.set_location(' BEN_NO_OTHR_CVG_RT_F CREATE_NO_OTHR_CVG_RT ',20);

13253: end if;
13254:
13255: if l_first_rec and not l_update then
13256: -- Call Create routine.
13257: hr_utility.set_location(' BEN_NO_OTHR_CVG_RT_F CREATE_NO_OTHR_CVG_RT ',20);
13258: BEN_NO_OTHR_CVG_RT_API.CREATE_NO_OTHR_CVG_RT(
13259: --
13260: P_VALIDATE => false
13261: ,P_EFFECTIVE_DATE => l_effective_date

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

13301: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
13302: );
13303: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13304: -- Update all relevent cer records with new pk_id
13305: hr_utility.set_location('Before plsql table ',222);
13306: hr_utility.set_location('new_value id '||l_no_othr_cvg_rt_id,222);
13307: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'NO_OTHR_CVG_RT_ID' ;
13308: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_NOC.information1 ;
13309: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_NO_OTHR_CVG_RT_ID ;

Line 13306: hr_utility.set_location('new_value id '||l_no_othr_cvg_rt_id,222);

13302: );
13303: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13304: -- Update all relevent cer records with new pk_id
13305: hr_utility.set_location('Before plsql table ',222);
13306: hr_utility.set_location('new_value id '||l_no_othr_cvg_rt_id,222);
13307: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'NO_OTHR_CVG_RT_ID' ;
13308: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_NOC.information1 ;
13309: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_NO_OTHR_CVG_RT_ID ;
13310: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

13308: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_NOC.information1 ;
13309: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_NO_OTHR_CVG_RT_ID ;
13310: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
13311: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_NOC_unique.table_route_id;
13312: hr_utility.set_location('After plsql table ',222);
13313: --
13314: -- 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 ) ;
13315: --
13316: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

13319: --
13320: -- Call Update routine for the pk_id created in prev run .
13321: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13322: --UPD START
13323: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13324: --
13325: if l_update then
13326: --
13327: l_datetrack_mode := r_NOC.datetrack_mode ;

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

13339: l_object_version_number := r_NOC.information265;
13340: --
13341: end if;
13342: --
13343: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13344: --
13345: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13346: --UPD END
13347: hr_utility.set_location(' BEN_NO_OTHR_CVG_RT_F UPDATE_NO_OTHR_CVG_RT ',30);

Line 13347: hr_utility.set_location(' BEN_NO_OTHR_CVG_RT_F UPDATE_NO_OTHR_CVG_RT ',30);

13343: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13344: --
13345: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13346: --UPD END
13347: hr_utility.set_location(' BEN_NO_OTHR_CVG_RT_F UPDATE_NO_OTHR_CVG_RT ',30);
13348: BEN_NO_OTHR_CVG_RT_API.UPDATE_NO_OTHR_CVG_RT(
13349: --
13350: P_VALIDATE => false
13351: ,P_EFFECTIVE_DATE => l_effective_date

Line 13573: hr_utility.set_location(' r_OMR_unique.table_route_id '||r_OMR_unique.table_route_id,10);

13569: r_OMR_unique.information3 >=
13570: ben_pd_copy_to_ben_one.g_copy_effective_date)
13571: ) then
13572: --
13573: hr_utility.set_location(' r_OMR_unique.table_route_id '||r_OMR_unique.table_route_id,10);
13574: hr_utility.set_location(' r_OMR_unique.information1 '||r_OMR_unique.information1,10);
13575: hr_utility.set_location( 'r_OMR_unique.information2 '||r_OMR_unique.information2,10);
13576: hr_utility.set_location( 'r_OMR_unique.information3 '||r_OMR_unique.information3,10);
13577: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 13574: hr_utility.set_location(' r_OMR_unique.information1 '||r_OMR_unique.information1,10);

13570: ben_pd_copy_to_ben_one.g_copy_effective_date)
13571: ) then
13572: --
13573: hr_utility.set_location(' r_OMR_unique.table_route_id '||r_OMR_unique.table_route_id,10);
13574: hr_utility.set_location(' r_OMR_unique.information1 '||r_OMR_unique.information1,10);
13575: hr_utility.set_location( 'r_OMR_unique.information2 '||r_OMR_unique.information2,10);
13576: hr_utility.set_location( 'r_OMR_unique.information3 '||r_OMR_unique.information3,10);
13577: -- If reuse objects flag is 'Y' then check for the object in the target business group
13578: -- if found insert the record into PLSql table and exit the loop else try create the

Line 13575: hr_utility.set_location( 'r_OMR_unique.information2 '||r_OMR_unique.information2,10);

13571: ) then
13572: --
13573: hr_utility.set_location(' r_OMR_unique.table_route_id '||r_OMR_unique.table_route_id,10);
13574: hr_utility.set_location(' r_OMR_unique.information1 '||r_OMR_unique.information1,10);
13575: hr_utility.set_location( 'r_OMR_unique.information2 '||r_OMR_unique.information2,10);
13576: hr_utility.set_location( 'r_OMR_unique.information3 '||r_OMR_unique.information3,10);
13577: -- If reuse objects flag is 'Y' then check for the object in the target business group
13578: -- if found insert the record into PLSql table and exit the loop else try create the
13579: -- object in the target business group

Line 13576: hr_utility.set_location( 'r_OMR_unique.information3 '||r_OMR_unique.information3,10);

13572: --
13573: hr_utility.set_location(' r_OMR_unique.table_route_id '||r_OMR_unique.table_route_id,10);
13574: hr_utility.set_location(' r_OMR_unique.information1 '||r_OMR_unique.information1,10);
13575: hr_utility.set_location( 'r_OMR_unique.information2 '||r_OMR_unique.information2,10);
13576: hr_utility.set_location( 'r_OMR_unique.information3 '||r_OMR_unique.information3,10);
13577: -- If reuse objects flag is 'Y' then check for the object in the target business group
13578: -- if found insert the record into PLSql table and exit the loop else try create the
13579: -- object in the target business group
13580: --

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

13627: --
13628: -- log_data('OMR',l_new_value,l_prefix || r_OMR_unique.name|| l_suffix,'REUSED');
13629: --
13630: end if ;
13631: hr_utility.set_location( 'found record for update',10);
13632: --
13633: else
13634: --
13635: l_update := false;

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

13683: if not l_object_found_in_target OR l_update then
13684: --
13685: l_current_pk_id := r_OMR.information1;
13686: --
13687: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13688: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13689: --
13690: if l_current_pk_id = l_prev_pk_id then
13691: --

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

13684: --
13685: l_current_pk_id := r_OMR.information1;
13686: --
13687: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
13688: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
13689: --
13690: if l_current_pk_id = l_prev_pk_id then
13691: --
13692: l_first_rec := false ;

Line 13709: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F CREATE_OPTD_MDCR_RT ',20);

13705: end if;
13706:
13707: if l_first_rec and not l_update then
13708: -- Call Create routine.
13709: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F CREATE_OPTD_MDCR_RT ',20);
13710: BEN_OPTD_MDCR_RT_API.CREATE_OPTD_MDCR_RT(
13711: --
13712: P_VALIDATE => false
13713: ,P_EFFECTIVE_DATE => l_effective_date

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

13754: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
13755: );
13756: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13757: -- Update all relevent cer records with new pk_id
13758: hr_utility.set_location('Before plsql table ',222);
13759: hr_utility.set_location('new_value id '||l_optd_mdcr_rt_id,222);
13760: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'OPTD_MDCR_RT_ID' ;
13761: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_OMR.information1 ;
13762: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_OPTD_MDCR_RT_ID ;

Line 13759: hr_utility.set_location('new_value id '||l_optd_mdcr_rt_id,222);

13755: );
13756: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13757: -- Update all relevent cer records with new pk_id
13758: hr_utility.set_location('Before plsql table ',222);
13759: hr_utility.set_location('new_value id '||l_optd_mdcr_rt_id,222);
13760: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'OPTD_MDCR_RT_ID' ;
13761: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_OMR.information1 ;
13762: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_OPTD_MDCR_RT_ID ;
13763: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';

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

13761: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_OMR.information1 ;
13762: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_OPTD_MDCR_RT_ID ;
13763: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';
13764: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).table_route_id := r_OMR_unique.table_route_id;
13765: hr_utility.set_location('After plsql table ',222);
13766: --
13767: -- 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 ) ;
13768: --
13769: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;

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

13772: --
13773: -- Call Update routine for the pk_id created in prev run .
13774: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
13775: --UPD START
13776: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13777: --
13778: if l_update then
13779: --
13780: l_datetrack_mode := r_OMR.datetrack_mode ;

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

13792: l_object_version_number := r_OMR.information265;
13793: --
13794: end if;
13795: --
13796: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13797: --
13798: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13799: --UPD END
13800: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F UPDATE_OPTD_MDCR_RT ',30);

Line 13800: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F UPDATE_OPTD_MDCR_RT ',30);

13796: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
13797: --
13798: IF l_update OR l_dml_operation <> 'UPDATE' THEN
13799: --UPD END
13800: hr_utility.set_location(' BEN_OPTD_MDCR_RT_F UPDATE_OPTD_MDCR_RT ',30);
13801: BEN_OPTD_MDCR_RT_API.UPDATE_OPTD_MDCR_RT(
13802: --
13803: P_VALIDATE => false
13804: ,P_EFFECTIVE_DATE => l_effective_date

Line 14027: hr_utility.set_location(' r_EPM_unique.table_route_id '||r_EPM_unique.table_route_id,10);

14023: r_EPM_unique.information3 >=
14024: ben_pd_copy_to_ben_one.g_copy_effective_date)
14025: ) then
14026: --
14027: hr_utility.set_location(' r_EPM_unique.table_route_id '||r_EPM_unique.table_route_id,10);
14028: hr_utility.set_location(' r_EPM_unique.information1 '||r_EPM_unique.information1,10);
14029: hr_utility.set_location( 'r_EPM_unique.information2 '||r_EPM_unique.information2,10);
14030: hr_utility.set_location( 'r_EPM_unique.information3 '||r_EPM_unique.information3,10);
14031: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 14028: hr_utility.set_location(' r_EPM_unique.information1 '||r_EPM_unique.information1,10);

14024: ben_pd_copy_to_ben_one.g_copy_effective_date)
14025: ) then
14026: --
14027: hr_utility.set_location(' r_EPM_unique.table_route_id '||r_EPM_unique.table_route_id,10);
14028: hr_utility.set_location(' r_EPM_unique.information1 '||r_EPM_unique.information1,10);
14029: hr_utility.set_location( 'r_EPM_unique.information2 '||r_EPM_unique.information2,10);
14030: hr_utility.set_location( 'r_EPM_unique.information3 '||r_EPM_unique.information3,10);
14031: -- If reuse objects flag is 'Y' then check for the object in the target business group
14032: -- if found insert the record into PLSql table and exit the loop else try create the

Line 14029: hr_utility.set_location( 'r_EPM_unique.information2 '||r_EPM_unique.information2,10);

14025: ) then
14026: --
14027: hr_utility.set_location(' r_EPM_unique.table_route_id '||r_EPM_unique.table_route_id,10);
14028: hr_utility.set_location(' r_EPM_unique.information1 '||r_EPM_unique.information1,10);
14029: hr_utility.set_location( 'r_EPM_unique.information2 '||r_EPM_unique.information2,10);
14030: hr_utility.set_location( 'r_EPM_unique.information3 '||r_EPM_unique.information3,10);
14031: -- If reuse objects flag is 'Y' then check for the object in the target business group
14032: -- if found insert the record into PLSql table and exit the loop else try create the
14033: -- object in the target business group

Line 14030: hr_utility.set_location( 'r_EPM_unique.information3 '||r_EPM_unique.information3,10);

14026: --
14027: hr_utility.set_location(' r_EPM_unique.table_route_id '||r_EPM_unique.table_route_id,10);
14028: hr_utility.set_location(' r_EPM_unique.information1 '||r_EPM_unique.information1,10);
14029: hr_utility.set_location( 'r_EPM_unique.information2 '||r_EPM_unique.information2,10);
14030: hr_utility.set_location( 'r_EPM_unique.information3 '||r_EPM_unique.information3,10);
14031: -- If reuse objects flag is 'Y' then check for the object in the target business group
14032: -- if found insert the record into PLSql table and exit the loop else try create the
14033: -- object in the target business group
14034: --

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

14084: --
14085: -- log_data('EPM',l_new_value,l_prefix || r_EPM_unique.name|| l_suffix,'REUSED');
14086: --
14087: end if ;
14088: hr_utility.set_location( 'found record for update',10);
14089: --
14090: else
14091: --
14092: l_update := false;

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

14140: if not l_object_found_in_target OR l_update then
14141: --
14142: l_current_pk_id := r_EPM.information1;
14143: --
14144: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14145: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14146: --
14147: if l_current_pk_id = l_prev_pk_id then
14148: --

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

14141: --
14142: l_current_pk_id := r_EPM.information1;
14143: --
14144: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14145: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14146: --
14147: if l_current_pk_id = l_prev_pk_id then
14148: --
14149: l_first_rec := false ;

Line 14166: hr_utility.set_location(' BEN_ENRLD_ANTHR_PGM_RT_F CREATE_ENRLD_ANTHR_PGM_RT ',20);

14162: end if;
14163:
14164: if l_first_rec and not l_update then
14165: -- Call Create routine.
14166: hr_utility.set_location(' BEN_ENRLD_ANTHR_PGM_RT_F CREATE_ENRLD_ANTHR_PGM_RT ',20);
14167: BEN_ENRLD_ANTHR_PGM_RT_API.CREATE_ENRLD_ANTHR_PGM_RT(
14168: --
14169: P_VALIDATE => false
14170: ,P_EFFECTIVE_DATE => l_effective_date

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

14213: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
14214: );
14215: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14216: -- Update all relevent cer records with new pk_id
14217: hr_utility.set_location('Before plsql table ',222);
14218: hr_utility.set_location('new_value id '||l_enrld_anthr_pgm_rt_id,222);
14219: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PGM_RT_ID' ;
14220: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EPM.information1 ;
14221: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PGM_RT_ID ;

Line 14218: hr_utility.set_location('new_value id '||l_enrld_anthr_pgm_rt_id,222);

14214: );
14215: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14216: -- Update all relevent cer records with new pk_id
14217: hr_utility.set_location('Before plsql table ',222);
14218: hr_utility.set_location('new_value id '||l_enrld_anthr_pgm_rt_id,222);
14219: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PGM_RT_ID' ;
14220: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EPM.information1 ;
14221: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PGM_RT_ID ;
14222: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

14220: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EPM.information1 ;
14221: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PGM_RT_ID ;
14222: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
14223: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_EPM_unique.table_route_id;
14224: hr_utility.set_location('After plsql table ',222);
14225: --
14226: -- 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 ) ;
14227: --
14228: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

14230: else
14231: --
14232: -- Call Update routine for the pk_id created in prev run .
14233: --UPD START
14234: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14235: --
14236: if l_update then
14237: --
14238: l_datetrack_mode := r_EPM.datetrack_mode ;

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

14250: l_object_version_number := r_EPM.information265;
14251: --
14252: end if;
14253: --
14254: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14255: --
14256: IF l_update OR l_dml_operation <> 'UPDATE' THEN
14257: --UPD END
14258: -- insert the table_name,old_pk_id,new_pk_id into a plsql record

Line 14259: hr_utility.set_location(' BEN_ENRLD_ANTHR_PGM_RT_F UPDATE_ENRLD_ANTHR_PGM_RT ',30);

14255: --
14256: IF l_update OR l_dml_operation <> 'UPDATE' THEN
14257: --UPD END
14258: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14259: hr_utility.set_location(' BEN_ENRLD_ANTHR_PGM_RT_F UPDATE_ENRLD_ANTHR_PGM_RT ',30);
14260: BEN_ENRLD_ANTHR_PGM_RT_API.UPDATE_ENRLD_ANTHR_PGM_RT(
14261: --
14262: P_VALIDATE => false
14263: ,P_EFFECTIVE_DATE => l_effective_date

Line 14488: hr_utility.set_location(' r_ENT_unique.table_route_id '||r_ENT_unique.table_route_id,10);

14484: r_ENT_unique.information3 >=
14485: ben_pd_copy_to_ben_one.g_copy_effective_date)
14486: ) then
14487: --
14488: hr_utility.set_location(' r_ENT_unique.table_route_id '||r_ENT_unique.table_route_id,10);
14489: hr_utility.set_location(' r_ENT_unique.information1 '||r_ENT_unique.information1,10);
14490: hr_utility.set_location( 'r_ENT_unique.information2 '||r_ENT_unique.information2,10);
14491: hr_utility.set_location( 'r_ENT_unique.information3 '||r_ENT_unique.information3,10);
14492: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 14489: hr_utility.set_location(' r_ENT_unique.information1 '||r_ENT_unique.information1,10);

14485: ben_pd_copy_to_ben_one.g_copy_effective_date)
14486: ) then
14487: --
14488: hr_utility.set_location(' r_ENT_unique.table_route_id '||r_ENT_unique.table_route_id,10);
14489: hr_utility.set_location(' r_ENT_unique.information1 '||r_ENT_unique.information1,10);
14490: hr_utility.set_location( 'r_ENT_unique.information2 '||r_ENT_unique.information2,10);
14491: hr_utility.set_location( 'r_ENT_unique.information3 '||r_ENT_unique.information3,10);
14492: -- If reuse objects flag is 'Y' then check for the object in the target business group
14493: -- if found insert the record into PLSql table and exit the loop else try create the

Line 14490: hr_utility.set_location( 'r_ENT_unique.information2 '||r_ENT_unique.information2,10);

14486: ) then
14487: --
14488: hr_utility.set_location(' r_ENT_unique.table_route_id '||r_ENT_unique.table_route_id,10);
14489: hr_utility.set_location(' r_ENT_unique.information1 '||r_ENT_unique.information1,10);
14490: hr_utility.set_location( 'r_ENT_unique.information2 '||r_ENT_unique.information2,10);
14491: hr_utility.set_location( 'r_ENT_unique.information3 '||r_ENT_unique.information3,10);
14492: -- If reuse objects flag is 'Y' then check for the object in the target business group
14493: -- if found insert the record into PLSql table and exit the loop else try create the
14494: -- object in the target business group

Line 14491: hr_utility.set_location( 'r_ENT_unique.information3 '||r_ENT_unique.information3,10);

14487: --
14488: hr_utility.set_location(' r_ENT_unique.table_route_id '||r_ENT_unique.table_route_id,10);
14489: hr_utility.set_location(' r_ENT_unique.information1 '||r_ENT_unique.information1,10);
14490: hr_utility.set_location( 'r_ENT_unique.information2 '||r_ENT_unique.information2,10);
14491: hr_utility.set_location( 'r_ENT_unique.information3 '||r_ENT_unique.information3,10);
14492: -- If reuse objects flag is 'Y' then check for the object in the target business group
14493: -- if found insert the record into PLSql table and exit the loop else try create the
14494: -- object in the target business group
14495: --

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

14545: --
14546: -- log_data('ENT',l_new_value,l_prefix || r_ENT_unique.name|| l_suffix,'REUSED');
14547: --
14548: end if ;
14549: hr_utility.set_location( 'found record for update',10);
14550: --
14551: else
14552: --
14553: l_update := false;

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

14601: if not l_object_found_in_target OR l_update then
14602: --
14603: l_current_pk_id := r_ENT.information1;
14604: --
14605: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14606: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14607: --
14608: if l_current_pk_id = l_prev_pk_id then
14609: --

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

14602: --
14603: l_current_pk_id := r_ENT.information1;
14604: --
14605: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
14606: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
14607: --
14608: if l_current_pk_id = l_prev_pk_id then
14609: --
14610: l_first_rec := false ;

Line 14627: hr_utility.set_location(' BEN_ENRLD_ANTHR_PTIP_RT_F CREATE_ENRLD_ANTHR_PTIP_RT ',20);

14623: end if;
14624:
14625: if l_first_rec and not l_update then
14626: -- Call Create routine.
14627: hr_utility.set_location(' BEN_ENRLD_ANTHR_PTIP_RT_F CREATE_ENRLD_ANTHR_PTIP_RT ',20);
14628: BEN_ENRLD_ANTHR_PTIP_RT_API.CREATE_ENRLD_ANTHR_PTIP_RT(
14629: --
14630: P_VALIDATE => false
14631: ,P_EFFECTIVE_DATE => l_effective_date

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

14675: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
14676: );
14677: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14678: -- Update all relevent cer records with new pk_id
14679: hr_utility.set_location('Before plsql table ',222);
14680: hr_utility.set_location('new_value id '||l_enrld_anthr_ptip_rt_id,222);
14681: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PTIP_RT_ID' ;
14682: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ENT.information1 ;
14683: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PTIP_RT_ID ;

Line 14680: hr_utility.set_location('new_value id '||l_enrld_anthr_ptip_rt_id,222);

14676: );
14677: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14678: -- Update all relevent cer records with new pk_id
14679: hr_utility.set_location('Before plsql table ',222);
14680: hr_utility.set_location('new_value id '||l_enrld_anthr_ptip_rt_id,222);
14681: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PTIP_RT_ID' ;
14682: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ENT.information1 ;
14683: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PTIP_RT_ID ;
14684: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

14682: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ENT.information1 ;
14683: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PTIP_RT_ID ;
14684: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
14685: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_ENT_unique.table_route_id;
14686: hr_utility.set_location('After plsql table ',222);
14687: --
14688: -- 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 ) ;
14689: --
14690: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

14693: --
14694: -- Call Update routine for the pk_id created in prev run .
14695: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
14696: --UPD START
14697: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14698: --
14699: if l_update then
14700: --
14701: l_datetrack_mode := r_ENT.datetrack_mode ;

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

14713: l_object_version_number := r_ENT.information265;
14714: --
14715: end if;
14716: --
14717: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14718: --
14719: IF l_update OR l_dml_operation <> 'UPDATE' THEN
14720: --UPD END
14721: hr_utility.set_location(' BEN_ENRLD_ANTHR_PTIP_RT_F UPDATE_ENRLD_ANTHR_PTIP_RT ',30);

Line 14721: hr_utility.set_location(' BEN_ENRLD_ANTHR_PTIP_RT_F UPDATE_ENRLD_ANTHR_PTIP_RT ',30);

14717: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
14718: --
14719: IF l_update OR l_dml_operation <> 'UPDATE' THEN
14720: --UPD END
14721: hr_utility.set_location(' BEN_ENRLD_ANTHR_PTIP_RT_F UPDATE_ENRLD_ANTHR_PTIP_RT ',30);
14722: BEN_ENRLD_ANTHR_PTIP_RT_API.UPDATE_ENRLD_ANTHR_PTIP_RT(
14723: --
14724: P_VALIDATE => false
14725: ,P_EFFECTIVE_DATE => l_effective_date

Line 14951: hr_utility.set_location(' r_ENL_unique.table_route_id '||r_ENL_unique.table_route_id,10);

14947: r_ENL_unique.information3 >=
14948: ben_pd_copy_to_ben_one.g_copy_effective_date)
14949: ) then
14950: --
14951: hr_utility.set_location(' r_ENL_unique.table_route_id '||r_ENL_unique.table_route_id,10);
14952: hr_utility.set_location(' r_ENL_unique.information1 '||r_ENL_unique.information1,10);
14953: hr_utility.set_location( 'r_ENL_unique.information2 '||r_ENL_unique.information2,10);
14954: hr_utility.set_location( 'r_ENL_unique.information3 '||r_ENL_unique.information3,10);
14955: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 14952: hr_utility.set_location(' r_ENL_unique.information1 '||r_ENL_unique.information1,10);

14948: ben_pd_copy_to_ben_one.g_copy_effective_date)
14949: ) then
14950: --
14951: hr_utility.set_location(' r_ENL_unique.table_route_id '||r_ENL_unique.table_route_id,10);
14952: hr_utility.set_location(' r_ENL_unique.information1 '||r_ENL_unique.information1,10);
14953: hr_utility.set_location( 'r_ENL_unique.information2 '||r_ENL_unique.information2,10);
14954: hr_utility.set_location( 'r_ENL_unique.information3 '||r_ENL_unique.information3,10);
14955: -- If reuse objects flag is 'Y' then check for the object in the target business group
14956: -- if found insert the record into PLSql table and exit the loop else try create the

Line 14953: hr_utility.set_location( 'r_ENL_unique.information2 '||r_ENL_unique.information2,10);

14949: ) then
14950: --
14951: hr_utility.set_location(' r_ENL_unique.table_route_id '||r_ENL_unique.table_route_id,10);
14952: hr_utility.set_location(' r_ENL_unique.information1 '||r_ENL_unique.information1,10);
14953: hr_utility.set_location( 'r_ENL_unique.information2 '||r_ENL_unique.information2,10);
14954: hr_utility.set_location( 'r_ENL_unique.information3 '||r_ENL_unique.information3,10);
14955: -- If reuse objects flag is 'Y' then check for the object in the target business group
14956: -- if found insert the record into PLSql table and exit the loop else try create the
14957: -- object in the target business group

Line 14954: hr_utility.set_location( 'r_ENL_unique.information3 '||r_ENL_unique.information3,10);

14950: --
14951: hr_utility.set_location(' r_ENL_unique.table_route_id '||r_ENL_unique.table_route_id,10);
14952: hr_utility.set_location(' r_ENL_unique.information1 '||r_ENL_unique.information1,10);
14953: hr_utility.set_location( 'r_ENL_unique.information2 '||r_ENL_unique.information2,10);
14954: hr_utility.set_location( 'r_ENL_unique.information3 '||r_ENL_unique.information3,10);
14955: -- If reuse objects flag is 'Y' then check for the object in the target business group
14956: -- if found insert the record into PLSql table and exit the loop else try create the
14957: -- object in the target business group
14958: --

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

15008: --
15009: -- log_data('ENL',l_new_value,l_prefix || r_ENL_unique.name|| l_suffix,'REUSED');
15010: --
15011: end if ;
15012: hr_utility.set_location( 'found record for update',10);
15013: --
15014: else
15015: --
15016: l_update := false;

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

15064: if not l_object_found_in_target OR l_update then
15065: --
15066: l_current_pk_id := r_ENL.information1;
15067: --
15068: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15069: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15070: --
15071: if l_current_pk_id = l_prev_pk_id then
15072: --

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

15065: --
15066: l_current_pk_id := r_ENL.information1;
15067: --
15068: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15069: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15070: --
15071: if l_current_pk_id = l_prev_pk_id then
15072: --
15073: l_first_rec := false ;

Line 15090: hr_utility.set_location(' BEN_ENRLD_ANTHR_PL_RT_F CREATE_ENRLD_ANTHR_PL_RT ',20);

15086: end if;
15087:
15088: if l_first_rec and not l_update then
15089: -- Call Create routine.
15090: hr_utility.set_location(' BEN_ENRLD_ANTHR_PL_RT_F CREATE_ENRLD_ANTHR_PL_RT ',20);
15091: BEN_ENRLD_ANTHR_PL_RT_API.CREATE_ENRLD_ANTHR_PL_RT(
15092: --
15093: P_VALIDATE => false
15094: ,P_EFFECTIVE_DATE => l_effective_date

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

15137: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
15138: );
15139: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15140: -- Update all relevent cer records with new pk_id
15141: hr_utility.set_location('Before plsql table ',222);
15142: hr_utility.set_location('new_value id '||l_enrld_anthr_pl_rt_id,222);
15143: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PL_RT_ID' ;
15144: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ENL.information1 ;
15145: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PL_RT_ID ;

Line 15142: hr_utility.set_location('new_value id '||l_enrld_anthr_pl_rt_id,222);

15138: );
15139: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15140: -- Update all relevent cer records with new pk_id
15141: hr_utility.set_location('Before plsql table ',222);
15142: hr_utility.set_location('new_value id '||l_enrld_anthr_pl_rt_id,222);
15143: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PL_RT_ID' ;
15144: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ENL.information1 ;
15145: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PL_RT_ID ;
15146: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

15144: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ENL.information1 ;
15145: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PL_RT_ID ;
15146: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
15147: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_ENL_unique.table_route_id;
15148: hr_utility.set_location('After plsql table ',222);
15149: --
15150: -- 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 ) ;
15151: --
15152: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

15155: --
15156: -- Call Update routine for the pk_id created in prev run .
15157: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15158: --UPD START
15159: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15160: --
15161: if l_update then
15162: --
15163: l_datetrack_mode := r_ENL.datetrack_mode ;

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

15175: l_object_version_number := r_ENL.information265;
15176: --
15177: end if;
15178: --
15179: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15180: --
15181: IF l_update OR l_dml_operation <> 'UPDATE' THEN
15182: --UPD END
15183: hr_utility.set_location(' BEN_ENRLD_ANTHR_PL_RT_F UPDATE_ENRLD_ANTHR_PL_RT ',30);

Line 15183: hr_utility.set_location(' BEN_ENRLD_ANTHR_PL_RT_F UPDATE_ENRLD_ANTHR_PL_RT ',30);

15179: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15180: --
15181: IF l_update OR l_dml_operation <> 'UPDATE' THEN
15182: --UPD END
15183: hr_utility.set_location(' BEN_ENRLD_ANTHR_PL_RT_F UPDATE_ENRLD_ANTHR_PL_RT ',30);
15184: BEN_ENRLD_ANTHR_PL_RT_API.UPDATE_ENRLD_ANTHR_PL_RT(
15185: --
15186: P_VALIDATE => false
15187: ,P_EFFECTIVE_DATE => l_effective_date

Line 15412: hr_utility.set_location(' r_EAR_unique.table_route_id '||r_EAR_unique.table_route_id,10);

15408: r_EAR_unique.information3 >=
15409: ben_pd_copy_to_ben_one.g_copy_effective_date)
15410: ) then
15411: --
15412: hr_utility.set_location(' r_EAR_unique.table_route_id '||r_EAR_unique.table_route_id,10);
15413: hr_utility.set_location(' r_EAR_unique.information1 '||r_EAR_unique.information1,10);
15414: hr_utility.set_location( 'r_EAR_unique.information2 '||r_EAR_unique.information2,10);
15415: hr_utility.set_location( 'r_EAR_unique.information3 '||r_EAR_unique.information3,10);
15416: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 15413: hr_utility.set_location(' r_EAR_unique.information1 '||r_EAR_unique.information1,10);

15409: ben_pd_copy_to_ben_one.g_copy_effective_date)
15410: ) then
15411: --
15412: hr_utility.set_location(' r_EAR_unique.table_route_id '||r_EAR_unique.table_route_id,10);
15413: hr_utility.set_location(' r_EAR_unique.information1 '||r_EAR_unique.information1,10);
15414: hr_utility.set_location( 'r_EAR_unique.information2 '||r_EAR_unique.information2,10);
15415: hr_utility.set_location( 'r_EAR_unique.information3 '||r_EAR_unique.information3,10);
15416: -- If reuse objects flag is 'Y' then check for the object in the target business group
15417: -- if found insert the record into PLSql table and exit the loop else try create the

Line 15414: hr_utility.set_location( 'r_EAR_unique.information2 '||r_EAR_unique.information2,10);

15410: ) then
15411: --
15412: hr_utility.set_location(' r_EAR_unique.table_route_id '||r_EAR_unique.table_route_id,10);
15413: hr_utility.set_location(' r_EAR_unique.information1 '||r_EAR_unique.information1,10);
15414: hr_utility.set_location( 'r_EAR_unique.information2 '||r_EAR_unique.information2,10);
15415: hr_utility.set_location( 'r_EAR_unique.information3 '||r_EAR_unique.information3,10);
15416: -- If reuse objects flag is 'Y' then check for the object in the target business group
15417: -- if found insert the record into PLSql table and exit the loop else try create the
15418: -- object in the target business group

Line 15415: hr_utility.set_location( 'r_EAR_unique.information3 '||r_EAR_unique.information3,10);

15411: --
15412: hr_utility.set_location(' r_EAR_unique.table_route_id '||r_EAR_unique.table_route_id,10);
15413: hr_utility.set_location(' r_EAR_unique.information1 '||r_EAR_unique.information1,10);
15414: hr_utility.set_location( 'r_EAR_unique.information2 '||r_EAR_unique.information2,10);
15415: hr_utility.set_location( 'r_EAR_unique.information3 '||r_EAR_unique.information3,10);
15416: -- If reuse objects flag is 'Y' then check for the object in the target business group
15417: -- if found insert the record into PLSql table and exit the loop else try create the
15418: -- object in the target business group
15419: --

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

15469: --
15470: -- log_data('EAR',l_new_value,l_prefix || r_EAR_unique.name|| l_suffix,'REUSED');
15471: --
15472: end if ;
15473: hr_utility.set_location( 'found record for update',10);
15474: --
15475: else
15476: --
15477: l_update := false;

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

15525: if not l_object_found_in_target OR l_update then
15526: --
15527: l_current_pk_id := r_EAR.information1;
15528: --
15529: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15530: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15531: --
15532: if l_current_pk_id = l_prev_pk_id then
15533: --

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

15526: --
15527: l_current_pk_id := r_EAR.information1;
15528: --
15529: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15530: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15531: --
15532: if l_current_pk_id = l_prev_pk_id then
15533: --
15534: l_first_rec := false ;

Line 15551: hr_utility.set_location(' BEN_ENRLD_ANTHR_PLIP_RT_F CREATE_ENRLD_ANTHR_PLIP_RT ',20);

15547: end if;
15548:
15549: if l_first_rec and not l_update then
15550: -- Call Create routine.
15551: hr_utility.set_location(' BEN_ENRLD_ANTHR_PLIP_RT_F CREATE_ENRLD_ANTHR_PLIP_RT ',20);
15552: BEN_ENRLD_ANTHR_PLIP_RT_API.CREATE_ENRLD_ANTHR_PLIP_RT(
15553: --
15554: P_VALIDATE => false
15555: ,P_EFFECTIVE_DATE => l_effective_date

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

15598: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
15599: );
15600: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15601: -- Update all relevent cer records with new pk_id
15602: hr_utility.set_location('Before plsql table ',222);
15603: hr_utility.set_location('new_value id '||l_enrld_anthr_plip_rt_id,222);
15604: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PLIP_RT_ID' ;
15605: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EAR.information1 ;
15606: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PLIP_RT_ID ;

Line 15603: hr_utility.set_location('new_value id '||l_enrld_anthr_plip_rt_id,222);

15599: );
15600: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15601: -- Update all relevent cer records with new pk_id
15602: hr_utility.set_location('Before plsql table ',222);
15603: hr_utility.set_location('new_value id '||l_enrld_anthr_plip_rt_id,222);
15604: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_PLIP_RT_ID' ;
15605: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EAR.information1 ;
15606: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PLIP_RT_ID ;
15607: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

15605: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EAR.information1 ;
15606: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_PLIP_RT_ID ;
15607: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
15608: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_EAR_unique.table_route_id;
15609: hr_utility.set_location('After plsql table ',222);
15610: --
15611: -- 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 ) ;
15612: --
15613: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

15616: --
15617: -- Call Update routine for the pk_id created in prev run .
15618: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
15619: --UPD START
15620: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15621: --
15622: if l_update then
15623: --
15624: l_datetrack_mode := r_EAR.datetrack_mode ;

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

15636: l_object_version_number := r_EAR.information265;
15637: --
15638: end if;
15639: --
15640: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15641: --
15642: IF l_update OR l_dml_operation <> 'UPDATE' THEN
15643: --UPD END
15644: hr_utility.set_location(' BEN_ENRLD_ANTHR_PLIP_RT_F UPDATE_ENRLD_ANTHR_PLIP_RT ',30);

Line 15644: hr_utility.set_location(' BEN_ENRLD_ANTHR_PLIP_RT_F UPDATE_ENRLD_ANTHR_PLIP_RT ',30);

15640: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
15641: --
15642: IF l_update OR l_dml_operation <> 'UPDATE' THEN
15643: --UPD END
15644: hr_utility.set_location(' BEN_ENRLD_ANTHR_PLIP_RT_F UPDATE_ENRLD_ANTHR_PLIP_RT ',30);
15645: BEN_ENRLD_ANTHR_PLIP_RT_API.UPDATE_ENRLD_ANTHR_PLIP_RT(
15646: --
15647: P_VALIDATE => false
15648: ,P_EFFECTIVE_DATE => l_effective_date

Line 15873: hr_utility.set_location(' r_EAO_unique.table_route_id '||r_EAO_unique.table_route_id,10);

15869: r_EAO_unique.information3 >=
15870: ben_pd_copy_to_ben_one.g_copy_effective_date)
15871: ) then
15872: --
15873: hr_utility.set_location(' r_EAO_unique.table_route_id '||r_EAO_unique.table_route_id,10);
15874: hr_utility.set_location(' r_EAO_unique.information1 '||r_EAO_unique.information1,10);
15875: hr_utility.set_location( 'r_EAO_unique.information2 '||r_EAO_unique.information2,10);
15876: hr_utility.set_location( 'r_EAO_unique.information3 '||r_EAO_unique.information3,10);
15877: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 15874: hr_utility.set_location(' r_EAO_unique.information1 '||r_EAO_unique.information1,10);

15870: ben_pd_copy_to_ben_one.g_copy_effective_date)
15871: ) then
15872: --
15873: hr_utility.set_location(' r_EAO_unique.table_route_id '||r_EAO_unique.table_route_id,10);
15874: hr_utility.set_location(' r_EAO_unique.information1 '||r_EAO_unique.information1,10);
15875: hr_utility.set_location( 'r_EAO_unique.information2 '||r_EAO_unique.information2,10);
15876: hr_utility.set_location( 'r_EAO_unique.information3 '||r_EAO_unique.information3,10);
15877: -- If reuse objects flag is 'Y' then check for the object in the target business group
15878: -- if found insert the record into PLSql table and exit the loop else try create the

Line 15875: hr_utility.set_location( 'r_EAO_unique.information2 '||r_EAO_unique.information2,10);

15871: ) then
15872: --
15873: hr_utility.set_location(' r_EAO_unique.table_route_id '||r_EAO_unique.table_route_id,10);
15874: hr_utility.set_location(' r_EAO_unique.information1 '||r_EAO_unique.information1,10);
15875: hr_utility.set_location( 'r_EAO_unique.information2 '||r_EAO_unique.information2,10);
15876: hr_utility.set_location( 'r_EAO_unique.information3 '||r_EAO_unique.information3,10);
15877: -- If reuse objects flag is 'Y' then check for the object in the target business group
15878: -- if found insert the record into PLSql table and exit the loop else try create the
15879: -- object in the target business group

Line 15876: hr_utility.set_location( 'r_EAO_unique.information3 '||r_EAO_unique.information3,10);

15872: --
15873: hr_utility.set_location(' r_EAO_unique.table_route_id '||r_EAO_unique.table_route_id,10);
15874: hr_utility.set_location(' r_EAO_unique.information1 '||r_EAO_unique.information1,10);
15875: hr_utility.set_location( 'r_EAO_unique.information2 '||r_EAO_unique.information2,10);
15876: hr_utility.set_location( 'r_EAO_unique.information3 '||r_EAO_unique.information3,10);
15877: -- If reuse objects flag is 'Y' then check for the object in the target business group
15878: -- if found insert the record into PLSql table and exit the loop else try create the
15879: -- object in the target business group
15880: --

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

15930: --
15931: -- log_data('EAO',l_new_value,l_prefix || r_EAO_unique.name|| l_suffix,'REUSED');
15932: --
15933: end if ;
15934: hr_utility.set_location( 'found record for update',10);
15935: --
15936: else
15937: --
15938: l_update := false;

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

15986: if not l_object_found_in_target OR l_update then
15987: --
15988: l_current_pk_id := r_EAO.information1;
15989: --
15990: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15991: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15992: --
15993: if l_current_pk_id = l_prev_pk_id then
15994: --

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

15987: --
15988: l_current_pk_id := r_EAO.information1;
15989: --
15990: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
15991: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
15992: --
15993: if l_current_pk_id = l_prev_pk_id then
15994: --
15995: l_first_rec := false ;

Line 16012: hr_utility.set_location(' BEN_ENRLD_ANTHR_OIPL_RT_F CREATE_ENRLD_ANTHR_OIPL_RT ',20);

16008: end if;
16009:
16010: if l_first_rec and not l_update then
16011: -- Call Create routine.
16012: hr_utility.set_location(' BEN_ENRLD_ANTHR_OIPL_RT_F CREATE_ENRLD_ANTHR_OIPL_RT ',20);
16013: BEN_ENRLD_ANTHR_OIPL_RT_API.CREATE_ENRLD_ANTHR_OIPL_RT(
16014: --
16015: P_VALIDATE => false
16016: ,P_EFFECTIVE_DATE => l_effective_date

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

16059: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
16060: );
16061: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16062: -- Update all relevent cer records with new pk_id
16063: hr_utility.set_location('Before plsql table ',222);
16064: hr_utility.set_location('new_value id '||l_enrld_anthr_oipl_rt_id,222);
16065: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_OIPL_RT_ID' ;
16066: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EAO.information1 ;
16067: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_OIPL_RT_ID ;

Line 16064: hr_utility.set_location('new_value id '||l_enrld_anthr_oipl_rt_id,222);

16060: );
16061: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16062: -- Update all relevent cer records with new pk_id
16063: hr_utility.set_location('Before plsql table ',222);
16064: hr_utility.set_location('new_value id '||l_enrld_anthr_oipl_rt_id,222);
16065: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'ENRLD_ANTHR_OIPL_RT_ID' ;
16066: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EAO.information1 ;
16067: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_OIPL_RT_ID ;
16068: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

16066: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_EAO.information1 ;
16067: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_ENRLD_ANTHR_OIPL_RT_ID ;
16068: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
16069: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_EAO_unique.table_route_id;
16070: hr_utility.set_location('After plsql table ',222);
16071: --
16072: -- 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 ) ;
16073: --
16074: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

16077: --
16078: -- Call Update routine for the pk_id created in prev run .
16079: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16080: --UPD START
16081: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16082: --
16083: if l_update then
16084: --
16085: l_datetrack_mode := r_EAO.datetrack_mode ;

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

16097: l_object_version_number := r_EAO.information265;
16098: --
16099: end if;
16100: --
16101: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16102: --
16103: IF l_update OR l_dml_operation <> 'UPDATE' THEN
16104: --UPD END
16105: hr_utility.set_location(' BEN_ENRLD_ANTHR_OIPL_RT_F UPDATE_ENRLD_ANTHR_OIPL_RT ',30);

Line 16105: hr_utility.set_location(' BEN_ENRLD_ANTHR_OIPL_RT_F UPDATE_ENRLD_ANTHR_OIPL_RT ',30);

16101: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16102: --
16103: IF l_update OR l_dml_operation <> 'UPDATE' THEN
16104: --UPD END
16105: hr_utility.set_location(' BEN_ENRLD_ANTHR_OIPL_RT_F UPDATE_ENRLD_ANTHR_OIPL_RT ',30);
16106: BEN_ENRLD_ANTHR_OIPL_RT_API.UPDATE_ENRLD_ANTHR_OIPL_RT(
16107: --
16108: P_VALIDATE => false
16109: ,P_EFFECTIVE_DATE => l_effective_date

Line 16334: hr_utility.set_location(' r_DOT_unique.table_route_id '||r_DOT_unique.table_route_id,10);

16330: r_DOT_unique.information3 >=
16331: ben_pd_copy_to_ben_one.g_copy_effective_date)
16332: ) then
16333: --
16334: hr_utility.set_location(' r_DOT_unique.table_route_id '||r_DOT_unique.table_route_id,10);
16335: hr_utility.set_location(' r_DOT_unique.information1 '||r_DOT_unique.information1,10);
16336: hr_utility.set_location( 'r_DOT_unique.information2 '||r_DOT_unique.information2,10);
16337: hr_utility.set_location( 'r_DOT_unique.information3 '||r_DOT_unique.information3,10);
16338: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 16335: hr_utility.set_location(' r_DOT_unique.information1 '||r_DOT_unique.information1,10);

16331: ben_pd_copy_to_ben_one.g_copy_effective_date)
16332: ) then
16333: --
16334: hr_utility.set_location(' r_DOT_unique.table_route_id '||r_DOT_unique.table_route_id,10);
16335: hr_utility.set_location(' r_DOT_unique.information1 '||r_DOT_unique.information1,10);
16336: hr_utility.set_location( 'r_DOT_unique.information2 '||r_DOT_unique.information2,10);
16337: hr_utility.set_location( 'r_DOT_unique.information3 '||r_DOT_unique.information3,10);
16338: -- If reuse objects flag is 'Y' then check for the object in the target business group
16339: -- if found insert the record into PLSql table and exit the loop else try create the

Line 16336: hr_utility.set_location( 'r_DOT_unique.information2 '||r_DOT_unique.information2,10);

16332: ) then
16333: --
16334: hr_utility.set_location(' r_DOT_unique.table_route_id '||r_DOT_unique.table_route_id,10);
16335: hr_utility.set_location(' r_DOT_unique.information1 '||r_DOT_unique.information1,10);
16336: hr_utility.set_location( 'r_DOT_unique.information2 '||r_DOT_unique.information2,10);
16337: hr_utility.set_location( 'r_DOT_unique.information3 '||r_DOT_unique.information3,10);
16338: -- If reuse objects flag is 'Y' then check for the object in the target business group
16339: -- if found insert the record into PLSql table and exit the loop else try create the
16340: -- object in the target business group

Line 16337: hr_utility.set_location( 'r_DOT_unique.information3 '||r_DOT_unique.information3,10);

16333: --
16334: hr_utility.set_location(' r_DOT_unique.table_route_id '||r_DOT_unique.table_route_id,10);
16335: hr_utility.set_location(' r_DOT_unique.information1 '||r_DOT_unique.information1,10);
16336: hr_utility.set_location( 'r_DOT_unique.information2 '||r_DOT_unique.information2,10);
16337: hr_utility.set_location( 'r_DOT_unique.information3 '||r_DOT_unique.information3,10);
16338: -- If reuse objects flag is 'Y' then check for the object in the target business group
16339: -- if found insert the record into PLSql table and exit the loop else try create the
16340: -- object in the target business group
16341: --

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

16391: --
16392: -- log_data('DOT',l_new_value,l_prefix || r_DOT_unique.name|| l_suffix,'REUSED');
16393: --
16394: end if ;
16395: hr_utility.set_location( 'found record for update',10);
16396: --
16397: else
16398: --
16399: l_update := false;

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

16447: if not l_object_found_in_target OR l_update then
16448: --
16449: l_current_pk_id := r_DOT.information1;
16450: --
16451: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
16452: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
16453: --
16454: if l_current_pk_id = l_prev_pk_id then
16455: --

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

16448: --
16449: l_current_pk_id := r_DOT.information1;
16450: --
16451: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
16452: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
16453: --
16454: if l_current_pk_id = l_prev_pk_id then
16455: --
16456: l_first_rec := false ;

Line 16473: hr_utility.set_location(' BEN_DPNT_OTHR_PTIP_RT_F CREATE_DPNT_OTHR_PTIP_RT ',20);

16469: end if;
16470:
16471: if l_first_rec and not l_update then
16472: -- Call Create routine.
16473: hr_utility.set_location(' BEN_DPNT_OTHR_PTIP_RT_F CREATE_DPNT_OTHR_PTIP_RT ',20);
16474: BEN_DPNT_OTHR_PTIP_RT_API.CREATE_DPNT_OTHR_PTIP_RT(
16475: --
16476: P_VALIDATE => false
16477: ,P_EFFECTIVE_DATE => l_effective_date

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

16519: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
16520: );
16521: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16522: -- Update all relevent cer records with new pk_id
16523: hr_utility.set_location('Before plsql table ',222);
16524: hr_utility.set_location('new_value id '||l_dpnt_othr_ptip_rt_id,222);
16525: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_OTHR_PTIP_RT_ID' ;
16526: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DOT.information1 ;
16527: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_OTHR_PTIP_RT_ID ;

Line 16524: hr_utility.set_location('new_value id '||l_dpnt_othr_ptip_rt_id,222);

16520: );
16521: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16522: -- Update all relevent cer records with new pk_id
16523: hr_utility.set_location('Before plsql table ',222);
16524: hr_utility.set_location('new_value id '||l_dpnt_othr_ptip_rt_id,222);
16525: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_OTHR_PTIP_RT_ID' ;
16526: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DOT.information1 ;
16527: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_OTHR_PTIP_RT_ID ;
16528: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

16526: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DOT.information1 ;
16527: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_OTHR_PTIP_RT_ID ;
16528: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
16529: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_DOT_unique.table_route_id;
16530: hr_utility.set_location('After plsql table ',222);
16531: --
16532: -- 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 ) ;
16533: --
16534: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

16537: --
16538: -- Call Update routine for the pk_id created in prev run .
16539: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16540: --UPD START
16541: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16542: --
16543: if l_update then
16544: --
16545: l_datetrack_mode := r_DOT.datetrack_mode ;

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

16557: l_object_version_number := r_DOT.information265;
16558: --
16559: end if;
16560: --
16561: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16562: --
16563: IF l_update OR l_dml_operation <> 'UPDATE' THEN
16564: --UPD END
16565: hr_utility.set_location(' BEN_DPNT_OTHR_PTIP_RT_F UPDATE_DPNT_OTHR_PTIP_RT ',30);

Line 16565: hr_utility.set_location(' BEN_DPNT_OTHR_PTIP_RT_F UPDATE_DPNT_OTHR_PTIP_RT ',30);

16561: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
16562: --
16563: IF l_update OR l_dml_operation <> 'UPDATE' THEN
16564: --UPD END
16565: hr_utility.set_location(' BEN_DPNT_OTHR_PTIP_RT_F UPDATE_DPNT_OTHR_PTIP_RT ',30);
16566: BEN_DPNT_OTHR_PTIP_RT_API.UPDATE_DPNT_OTHR_PTIP_RT(
16567: --
16568: P_VALIDATE => false
16569: ,P_EFFECTIVE_DATE => l_effective_date

Line 16793: hr_utility.set_location(' r_DOP_unique.table_route_id '||r_DOP_unique.table_route_id,10);

16789: r_DOP_unique.information3 >=
16790: ben_pd_copy_to_ben_one.g_copy_effective_date)
16791: ) then
16792: --
16793: hr_utility.set_location(' r_DOP_unique.table_route_id '||r_DOP_unique.table_route_id,10);
16794: hr_utility.set_location(' r_DOP_unique.information1 '||r_DOP_unique.information1,10);
16795: hr_utility.set_location( 'r_DOP_unique.information2 '||r_DOP_unique.information2,10);
16796: hr_utility.set_location( 'r_DOP_unique.information3 '||r_DOP_unique.information3,10);
16797: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 16794: hr_utility.set_location(' r_DOP_unique.information1 '||r_DOP_unique.information1,10);

16790: ben_pd_copy_to_ben_one.g_copy_effective_date)
16791: ) then
16792: --
16793: hr_utility.set_location(' r_DOP_unique.table_route_id '||r_DOP_unique.table_route_id,10);
16794: hr_utility.set_location(' r_DOP_unique.information1 '||r_DOP_unique.information1,10);
16795: hr_utility.set_location( 'r_DOP_unique.information2 '||r_DOP_unique.information2,10);
16796: hr_utility.set_location( 'r_DOP_unique.information3 '||r_DOP_unique.information3,10);
16797: -- If reuse objects flag is 'Y' then check for the object in the target business group
16798: -- if found insert the record into PLSql table and exit the loop else try create the

Line 16795: hr_utility.set_location( 'r_DOP_unique.information2 '||r_DOP_unique.information2,10);

16791: ) then
16792: --
16793: hr_utility.set_location(' r_DOP_unique.table_route_id '||r_DOP_unique.table_route_id,10);
16794: hr_utility.set_location(' r_DOP_unique.information1 '||r_DOP_unique.information1,10);
16795: hr_utility.set_location( 'r_DOP_unique.information2 '||r_DOP_unique.information2,10);
16796: hr_utility.set_location( 'r_DOP_unique.information3 '||r_DOP_unique.information3,10);
16797: -- If reuse objects flag is 'Y' then check for the object in the target business group
16798: -- if found insert the record into PLSql table and exit the loop else try create the
16799: -- object in the target business group

Line 16796: hr_utility.set_location( 'r_DOP_unique.information3 '||r_DOP_unique.information3,10);

16792: --
16793: hr_utility.set_location(' r_DOP_unique.table_route_id '||r_DOP_unique.table_route_id,10);
16794: hr_utility.set_location(' r_DOP_unique.information1 '||r_DOP_unique.information1,10);
16795: hr_utility.set_location( 'r_DOP_unique.information2 '||r_DOP_unique.information2,10);
16796: hr_utility.set_location( 'r_DOP_unique.information3 '||r_DOP_unique.information3,10);
16797: -- If reuse objects flag is 'Y' then check for the object in the target business group
16798: -- if found insert the record into PLSql table and exit the loop else try create the
16799: -- object in the target business group
16800: --

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

16850: --
16851: -- log_data('DOP',l_new_value,l_prefix || r_DOP_unique.name|| l_suffix,'REUSED');
16852: --
16853: end if ;
16854: hr_utility.set_location( 'found record for update',10);
16855: --
16856: else
16857: --
16858: l_update := false;

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

16906: if not l_object_found_in_target OR l_update then
16907: --
16908: l_current_pk_id := r_DOP.information1;
16909: --
16910: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
16911: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
16912: --
16913: if l_current_pk_id = l_prev_pk_id then
16914: --

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

16907: --
16908: l_current_pk_id := r_DOP.information1;
16909: --
16910: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
16911: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
16912: --
16913: if l_current_pk_id = l_prev_pk_id then
16914: --
16915: l_first_rec := false ;

Line 16932: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F CREATE_DPNT_CVRD_OTHR_PGM_RT ',20);

16928: end if;
16929:
16930: if l_first_rec and not l_update then
16931: -- Call Create routine.
16932: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F CREATE_DPNT_CVRD_OTHR_PGM_RT ',20);
16933: BEN_DPNT_CVRD_OTHR_PGM_RT_API.CREATE_DPNT_CVRD_OTHR_PGM_RT(
16934: --
16935: P_VALIDATE => false
16936: ,P_EFFECTIVE_DATE => l_effective_date

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

16980: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
16981: );
16982: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16983: -- Update all relevent cer records with new pk_id
16984: hr_utility.set_location('Before plsql table ',222);
16985: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_pgm_rt_id,222);
16986: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_OTHR_PGM_RT_ID' ;
16987: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DOP.information1 ;
16988: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PGM_RT_ID ;

Line 16985: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_pgm_rt_id,222);

16981: );
16982: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
16983: -- Update all relevent cer records with new pk_id
16984: hr_utility.set_location('Before plsql table ',222);
16985: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_pgm_rt_id,222);
16986: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_OTHR_PGM_RT_ID' ;
16987: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DOP.information1 ;
16988: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PGM_RT_ID ;
16989: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

16987: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DOP.information1 ;
16988: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PGM_RT_ID ;
16989: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
16990: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_DOP_unique.table_route_id;
16991: hr_utility.set_location('After plsql table ',222);
16992: --
16993: -- 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 ) ;
16994: --
16995: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

16998: --
16999: -- Call Update routine for the pk_id created in prev run .
17000: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17001: --UPD START
17002: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17003: --
17004: if l_update then
17005: --
17006: l_datetrack_mode := r_DOP.datetrack_mode ;

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

17018: l_object_version_number := r_DOP.information265;
17019: --
17020: end if;
17021: --
17022: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17023: --
17024: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17025: --UPD END
17026: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F UPDATE_DPNT_CVRD_OTHR_PGM_RT ',30);

Line 17026: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F UPDATE_DPNT_CVRD_OTHR_PGM_RT ',30);

17022: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17023: --
17024: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17025: --UPD END
17026: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PGM_RT_F UPDATE_DPNT_CVRD_OTHR_PGM_RT ',30);
17027: BEN_DPNT_CVRD_OTHR_PGM_RT_API.UPDATE_DPNT_CVRD_OTHR_PGM_RT(
17028: --
17029: P_VALIDATE => false
17030: ,P_EFFECTIVE_DATE => l_effective_date

Line 17256: hr_utility.set_location(' r_DCP_unique.table_route_id '||r_DCP_unique.table_route_id,10);

17252: r_DCP_unique.information3 >=
17253: ben_pd_copy_to_ben_one.g_copy_effective_date)
17254: ) then
17255: --
17256: hr_utility.set_location(' r_DCP_unique.table_route_id '||r_DCP_unique.table_route_id,10);
17257: hr_utility.set_location(' r_DCP_unique.information1 '||r_DCP_unique.information1,10);
17258: hr_utility.set_location( 'r_DCP_unique.information2 '||r_DCP_unique.information2,10);
17259: hr_utility.set_location( 'r_DCP_unique.information3 '||r_DCP_unique.information3,10);
17260: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 17257: hr_utility.set_location(' r_DCP_unique.information1 '||r_DCP_unique.information1,10);

17253: ben_pd_copy_to_ben_one.g_copy_effective_date)
17254: ) then
17255: --
17256: hr_utility.set_location(' r_DCP_unique.table_route_id '||r_DCP_unique.table_route_id,10);
17257: hr_utility.set_location(' r_DCP_unique.information1 '||r_DCP_unique.information1,10);
17258: hr_utility.set_location( 'r_DCP_unique.information2 '||r_DCP_unique.information2,10);
17259: hr_utility.set_location( 'r_DCP_unique.information3 '||r_DCP_unique.information3,10);
17260: -- If reuse objects flag is 'Y' then check for the object in the target business group
17261: -- if found insert the record into PLSql table and exit the loop else try create the

Line 17258: hr_utility.set_location( 'r_DCP_unique.information2 '||r_DCP_unique.information2,10);

17254: ) then
17255: --
17256: hr_utility.set_location(' r_DCP_unique.table_route_id '||r_DCP_unique.table_route_id,10);
17257: hr_utility.set_location(' r_DCP_unique.information1 '||r_DCP_unique.information1,10);
17258: hr_utility.set_location( 'r_DCP_unique.information2 '||r_DCP_unique.information2,10);
17259: hr_utility.set_location( 'r_DCP_unique.information3 '||r_DCP_unique.information3,10);
17260: -- If reuse objects flag is 'Y' then check for the object in the target business group
17261: -- if found insert the record into PLSql table and exit the loop else try create the
17262: -- object in the target business group

Line 17259: hr_utility.set_location( 'r_DCP_unique.information3 '||r_DCP_unique.information3,10);

17255: --
17256: hr_utility.set_location(' r_DCP_unique.table_route_id '||r_DCP_unique.table_route_id,10);
17257: hr_utility.set_location(' r_DCP_unique.information1 '||r_DCP_unique.information1,10);
17258: hr_utility.set_location( 'r_DCP_unique.information2 '||r_DCP_unique.information2,10);
17259: hr_utility.set_location( 'r_DCP_unique.information3 '||r_DCP_unique.information3,10);
17260: -- If reuse objects flag is 'Y' then check for the object in the target business group
17261: -- if found insert the record into PLSql table and exit the loop else try create the
17262: -- object in the target business group
17263: --

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

17313: --
17314: -- log_data('DCP',l_new_value,l_prefix || r_DCP_unique.name|| l_suffix,'REUSED');
17315: --
17316: end if ;
17317: hr_utility.set_location( 'found record for update',10);
17318: --
17319: else
17320: --
17321: l_update := false;

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

17369: if not l_object_found_in_target OR l_update then
17370: --
17371: l_current_pk_id := r_DCP.information1;
17372: --
17373: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
17374: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
17375: --
17376: if l_current_pk_id = l_prev_pk_id then
17377: --

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

17370: --
17371: l_current_pk_id := r_DCP.information1;
17372: --
17373: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
17374: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
17375: --
17376: if l_current_pk_id = l_prev_pk_id then
17377: --
17378: l_first_rec := false ;

Line 17395: hr_utility.set_location(' BEN_DPNT_CVRD_PLIP_RT_F CREATE_DPNT_CVRD_PLIP_RT ',20);

17391: end if;
17392:
17393: if l_first_rec and not l_update then
17394: -- Call Create routine.
17395: hr_utility.set_location(' BEN_DPNT_CVRD_PLIP_RT_F CREATE_DPNT_CVRD_PLIP_RT ',20);
17396: BEN_DPNT_CVRD_PLIP_RT_API.CREATE_DPNT_CVRD_PLIP_RT(
17397: --
17398: P_VALIDATE => false
17399: ,P_EFFECTIVE_DATE => l_effective_date

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

17442: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
17443: );
17444: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17445: -- Update all relevent cer records with new pk_id
17446: hr_utility.set_location('Before plsql table ',222);
17447: hr_utility.set_location('new_value id '||l_dpnt_cvrd_plip_rt_id,222);
17448: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_PLIP_RT_ID' ;
17449: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCP.information1 ;
17450: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_PLIP_RT_ID ;

Line 17447: hr_utility.set_location('new_value id '||l_dpnt_cvrd_plip_rt_id,222);

17443: );
17444: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17445: -- Update all relevent cer records with new pk_id
17446: hr_utility.set_location('Before plsql table ',222);
17447: hr_utility.set_location('new_value id '||l_dpnt_cvrd_plip_rt_id,222);
17448: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_PLIP_RT_ID' ;
17449: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCP.information1 ;
17450: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_PLIP_RT_ID ;
17451: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

17449: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCP.information1 ;
17450: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_PLIP_RT_ID ;
17451: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
17452: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_DCP_unique.table_route_id;
17453: hr_utility.set_location('After plsql table ',222);
17454: --
17455: -- 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 ) ;
17456: --
17457: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

17460: --
17461: -- Call Update routine for the pk_id created in prev run .
17462: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17463: --UPD START
17464: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17465: --
17466: if l_update then
17467: --
17468: l_datetrack_mode := r_DCP.datetrack_mode ;

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

17480: l_object_version_number := r_DCP.information265;
17481: --
17482: end if;
17483: --
17484: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17485: --
17486: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17487: --UPD END
17488: hr_utility.set_location(' BEN_DPNT_CVRD_PLIP_RT_F UPDATE_DPNT_CVRD_PLIP_RT ',30);

Line 17488: hr_utility.set_location(' BEN_DPNT_CVRD_PLIP_RT_F UPDATE_DPNT_CVRD_PLIP_RT ',30);

17484: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17485: --
17486: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17487: --UPD END
17488: hr_utility.set_location(' BEN_DPNT_CVRD_PLIP_RT_F UPDATE_DPNT_CVRD_PLIP_RT ',30);
17489: BEN_DPNT_CVRD_PLIP_RT_API.UPDATE_DPNT_CVRD_PLIP_RT(
17490: --
17491: P_VALIDATE => false
17492: ,P_EFFECTIVE_DATE => l_effective_date

Line 17717: hr_utility.set_location(' r_DCO_unique.table_route_id '||r_DCO_unique.table_route_id,10);

17713: r_DCO_unique.information3 >=
17714: ben_pd_copy_to_ben_one.g_copy_effective_date)
17715: ) then
17716: --
17717: hr_utility.set_location(' r_DCO_unique.table_route_id '||r_DCO_unique.table_route_id,10);
17718: hr_utility.set_location(' r_DCO_unique.information1 '||r_DCO_unique.information1,10);
17719: hr_utility.set_location( 'r_DCO_unique.information2 '||r_DCO_unique.information2,10);
17720: hr_utility.set_location( 'r_DCO_unique.information3 '||r_DCO_unique.information3,10);
17721: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 17718: hr_utility.set_location(' r_DCO_unique.information1 '||r_DCO_unique.information1,10);

17714: ben_pd_copy_to_ben_one.g_copy_effective_date)
17715: ) then
17716: --
17717: hr_utility.set_location(' r_DCO_unique.table_route_id '||r_DCO_unique.table_route_id,10);
17718: hr_utility.set_location(' r_DCO_unique.information1 '||r_DCO_unique.information1,10);
17719: hr_utility.set_location( 'r_DCO_unique.information2 '||r_DCO_unique.information2,10);
17720: hr_utility.set_location( 'r_DCO_unique.information3 '||r_DCO_unique.information3,10);
17721: -- If reuse objects flag is 'Y' then check for the object in the target business group
17722: -- if found insert the record into PLSql table and exit the loop else try create the

Line 17719: hr_utility.set_location( 'r_DCO_unique.information2 '||r_DCO_unique.information2,10);

17715: ) then
17716: --
17717: hr_utility.set_location(' r_DCO_unique.table_route_id '||r_DCO_unique.table_route_id,10);
17718: hr_utility.set_location(' r_DCO_unique.information1 '||r_DCO_unique.information1,10);
17719: hr_utility.set_location( 'r_DCO_unique.information2 '||r_DCO_unique.information2,10);
17720: hr_utility.set_location( 'r_DCO_unique.information3 '||r_DCO_unique.information3,10);
17721: -- If reuse objects flag is 'Y' then check for the object in the target business group
17722: -- if found insert the record into PLSql table and exit the loop else try create the
17723: -- object in the target business group

Line 17720: hr_utility.set_location( 'r_DCO_unique.information3 '||r_DCO_unique.information3,10);

17716: --
17717: hr_utility.set_location(' r_DCO_unique.table_route_id '||r_DCO_unique.table_route_id,10);
17718: hr_utility.set_location(' r_DCO_unique.information1 '||r_DCO_unique.information1,10);
17719: hr_utility.set_location( 'r_DCO_unique.information2 '||r_DCO_unique.information2,10);
17720: hr_utility.set_location( 'r_DCO_unique.information3 '||r_DCO_unique.information3,10);
17721: -- If reuse objects flag is 'Y' then check for the object in the target business group
17722: -- if found insert the record into PLSql table and exit the loop else try create the
17723: -- object in the target business group
17724: --

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

17774: --
17775: -- log_data('DCO',l_new_value,l_prefix || r_DCO_unique.name|| l_suffix,'REUSED');
17776: --
17777: end if ;
17778: hr_utility.set_location( 'found record for update',10);
17779: --
17780: else
17781: --
17782: l_update := false;

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

17830: if not l_object_found_in_target OR l_update then
17831: --
17832: l_current_pk_id := r_DCO.information1;
17833: --
17834: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
17835: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
17836: --
17837: if l_current_pk_id = l_prev_pk_id then
17838: --

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

17831: --
17832: l_current_pk_id := r_DCO.information1;
17833: --
17834: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
17835: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
17836: --
17837: if l_current_pk_id = l_prev_pk_id then
17838: --
17839: l_first_rec := false ;

Line 17856: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F CREATE_DPNT_CVD_O_PTIP_RT ',20);

17852: end if;
17853:
17854: if l_first_rec and not l_update then
17855: -- Call Create routine.
17856: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F CREATE_DPNT_CVD_O_PTIP_RT ',20);
17857: BEN_DPNT_CVD_O_PTIP_RT_API.CREATE_DPNT_CVD_O_PTIP_RT(
17858: --
17859: P_VALIDATE => false
17860: ,P_EFFECTIVE_DATE => l_effective_date

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

17904: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
17905: );
17906: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17907: -- Update all relevent cer records with new pk_id
17908: hr_utility.set_location('Before plsql table ',222);
17909: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_ptip_rt_id,222);
17910: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_OTHR_PTIP_RT_ID' ;
17911: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCO.information1 ;
17912: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PTIP_RT_ID ;

Line 17909: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_ptip_rt_id,222);

17905: );
17906: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17907: -- Update all relevent cer records with new pk_id
17908: hr_utility.set_location('Before plsql table ',222);
17909: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_ptip_rt_id,222);
17910: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_OTHR_PTIP_RT_ID' ;
17911: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCO.information1 ;
17912: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PTIP_RT_ID ;
17913: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

17911: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCO.information1 ;
17912: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PTIP_RT_ID ;
17913: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
17914: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_DCO_unique.table_route_id;
17915: hr_utility.set_location('After plsql table ',222);
17916: --
17917: -- 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 ) ;
17918: --
17919: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

17922: --
17923: -- Call Update routine for the pk_id created in prev run .
17924: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
17925: --UPD START
17926: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17927: --
17928: if l_update then
17929: --
17930: l_datetrack_mode := r_DCO.datetrack_mode ;

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

17942: l_object_version_number := r_DCO.information265;
17943: --
17944: end if;
17945: --
17946: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17947: --
17948: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17949: --UPD END
17950: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F UPDATE_DPNT_CVD_O_PTIP_RT ',30);

Line 17950: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F UPDATE_DPNT_CVD_O_PTIP_RT ',30);

17946: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
17947: --
17948: IF l_update OR l_dml_operation <> 'UPDATE' THEN
17949: --UPD END
17950: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PTIP_RT_F UPDATE_DPNT_CVD_O_PTIP_RT ',30);
17951: BEN_DPNT_CVD_O_PTIP_RT_API.UPDATE_DPNT_CVD_O_PTIP_RT(
17952: --
17953: P_VALIDATE => false
17954: ,P_EFFECTIVE_DATE => l_effective_date

Line 18180: hr_utility.set_location(' r_DCL_unique.table_route_id '||r_DCL_unique.table_route_id,10);

18176: r_DCL_unique.information3 >=
18177: ben_pd_copy_to_ben_one.g_copy_effective_date)
18178: ) then
18179: --
18180: hr_utility.set_location(' r_DCL_unique.table_route_id '||r_DCL_unique.table_route_id,10);
18181: hr_utility.set_location(' r_DCL_unique.information1 '||r_DCL_unique.information1,10);
18182: hr_utility.set_location( 'r_DCL_unique.information2 '||r_DCL_unique.information2,10);
18183: hr_utility.set_location( 'r_DCL_unique.information3 '||r_DCL_unique.information3,10);
18184: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 18181: hr_utility.set_location(' r_DCL_unique.information1 '||r_DCL_unique.information1,10);

18177: ben_pd_copy_to_ben_one.g_copy_effective_date)
18178: ) then
18179: --
18180: hr_utility.set_location(' r_DCL_unique.table_route_id '||r_DCL_unique.table_route_id,10);
18181: hr_utility.set_location(' r_DCL_unique.information1 '||r_DCL_unique.information1,10);
18182: hr_utility.set_location( 'r_DCL_unique.information2 '||r_DCL_unique.information2,10);
18183: hr_utility.set_location( 'r_DCL_unique.information3 '||r_DCL_unique.information3,10);
18184: -- If reuse objects flag is 'Y' then check for the object in the target business group
18185: -- if found insert the record into PLSql table and exit the loop else try create the

Line 18182: hr_utility.set_location( 'r_DCL_unique.information2 '||r_DCL_unique.information2,10);

18178: ) then
18179: --
18180: hr_utility.set_location(' r_DCL_unique.table_route_id '||r_DCL_unique.table_route_id,10);
18181: hr_utility.set_location(' r_DCL_unique.information1 '||r_DCL_unique.information1,10);
18182: hr_utility.set_location( 'r_DCL_unique.information2 '||r_DCL_unique.information2,10);
18183: hr_utility.set_location( 'r_DCL_unique.information3 '||r_DCL_unique.information3,10);
18184: -- If reuse objects flag is 'Y' then check for the object in the target business group
18185: -- if found insert the record into PLSql table and exit the loop else try create the
18186: -- object in the target business group

Line 18183: hr_utility.set_location( 'r_DCL_unique.information3 '||r_DCL_unique.information3,10);

18179: --
18180: hr_utility.set_location(' r_DCL_unique.table_route_id '||r_DCL_unique.table_route_id,10);
18181: hr_utility.set_location(' r_DCL_unique.information1 '||r_DCL_unique.information1,10);
18182: hr_utility.set_location( 'r_DCL_unique.information2 '||r_DCL_unique.information2,10);
18183: hr_utility.set_location( 'r_DCL_unique.information3 '||r_DCL_unique.information3,10);
18184: -- If reuse objects flag is 'Y' then check for the object in the target business group
18185: -- if found insert the record into PLSql table and exit the loop else try create the
18186: -- object in the target business group
18187: --

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

18237: --
18238: -- log_data('DCL',l_new_value,l_prefix || r_DCL_unique.name|| l_suffix,'REUSED');
18239: --
18240: end if ;
18241: hr_utility.set_location( 'found record for update',10);
18242: --
18243: else
18244: --
18245: l_update := false;

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

18293: if not l_object_found_in_target OR l_update then
18294: --
18295: l_current_pk_id := r_DCL.information1;
18296: --
18297: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
18298: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
18299: --
18300: if l_current_pk_id = l_prev_pk_id then
18301: --

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

18294: --
18295: l_current_pk_id := r_DCL.information1;
18296: --
18297: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
18298: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
18299: --
18300: if l_current_pk_id = l_prev_pk_id then
18301: --
18302: l_first_rec := false ;

Line 18319: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PL_RT_F CREATE_DPNT_CVRD_OTHR_PL_RT ',20);

18315: end if;
18316:
18317: if l_first_rec and not l_update then
18318: -- Call Create routine.
18319: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PL_RT_F CREATE_DPNT_CVRD_OTHR_PL_RT ',20);
18320: BEN_DPNT_CVRD_OTHR_PL_RT_API.CREATE_DPNT_CVRD_OTHR_PL_RT(
18321: --
18322: P_VALIDATE => false
18323: ,P_EFFECTIVE_DATE => l_effective_date

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

18366: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
18367: );
18368: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18369: -- Update all relevent cer records with new pk_id
18370: hr_utility.set_location('Before plsql table ',222);
18371: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_pl_rt_id,222);
18372: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_OTHR_PL_RT_ID' ;
18373: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCL.information1 ;
18374: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PL_RT_ID ;

Line 18371: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_pl_rt_id,222);

18367: );
18368: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18369: -- Update all relevent cer records with new pk_id
18370: hr_utility.set_location('Before plsql table ',222);
18371: hr_utility.set_location('new_value id '||l_dpnt_cvrd_othr_pl_rt_id,222);
18372: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'DPNT_CVRD_OTHR_PL_RT_ID' ;
18373: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCL.information1 ;
18374: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PL_RT_ID ;
18375: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

18373: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_DCL.information1 ;
18374: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_DPNT_CVRD_OTHR_PL_RT_ID ;
18375: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
18376: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_DCL_unique.table_route_id;
18377: hr_utility.set_location('After plsql table ',222);
18378: --
18379: -- 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 ) ;
18380: --
18381: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

18384: --
18385: -- Call Update routine for the pk_id created in prev run .
18386: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18387: --UPD START
18388: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18389: --
18390: if l_update then
18391: --
18392: l_datetrack_mode := r_DCL.datetrack_mode ;

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

18404: l_object_version_number := r_DCL.information265;
18405: --
18406: end if;
18407: --
18408: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18409: --
18410: IF l_update OR l_dml_operation <> 'UPDATE' THEN
18411: --UPD END
18412: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PL_RT_F UPDATE_DPNT_CVRD_OTHR_PL_RT ',30);

Line 18412: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PL_RT_F UPDATE_DPNT_CVRD_OTHR_PL_RT ',30);

18408: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18409: --
18410: IF l_update OR l_dml_operation <> 'UPDATE' THEN
18411: --UPD END
18412: hr_utility.set_location(' BEN_DPNT_CVRD_OTHR_PL_RT_F UPDATE_DPNT_CVRD_OTHR_PL_RT ',30);
18413: BEN_DPNT_CVRD_OTHR_PL_RT_API.UPDATE_DPNT_CVRD_OTHR_PL_RT(
18414: --
18415: P_VALIDATE => false
18416: ,P_EFFECTIVE_DATE => l_effective_date

Line 18666: hr_utility.set_location(' r_TTP_unique.table_route_id '||r_TTP_unique.table_route_id,10);

18662: r_TTP_unique.information3 >=
18663: ben_pd_copy_to_ben_one.g_copy_effective_date)
18664: ) then
18665: --
18666: hr_utility.set_location(' r_TTP_unique.table_route_id '||r_TTP_unique.table_route_id,10);
18667: hr_utility.set_location(' r_TTP_unique.information1 '||r_TTP_unique.information1,10);
18668: hr_utility.set_location( 'r_TTP_unique.information2 '||r_TTP_unique.information2,10);
18669: hr_utility.set_location( 'r_TTP_unique.information3 '||r_TTP_unique.information3,10);
18670: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 18667: hr_utility.set_location(' r_TTP_unique.information1 '||r_TTP_unique.information1,10);

18663: ben_pd_copy_to_ben_one.g_copy_effective_date)
18664: ) then
18665: --
18666: hr_utility.set_location(' r_TTP_unique.table_route_id '||r_TTP_unique.table_route_id,10);
18667: hr_utility.set_location(' r_TTP_unique.information1 '||r_TTP_unique.information1,10);
18668: hr_utility.set_location( 'r_TTP_unique.information2 '||r_TTP_unique.information2,10);
18669: hr_utility.set_location( 'r_TTP_unique.information3 '||r_TTP_unique.information3,10);
18670: -- If reuse objects flag is 'Y' then check for the object in the target business group
18671: -- if found insert the record into PLSql table and exit the loop else try create the

Line 18668: hr_utility.set_location( 'r_TTP_unique.information2 '||r_TTP_unique.information2,10);

18664: ) then
18665: --
18666: hr_utility.set_location(' r_TTP_unique.table_route_id '||r_TTP_unique.table_route_id,10);
18667: hr_utility.set_location(' r_TTP_unique.information1 '||r_TTP_unique.information1,10);
18668: hr_utility.set_location( 'r_TTP_unique.information2 '||r_TTP_unique.information2,10);
18669: hr_utility.set_location( 'r_TTP_unique.information3 '||r_TTP_unique.information3,10);
18670: -- If reuse objects flag is 'Y' then check for the object in the target business group
18671: -- if found insert the record into PLSql table and exit the loop else try create the
18672: -- object in the target business group

Line 18669: hr_utility.set_location( 'r_TTP_unique.information3 '||r_TTP_unique.information3,10);

18665: --
18666: hr_utility.set_location(' r_TTP_unique.table_route_id '||r_TTP_unique.table_route_id,10);
18667: hr_utility.set_location(' r_TTP_unique.information1 '||r_TTP_unique.information1,10);
18668: hr_utility.set_location( 'r_TTP_unique.information2 '||r_TTP_unique.information2,10);
18669: hr_utility.set_location( 'r_TTP_unique.information3 '||r_TTP_unique.information3,10);
18670: -- If reuse objects flag is 'Y' then check for the object in the target business group
18671: -- if found insert the record into PLSql table and exit the loop else try create the
18672: -- object in the target business group
18673: --

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

18728: --
18729: -- log_data('TTP',l_new_value,l_prefix || r_TTP_unique.name|| l_suffix,'REUSED');
18730: --
18731: end if ;
18732: hr_utility.set_location( 'found record for update',10);
18733: --
18734: else
18735: --
18736: l_update := false;

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

18784: if not l_object_found_in_target OR l_update then
18785: --
18786: l_current_pk_id := r_TTP.information1;
18787: --
18788: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
18789: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
18790: --
18791: if l_current_pk_id = l_prev_pk_id then
18792: --

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

18785: --
18786: l_current_pk_id := r_TTP.information1;
18787: --
18788: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
18789: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
18790: --
18791: if l_current_pk_id = l_prev_pk_id then
18792: --
18793: l_first_rec := false ;

Line 18810: hr_utility.set_location(' BEN_TTL_PRTT_RT_F CREATE_TTL_PRTT_RT ',20);

18806: end if;
18807:
18808: if l_first_rec and not l_update then
18809: -- Call Create routine.
18810: hr_utility.set_location(' BEN_TTL_PRTT_RT_F CREATE_TTL_PRTT_RT ',20);
18811: BEN_TTL_PRTT_RT_API.CREATE_TTL_PRTT_RT(
18812: --
18813: P_VALIDATE => false
18814: ,P_EFFECTIVE_DATE => l_effective_date

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

18861: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
18862: );
18863: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18864: -- Update all relevent cer records with new pk_id
18865: hr_utility.set_location('Before plsql table ',222);
18866: hr_utility.set_location('new_value id '||l_ttl_prtt_rt_id,222);
18867: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'TTL_PRTT_RT_ID' ;
18868: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TTP.information1 ;
18869: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TTL_PRTT_RT_ID ;

Line 18866: hr_utility.set_location('new_value id '||l_ttl_prtt_rt_id,222);

18862: );
18863: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18864: -- Update all relevent cer records with new pk_id
18865: hr_utility.set_location('Before plsql table ',222);
18866: hr_utility.set_location('new_value id '||l_ttl_prtt_rt_id,222);
18867: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'TTL_PRTT_RT_ID' ;
18868: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TTP.information1 ;
18869: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TTL_PRTT_RT_ID ;
18870: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

18868: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TTP.information1 ;
18869: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TTL_PRTT_RT_ID ;
18870: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
18871: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_TTP_unique.table_route_id;
18872: hr_utility.set_location('After plsql table ',222);
18873: --
18874: -- 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 ) ;
18875: --
18876: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

18879: --
18880: -- Call Update routine for the pk_id created in prev run .
18881: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
18882: --UPD START
18883: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18884: --
18885: if l_update then
18886: --
18887: l_datetrack_mode := r_TTP.datetrack_mode ;

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

18899: l_object_version_number := r_TTP.information265;
18900: --
18901: end if;
18902: --
18903: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18904: --
18905: IF l_update OR l_dml_operation <> 'UPDATE' THEN
18906: --UPD END
18907: hr_utility.set_location(' BEN_TTL_PRTT_RT_F UPDATE_TTL_PRTT_RT ',30);

Line 18907: hr_utility.set_location(' BEN_TTL_PRTT_RT_F UPDATE_TTL_PRTT_RT ',30);

18903: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
18904: --
18905: IF l_update OR l_dml_operation <> 'UPDATE' THEN
18906: --UPD END
18907: hr_utility.set_location(' BEN_TTL_PRTT_RT_F UPDATE_TTL_PRTT_RT ',30);
18908: BEN_TTL_PRTT_RT_API.UPDATE_TTL_PRTT_RT(
18909: --
18910: P_VALIDATE => false
18911: ,P_EFFECTIVE_DATE => l_effective_date

Line 19166: hr_utility.set_location(' r_TCV_unique.table_route_id '||r_TCV_unique.table_route_id,10);

19162: r_TCV_unique.information3 >=
19163: ben_pd_copy_to_ben_one.g_copy_effective_date)
19164: ) then
19165: --
19166: hr_utility.set_location(' r_TCV_unique.table_route_id '||r_TCV_unique.table_route_id,10);
19167: hr_utility.set_location(' r_TCV_unique.information1 '||r_TCV_unique.information1,10);
19168: hr_utility.set_location( 'r_TCV_unique.information2 '||r_TCV_unique.information2,10);
19169: hr_utility.set_location( 'r_TCV_unique.information3 '||r_TCV_unique.information3,10);
19170: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 19167: hr_utility.set_location(' r_TCV_unique.information1 '||r_TCV_unique.information1,10);

19163: ben_pd_copy_to_ben_one.g_copy_effective_date)
19164: ) then
19165: --
19166: hr_utility.set_location(' r_TCV_unique.table_route_id '||r_TCV_unique.table_route_id,10);
19167: hr_utility.set_location(' r_TCV_unique.information1 '||r_TCV_unique.information1,10);
19168: hr_utility.set_location( 'r_TCV_unique.information2 '||r_TCV_unique.information2,10);
19169: hr_utility.set_location( 'r_TCV_unique.information3 '||r_TCV_unique.information3,10);
19170: -- If reuse objects flag is 'Y' then check for the object in the target business group
19171: -- if found insert the record into PLSql table and exit the loop else try create the

Line 19168: hr_utility.set_location( 'r_TCV_unique.information2 '||r_TCV_unique.information2,10);

19164: ) then
19165: --
19166: hr_utility.set_location(' r_TCV_unique.table_route_id '||r_TCV_unique.table_route_id,10);
19167: hr_utility.set_location(' r_TCV_unique.information1 '||r_TCV_unique.information1,10);
19168: hr_utility.set_location( 'r_TCV_unique.information2 '||r_TCV_unique.information2,10);
19169: hr_utility.set_location( 'r_TCV_unique.information3 '||r_TCV_unique.information3,10);
19170: -- If reuse objects flag is 'Y' then check for the object in the target business group
19171: -- if found insert the record into PLSql table and exit the loop else try create the
19172: -- object in the target business group

Line 19169: hr_utility.set_location( 'r_TCV_unique.information3 '||r_TCV_unique.information3,10);

19165: --
19166: hr_utility.set_location(' r_TCV_unique.table_route_id '||r_TCV_unique.table_route_id,10);
19167: hr_utility.set_location(' r_TCV_unique.information1 '||r_TCV_unique.information1,10);
19168: hr_utility.set_location( 'r_TCV_unique.information2 '||r_TCV_unique.information2,10);
19169: hr_utility.set_location( 'r_TCV_unique.information3 '||r_TCV_unique.information3,10);
19170: -- If reuse objects flag is 'Y' then check for the object in the target business group
19171: -- if found insert the record into PLSql table and exit the loop else try create the
19172: -- object in the target business group
19173: --

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

19226: --
19227: -- log_data('TCV',l_new_value,l_prefix || r_TCV_unique.name|| l_suffix,'REUSED');
19228: --
19229: end if ;
19230: hr_utility.set_location( 'found record for update',10);
19231: --
19232: else
19233: --
19234: l_update := false;

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

19282: if not l_object_found_in_target OR l_update then
19283: --
19284: l_current_pk_id := r_TCV.information1;
19285: --
19286: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
19287: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
19288: --
19289: if l_current_pk_id = l_prev_pk_id then
19290: --

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

19283: --
19284: l_current_pk_id := r_TCV.information1;
19285: --
19286: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
19287: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
19288: --
19289: if l_current_pk_id = l_prev_pk_id then
19290: --
19291: l_first_rec := false ;

Line 19308: hr_utility.set_location(' BEN_TTL_CVG_VOL_RT_F CREATE_TTL_CVG_VOL_RT ',20);

19304: end if;
19305:
19306: if l_first_rec and not l_update then
19307: -- Call Create routine.
19308: hr_utility.set_location(' BEN_TTL_CVG_VOL_RT_F CREATE_TTL_CVG_VOL_RT ',20);
19309: BEN_TTL_CVG_VOL_RT_API.CREATE_TTL_CVG_VOL_RT(
19310: --
19311: P_VALIDATE => false
19312: ,P_EFFECTIVE_DATE => l_effective_date

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

19359: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
19360: );
19361: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19362: -- Update all relevent cer records with new pk_id
19363: hr_utility.set_location('Before plsql table ',222);
19364: hr_utility.set_location('new_value id '||l_ttl_cvg_vol_rt_id,222);
19365: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'TTL_CVG_VOL_RT_ID' ;
19366: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TCV.information1 ;
19367: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TTL_CVG_VOL_RT_ID ;

Line 19364: hr_utility.set_location('new_value id '||l_ttl_cvg_vol_rt_id,222);

19360: );
19361: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19362: -- Update all relevent cer records with new pk_id
19363: hr_utility.set_location('Before plsql table ',222);
19364: hr_utility.set_location('new_value id '||l_ttl_cvg_vol_rt_id,222);
19365: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'TTL_CVG_VOL_RT_ID' ;
19366: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TCV.information1 ;
19367: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TTL_CVG_VOL_RT_ID ;
19368: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

19366: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_TCV.information1 ;
19367: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_TTL_CVG_VOL_RT_ID ;
19368: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
19369: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_TCV_unique.table_route_id;
19370: hr_utility.set_location('After plsql table ',222);
19371: --
19372: -- 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 ) ;
19373: --
19374: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

19377: --
19378: -- Call Update routine for the pk_id created in prev run .
19379: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19380: --UPD START
19381: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19382: --
19383: if l_update then
19384: --
19385: l_datetrack_mode := r_TCV.datetrack_mode ;

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

19397: l_object_version_number := r_TCV.information265;
19398: --
19399: end if;
19400: --
19401: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19402: --
19403: IF l_update OR l_dml_operation <> 'UPDATE' THEN
19404: --UPD END
19405: hr_utility.set_location(' BEN_TTL_CVG_VOL_RT_F UPDATE_TTL_CVG_VOL_RT ',30);

Line 19405: hr_utility.set_location(' BEN_TTL_CVG_VOL_RT_F UPDATE_TTL_CVG_VOL_RT ',30);

19401: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19402: --
19403: IF l_update OR l_dml_operation <> 'UPDATE' THEN
19404: --UPD END
19405: hr_utility.set_location(' BEN_TTL_CVG_VOL_RT_F UPDATE_TTL_CVG_VOL_RT ',30);
19406: BEN_TTL_CVG_VOL_RT_API.UPDATE_TTL_CVG_VOL_RT(
19407: --
19408: P_VALIDATE => false
19409: ,P_EFFECTIVE_DATE => l_effective_date

Line 19638: hr_utility.set_location(' r_VPR_unique.table_route_id '||r_VPR_unique.table_route_id,10);

19634: r_VPR_unique.information3 >=
19635: ben_pd_copy_to_ben_one.g_copy_effective_date)
19636: ) then
19637: --
19638: hr_utility.set_location(' r_VPR_unique.table_route_id '||r_VPR_unique.table_route_id,10);
19639: hr_utility.set_location(' r_VPR_unique.information1 '||r_VPR_unique.information1,10);
19640: hr_utility.set_location( 'r_VPR_unique.information2 '||r_VPR_unique.information2,10);
19641: hr_utility.set_location( 'r_VPR_unique.information3 '||r_VPR_unique.information3,10);
19642: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 19639: hr_utility.set_location(' r_VPR_unique.information1 '||r_VPR_unique.information1,10);

19635: ben_pd_copy_to_ben_one.g_copy_effective_date)
19636: ) then
19637: --
19638: hr_utility.set_location(' r_VPR_unique.table_route_id '||r_VPR_unique.table_route_id,10);
19639: hr_utility.set_location(' r_VPR_unique.information1 '||r_VPR_unique.information1,10);
19640: hr_utility.set_location( 'r_VPR_unique.information2 '||r_VPR_unique.information2,10);
19641: hr_utility.set_location( 'r_VPR_unique.information3 '||r_VPR_unique.information3,10);
19642: -- If reuse objects flag is 'Y' then check for the object in the target business group
19643: -- if found insert the record into PLSql table and exit the loop else try create the

Line 19640: hr_utility.set_location( 'r_VPR_unique.information2 '||r_VPR_unique.information2,10);

19636: ) then
19637: --
19638: hr_utility.set_location(' r_VPR_unique.table_route_id '||r_VPR_unique.table_route_id,10);
19639: hr_utility.set_location(' r_VPR_unique.information1 '||r_VPR_unique.information1,10);
19640: hr_utility.set_location( 'r_VPR_unique.information2 '||r_VPR_unique.information2,10);
19641: hr_utility.set_location( 'r_VPR_unique.information3 '||r_VPR_unique.information3,10);
19642: -- If reuse objects flag is 'Y' then check for the object in the target business group
19643: -- if found insert the record into PLSql table and exit the loop else try create the
19644: -- object in the target business group

Line 19641: hr_utility.set_location( 'r_VPR_unique.information3 '||r_VPR_unique.information3,10);

19637: --
19638: hr_utility.set_location(' r_VPR_unique.table_route_id '||r_VPR_unique.table_route_id,10);
19639: hr_utility.set_location(' r_VPR_unique.information1 '||r_VPR_unique.information1,10);
19640: hr_utility.set_location( 'r_VPR_unique.information2 '||r_VPR_unique.information2,10);
19641: hr_utility.set_location( 'r_VPR_unique.information3 '||r_VPR_unique.information3,10);
19642: -- If reuse objects flag is 'Y' then check for the object in the target business group
19643: -- if found insert the record into PLSql table and exit the loop else try create the
19644: -- object in the target business group
19645: --

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

19692: --
19693: -- log_data('VPR',l_new_value,l_prefix || r_VPR_unique.name|| l_suffix,'REUSED');
19694: --
19695: end if ;
19696: hr_utility.set_location( 'found record for update',10);
19697: --
19698: else
19699: --
19700: l_update := false;

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

19748: if not l_object_found_in_target OR l_update then
19749: --
19750: l_current_pk_id := r_VPR.information1;
19751: --
19752: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
19753: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
19754: --
19755: if l_current_pk_id = l_prev_pk_id then
19756: --

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

19749: --
19750: l_current_pk_id := r_VPR.information1;
19751: --
19752: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
19753: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
19754: --
19755: if l_current_pk_id = l_prev_pk_id then
19756: --
19757: l_first_rec := false ;

Line 19774: hr_utility.set_location(' BEN_VRBL_RT_PRFL_RL_F CREATE_VRBL_RT_PRFL_RULE ',20);

19770: end if;
19771:
19772: if l_first_rec and not l_update then
19773: -- Call Create routine.
19774: hr_utility.set_location(' BEN_VRBL_RT_PRFL_RL_F CREATE_VRBL_RT_PRFL_RULE ',20);
19775: BEN_VRBL_RT_PRFL_RULE_API.CREATE_VRBL_RT_PRFL_RULE(
19776: --
19777: P_VALIDATE => false
19778: ,P_EFFECTIVE_DATE => l_effective_date

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

19820: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
19821: );
19822: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19823: -- Update all relevent cer records with new pk_id
19824: hr_utility.set_location('Before plsql table ',222);
19825: hr_utility.set_location('new_value id '||l_vrbl_rt_prfl_rl_id,222);
19826: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'VRBL_RT_PRFL_RL_ID' ;
19827: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_VPR.information1 ;
19828: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_VRBL_RT_PRFL_RL_ID ;

Line 19825: hr_utility.set_location('new_value id '||l_vrbl_rt_prfl_rl_id,222);

19821: );
19822: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19823: -- Update all relevent cer records with new pk_id
19824: hr_utility.set_location('Before plsql table ',222);
19825: hr_utility.set_location('new_value id '||l_vrbl_rt_prfl_rl_id,222);
19826: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'VRBL_RT_PRFL_RL_ID' ;
19827: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_VPR.information1 ;
19828: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_VRBL_RT_PRFL_RL_ID ;
19829: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

19827: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_VPR.information1 ;
19828: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_VRBL_RT_PRFL_RL_ID ;
19829: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
19830: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_VPR_unique.table_route_id;
19831: hr_utility.set_location('After plsql table ',222);
19832: --
19833: -- 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 ) ;
19834: --
19835: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

19838: --
19839: -- Call Update routine for the pk_id created in prev run .
19840: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
19841: --UPD START
19842: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19843: --
19844: if l_update then
19845: --
19846: l_datetrack_mode := r_VPR.datetrack_mode ;

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

19858: l_object_version_number := r_VPR.information265;
19859: --
19860: end if;
19861: --
19862: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19863: --
19864: IF l_update OR l_dml_operation <> 'UPDATE' THEN
19865: --UPD END
19866: hr_utility.set_location(' BEN_VRBL_RT_PRFL_RL_F UPDATE_VRBL_RT_PRFL_RULE ',30);

Line 19866: hr_utility.set_location(' BEN_VRBL_RT_PRFL_RL_F UPDATE_VRBL_RT_PRFL_RULE ',30);

19862: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
19863: --
19864: IF l_update OR l_dml_operation <> 'UPDATE' THEN
19865: --UPD END
19866: hr_utility.set_location(' BEN_VRBL_RT_PRFL_RL_F UPDATE_VRBL_RT_PRFL_RULE ',30);
19867: BEN_VRBL_RT_PRFL_RULE_API.UPDATE_VRBL_RT_PRFL_RULE(
19868: --
19869: P_VALIDATE => false
19870: ,P_EFFECTIVE_DATE => l_effective_date

Line 20119: hr_utility.set_location(' r_PRT_unique.table_route_id '||r_PRT_unique.table_route_id,10);

20115: r_PRT_unique.information3 >=
20116: ben_pd_copy_to_ben_one.g_copy_effective_date)
20117: ) then
20118: --
20119: hr_utility.set_location(' r_PRT_unique.table_route_id '||r_PRT_unique.table_route_id,10);
20120: hr_utility.set_location(' r_PRT_unique.information1 '||r_PRT_unique.information1,10);
20121: hr_utility.set_location( 'r_PRT_unique.information2 '||r_PRT_unique.information2,10);
20122: hr_utility.set_location( 'r_PRT_unique.information3 '||r_PRT_unique.information3,10);
20123: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 20120: hr_utility.set_location(' r_PRT_unique.information1 '||r_PRT_unique.information1,10);

20116: ben_pd_copy_to_ben_one.g_copy_effective_date)
20117: ) then
20118: --
20119: hr_utility.set_location(' r_PRT_unique.table_route_id '||r_PRT_unique.table_route_id,10);
20120: hr_utility.set_location(' r_PRT_unique.information1 '||r_PRT_unique.information1,10);
20121: hr_utility.set_location( 'r_PRT_unique.information2 '||r_PRT_unique.information2,10);
20122: hr_utility.set_location( 'r_PRT_unique.information3 '||r_PRT_unique.information3,10);
20123: -- If reuse objects flag is 'Y' then check for the object in the target business group
20124: -- if found insert the record into PLSql table and exit the loop else try create the

Line 20121: hr_utility.set_location( 'r_PRT_unique.information2 '||r_PRT_unique.information2,10);

20117: ) then
20118: --
20119: hr_utility.set_location(' r_PRT_unique.table_route_id '||r_PRT_unique.table_route_id,10);
20120: hr_utility.set_location(' r_PRT_unique.information1 '||r_PRT_unique.information1,10);
20121: hr_utility.set_location( 'r_PRT_unique.information2 '||r_PRT_unique.information2,10);
20122: hr_utility.set_location( 'r_PRT_unique.information3 '||r_PRT_unique.information3,10);
20123: -- If reuse objects flag is 'Y' then check for the object in the target business group
20124: -- if found insert the record into PLSql table and exit the loop else try create the
20125: -- object in the target business group

Line 20122: hr_utility.set_location( 'r_PRT_unique.information3 '||r_PRT_unique.information3,10);

20118: --
20119: hr_utility.set_location(' r_PRT_unique.table_route_id '||r_PRT_unique.table_route_id,10);
20120: hr_utility.set_location(' r_PRT_unique.information1 '||r_PRT_unique.information1,10);
20121: hr_utility.set_location( 'r_PRT_unique.information2 '||r_PRT_unique.information2,10);
20122: hr_utility.set_location( 'r_PRT_unique.information3 '||r_PRT_unique.information3,10);
20123: -- If reuse objects flag is 'Y' then check for the object in the target business group
20124: -- if found insert the record into PLSql table and exit the loop else try create the
20125: -- object in the target business group
20126: --

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

20179: --
20180: -- log_data('PRT',l_new_value,l_prefix || r_PRT_unique.name|| l_suffix,'REUSED');
20181: --
20182: end if ;
20183: hr_utility.set_location( 'found record for update',10);
20184: --
20185: else
20186: --
20187: l_update := false;

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

20235: if not l_object_found_in_target OR l_update then
20236: --
20237: l_current_pk_id := r_PRT.information1;
20238: --
20239: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
20240: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
20241: --
20242: if l_current_pk_id = l_prev_pk_id then
20243: --

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

20236: --
20237: l_current_pk_id := r_PRT.information1;
20238: --
20239: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
20240: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
20241: --
20242: if l_current_pk_id = l_prev_pk_id then
20243: --
20244: l_first_rec := false ;

Line 20261: hr_utility.set_location(' BEN_POE_RT_F CREATE_POE_RT ',20);

20257: end if;
20258:
20259: if l_first_rec and not l_update then
20260: -- Call Create routine.
20261: hr_utility.set_location(' BEN_POE_RT_F CREATE_POE_RT ',20);
20262: BEN_POE_RT_API.CREATE_POE_RT(
20263: --
20264: P_VALIDATE => false
20265: ,P_EFFECTIVE_DATE => l_effective_date

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

20312: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
20313: );
20314: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20315: -- Update all relevent cer records with new pk_id
20316: hr_utility.set_location('Before plsql table ',222);
20317: hr_utility.set_location('new_value id '||l_poe_rt_id,222);
20318: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'POE_RT_ID' ;
20319: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PRT.information1 ;
20320: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_POE_RT_ID ;

Line 20317: hr_utility.set_location('new_value id '||l_poe_rt_id,222);

20313: );
20314: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20315: -- Update all relevent cer records with new pk_id
20316: hr_utility.set_location('Before plsql table ',222);
20317: hr_utility.set_location('new_value id '||l_poe_rt_id,222);
20318: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'POE_RT_ID' ;
20319: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PRT.information1 ;
20320: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_POE_RT_ID ;
20321: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

20319: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PRT.information1 ;
20320: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_POE_RT_ID ;
20321: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
20322: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PRT_unique.table_route_id;
20323: hr_utility.set_location('After plsql table ',222);
20324: --
20325: -- 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 ) ;
20326: --
20327: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

20330: --
20331: -- Call Update routine for the pk_id created in prev run .
20332: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20333: --UPD START
20334: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20335: --
20336: if l_update then
20337: --
20338: l_datetrack_mode := r_PRT.datetrack_mode ;

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

20350: l_object_version_number := r_PRT.information265;
20351: --
20352: end if;
20353: --
20354: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20355: --
20356: IF l_update OR l_dml_operation <> 'UPDATE' THEN
20357: --UPD END
20358: hr_utility.set_location(' BEN_POE_RT_F UPDATE_POE_RT ',30);

Line 20358: hr_utility.set_location(' BEN_POE_RT_F UPDATE_POE_RT ',30);

20354: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20355: --
20356: IF l_update OR l_dml_operation <> 'UPDATE' THEN
20357: --UPD END
20358: hr_utility.set_location(' BEN_POE_RT_F UPDATE_POE_RT ',30);
20359: BEN_POE_RT_API.UPDATE_POE_RT(
20360: --
20361: P_VALIDATE => false
20362: ,P_EFFECTIVE_DATE => l_effective_date

Line 20595: hr_utility.set_location(' r_CPN_unique.table_route_id '||r_CPN_unique.table_route_id,10);

20591: r_CPN_unique.information3 >=
20592: ben_pd_copy_to_ben_one.g_copy_effective_date)
20593: ) then
20594: --
20595: hr_utility.set_location(' r_CPN_unique.table_route_id '||r_CPN_unique.table_route_id,10);
20596: hr_utility.set_location(' r_CPN_unique.information1 '||r_CPN_unique.information1,10);
20597: hr_utility.set_location( 'r_CPN_unique.information2 '||r_CPN_unique.information2,10);
20598: hr_utility.set_location( 'r_CPN_unique.information3 '||r_CPN_unique.information3,10);
20599: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 20596: hr_utility.set_location(' r_CPN_unique.information1 '||r_CPN_unique.information1,10);

20592: ben_pd_copy_to_ben_one.g_copy_effective_date)
20593: ) then
20594: --
20595: hr_utility.set_location(' r_CPN_unique.table_route_id '||r_CPN_unique.table_route_id,10);
20596: hr_utility.set_location(' r_CPN_unique.information1 '||r_CPN_unique.information1,10);
20597: hr_utility.set_location( 'r_CPN_unique.information2 '||r_CPN_unique.information2,10);
20598: hr_utility.set_location( 'r_CPN_unique.information3 '||r_CPN_unique.information3,10);
20599: -- If reuse objects flag is 'Y' then check for the object in the target business group
20600: -- if found insert the record into PLSql table and exit the loop else try create the

Line 20597: hr_utility.set_location( 'r_CPN_unique.information2 '||r_CPN_unique.information2,10);

20593: ) then
20594: --
20595: hr_utility.set_location(' r_CPN_unique.table_route_id '||r_CPN_unique.table_route_id,10);
20596: hr_utility.set_location(' r_CPN_unique.information1 '||r_CPN_unique.information1,10);
20597: hr_utility.set_location( 'r_CPN_unique.information2 '||r_CPN_unique.information2,10);
20598: hr_utility.set_location( 'r_CPN_unique.information3 '||r_CPN_unique.information3,10);
20599: -- If reuse objects flag is 'Y' then check for the object in the target business group
20600: -- if found insert the record into PLSql table and exit the loop else try create the
20601: -- object in the target business group

Line 20598: hr_utility.set_location( 'r_CPN_unique.information3 '||r_CPN_unique.information3,10);

20594: --
20595: hr_utility.set_location(' r_CPN_unique.table_route_id '||r_CPN_unique.table_route_id,10);
20596: hr_utility.set_location(' r_CPN_unique.information1 '||r_CPN_unique.information1,10);
20597: hr_utility.set_location( 'r_CPN_unique.information2 '||r_CPN_unique.information2,10);
20598: hr_utility.set_location( 'r_CPN_unique.information3 '||r_CPN_unique.information3,10);
20599: -- If reuse objects flag is 'Y' then check for the object in the target business group
20600: -- if found insert the record into PLSql table and exit the loop else try create the
20601: -- object in the target business group
20602: --

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

20651: --
20652: -- log_data('CPN',l_new_value,l_prefix || r_CPN_unique.name|| l_suffix,'REUSED');
20653: --
20654: end if ;
20655: hr_utility.set_location( 'found record for update',10);
20656: --
20657: else
20658: --
20659: l_update := false;

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

20707: if not l_object_found_in_target OR l_update then
20708: --
20709: l_current_pk_id := r_CPN.information1;
20710: --
20711: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
20712: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
20713: --
20714: if l_current_pk_id = l_prev_pk_id then
20715: --

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

20708: --
20709: l_current_pk_id := r_CPN.information1;
20710: --
20711: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
20712: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
20713: --
20714: if l_current_pk_id = l_prev_pk_id then
20715: --
20716: l_first_rec := false ;

Line 20735: hr_utility.set_location(' BEN_CNTNG_PRTN_PRFL_RT_F CREATE_CNTNG_PRTN_PRFL_RT ',20);

20731: end if;
20732:
20733: if l_first_rec and not l_update then
20734: -- Call Create routine.
20735: hr_utility.set_location(' BEN_CNTNG_PRTN_PRFL_RT_F CREATE_CNTNG_PRTN_PRFL_RT ',20);
20736: BEN_CNTNG_PRTN_PRFL_RT_API.CREATE_CNTNG_PRTN_PRFL_RT(
20737: --
20738: P_VALIDATE => false
20739: ,P_EFFECTIVE_DATE => l_effective_date

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

20782: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
20783: );
20784: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20785: -- Update all relevent cer records with new pk_id
20786: hr_utility.set_location('Before plsql table ',222);
20787: hr_utility.set_location('new_value id '||l_cntng_prtn_prfl_rt_id,222);
20788: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'CNTNG_PRTN_PRFL_RT_ID' ;
20789: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CPN.information1 ;
20790: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CNTNG_PRTN_PRFL_RT_ID ;

Line 20787: hr_utility.set_location('new_value id '||l_cntng_prtn_prfl_rt_id,222);

20783: );
20784: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20785: -- Update all relevent cer records with new pk_id
20786: hr_utility.set_location('Before plsql table ',222);
20787: hr_utility.set_location('new_value id '||l_cntng_prtn_prfl_rt_id,222);
20788: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'CNTNG_PRTN_PRFL_RT_ID' ;
20789: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CPN.information1 ;
20790: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CNTNG_PRTN_PRFL_RT_ID ;
20791: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

20789: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CPN.information1 ;
20790: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_CNTNG_PRTN_PRFL_RT_ID ;
20791: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
20792: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_CPN_unique.table_route_id;
20793: hr_utility.set_location('After plsql table ',222);
20794: --
20795: -- 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 ) ;
20796: --
20797: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

20800: --
20801: -- Call Update routine for the pk_id created in prev run .
20802: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
20803: --UPD START
20804: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20805: --
20806: if l_update then
20807: --
20808: l_datetrack_mode := r_CPN.datetrack_mode ;

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

20820: l_object_version_number := r_CPN.information265;
20821: --
20822: end if;
20823: --
20824: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20825: --
20826: IF l_update OR l_dml_operation <> 'UPDATE' THEN
20827: --UPD END
20828: hr_utility.set_location(' BEN_CNTNG_PRTN_PRFL_RT_F UPDATE_CNTNG_PRTN_PRFL_RT ',30);

Line 20828: hr_utility.set_location(' BEN_CNTNG_PRTN_PRFL_RT_F UPDATE_CNTNG_PRTN_PRFL_RT ',30);

20824: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
20825: --
20826: IF l_update OR l_dml_operation <> 'UPDATE' THEN
20827: --UPD END
20828: hr_utility.set_location(' BEN_CNTNG_PRTN_PRFL_RT_F UPDATE_CNTNG_PRTN_PRFL_RT ',30);
20829: BEN_CNTNG_PRTN_PRFL_RT_API.UPDATE_CNTNG_PRTN_PRFL_RT(
20830: --
20831: P_VALIDATE => false
20832: ,P_EFFECTIVE_DATE => l_effective_date

Line 21064: hr_utility.set_location(' r_PST_unique.table_route_id '||r_PST_unique.table_route_id,10);

21060: r_PST_unique.information3 >=
21061: ben_pd_copy_to_ben_one.g_copy_effective_date)
21062: ) then
21063: --
21064: hr_utility.set_location(' r_PST_unique.table_route_id '||r_PST_unique.table_route_id,10);
21065: hr_utility.set_location(' r_PST_unique.information1 '||r_PST_unique.information1,10);
21066: hr_utility.set_location( 'r_PST_unique.information2 '||r_PST_unique.information2,10);
21067: hr_utility.set_location( 'r_PST_unique.information3 '||r_PST_unique.information3,10);
21068: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 21065: hr_utility.set_location(' r_PST_unique.information1 '||r_PST_unique.information1,10);

21061: ben_pd_copy_to_ben_one.g_copy_effective_date)
21062: ) then
21063: --
21064: hr_utility.set_location(' r_PST_unique.table_route_id '||r_PST_unique.table_route_id,10);
21065: hr_utility.set_location(' r_PST_unique.information1 '||r_PST_unique.information1,10);
21066: hr_utility.set_location( 'r_PST_unique.information2 '||r_PST_unique.information2,10);
21067: hr_utility.set_location( 'r_PST_unique.information3 '||r_PST_unique.information3,10);
21068: -- If reuse objects flag is 'Y' then check for the object in the target business group
21069: -- if found insert the record into PLSql table and exit the loop else try create the

Line 21066: hr_utility.set_location( 'r_PST_unique.information2 '||r_PST_unique.information2,10);

21062: ) then
21063: --
21064: hr_utility.set_location(' r_PST_unique.table_route_id '||r_PST_unique.table_route_id,10);
21065: hr_utility.set_location(' r_PST_unique.information1 '||r_PST_unique.information1,10);
21066: hr_utility.set_location( 'r_PST_unique.information2 '||r_PST_unique.information2,10);
21067: hr_utility.set_location( 'r_PST_unique.information3 '||r_PST_unique.information3,10);
21068: -- If reuse objects flag is 'Y' then check for the object in the target business group
21069: -- if found insert the record into PLSql table and exit the loop else try create the
21070: -- object in the target business group

Line 21067: hr_utility.set_location( 'r_PST_unique.information3 '||r_PST_unique.information3,10);

21063: --
21064: hr_utility.set_location(' r_PST_unique.table_route_id '||r_PST_unique.table_route_id,10);
21065: hr_utility.set_location(' r_PST_unique.information1 '||r_PST_unique.information1,10);
21066: hr_utility.set_location( 'r_PST_unique.information2 '||r_PST_unique.information2,10);
21067: hr_utility.set_location( 'r_PST_unique.information3 '||r_PST_unique.information3,10);
21068: -- If reuse objects flag is 'Y' then check for the object in the target business group
21069: -- if found insert the record into PLSql table and exit the loop else try create the
21070: -- object in the target business group
21071: --

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

21138: --
21139: -- log_data('PST',l_new_value,l_prefix || r_PST_unique.name|| l_suffix,'REUSED');
21140: --
21141: end if ;
21142: hr_utility.set_location( 'found record for update',10);
21143: --
21144: else
21145: --
21146: l_update := false;

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

21194: if not l_object_found_in_target OR l_update then
21195: --
21196: l_current_pk_id := r_PST.information1;
21197: --
21198: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
21199: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
21200: --
21201: if l_current_pk_id = l_prev_pk_id then
21202: --

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

21195: --
21196: l_current_pk_id := r_PST.information1;
21197: --
21198: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
21199: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
21200: --
21201: if l_current_pk_id = l_prev_pk_id then
21202: --
21203: l_first_rec := false ;

Line 21220: hr_utility.set_location(' BEN_PSTN_RT_F CREATE_PSTN_RT ',20);

21216: end if;
21217:
21218: if l_first_rec and not l_update then
21219: -- Call Create routine.
21220: hr_utility.set_location(' BEN_PSTN_RT_F CREATE_PSTN_RT ',20);
21221: BEN_PSTN_RT_API.CREATE_PSTN_RT(
21222: --
21223: P_VALIDATE => false
21224: ,P_EFFECTIVE_DATE => l_effective_date

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

21266: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
21267: );
21268: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
21269: -- Update all relevent cer records with new pk_id
21270: hr_utility.set_location('Before plsql table ',222);
21271: hr_utility.set_location('new_value id '||l_pstn_rt_id,222);
21272: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PSTN_RT_ID' ;
21273: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PST.information1 ;
21274: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PSTN_RT_ID ;

Line 21271: hr_utility.set_location('new_value id '||l_pstn_rt_id,222);

21267: );
21268: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
21269: -- Update all relevent cer records with new pk_id
21270: hr_utility.set_location('Before plsql table ',222);
21271: hr_utility.set_location('new_value id '||l_pstn_rt_id,222);
21272: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PSTN_RT_ID' ;
21273: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PST.information1 ;
21274: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PSTN_RT_ID ;
21275: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

21273: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PST.information1 ;
21274: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PSTN_RT_ID ;
21275: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
21276: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PST_unique.table_route_id;
21277: hr_utility.set_location('After plsql table ',222);
21278: --
21279: -- 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 ) ;
21280: --
21281: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

21284: --
21285: -- Call Update routine for the pk_id created in prev run .
21286: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
21287: --UPD START
21288: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21289: --
21290: if l_update then
21291: --
21292: l_datetrack_mode := r_PST.datetrack_mode ;

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

21304: l_object_version_number := r_PST.information265;
21305: --
21306: end if;
21307: --
21308: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21309: --
21310: IF l_update OR l_dml_operation <> 'UPDATE' THEN
21311: --UPD END
21312: hr_utility.set_location(' BEN_PSTN_RT_F UPDATE_PSTN_RT ',30);

Line 21312: hr_utility.set_location(' BEN_PSTN_RT_F UPDATE_PSTN_RT ',30);

21308: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21309: --
21310: IF l_update OR l_dml_operation <> 'UPDATE' THEN
21311: --UPD END
21312: hr_utility.set_location(' BEN_PSTN_RT_F UPDATE_PSTN_RT ',30);
21313: BEN_PSTN_RT_API.UPDATE_PSTN_RT(
21314: --
21315: P_VALIDATE => false
21316: ,P_EFFECTIVE_DATE => l_effective_date

Line 21544: hr_utility.set_location(' r_WLR_unique.table_route_id '||r_WLR_unique.table_route_id,10);

21540: r_WLR_unique.information3 >=
21541: ben_pd_copy_to_ben_one.g_copy_effective_date)
21542: ) then
21543: --
21544: hr_utility.set_location(' r_WLR_unique.table_route_id '||r_WLR_unique.table_route_id,10);
21545: hr_utility.set_location(' r_WLR_unique.information1 '||r_WLR_unique.information1,10);
21546: hr_utility.set_location( 'r_WLR_unique.information2 '||r_WLR_unique.information2,10);
21547: hr_utility.set_location( 'r_WLR_unique.information3 '||r_WLR_unique.information3,10);
21548: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 21545: hr_utility.set_location(' r_WLR_unique.information1 '||r_WLR_unique.information1,10);

21541: ben_pd_copy_to_ben_one.g_copy_effective_date)
21542: ) then
21543: --
21544: hr_utility.set_location(' r_WLR_unique.table_route_id '||r_WLR_unique.table_route_id,10);
21545: hr_utility.set_location(' r_WLR_unique.information1 '||r_WLR_unique.information1,10);
21546: hr_utility.set_location( 'r_WLR_unique.information2 '||r_WLR_unique.information2,10);
21547: hr_utility.set_location( 'r_WLR_unique.information3 '||r_WLR_unique.information3,10);
21548: -- If reuse objects flag is 'Y' then check for the object in the target business group
21549: -- if found insert the record into PLSql table and exit the loop else try create the

Line 21546: hr_utility.set_location( 'r_WLR_unique.information2 '||r_WLR_unique.information2,10);

21542: ) then
21543: --
21544: hr_utility.set_location(' r_WLR_unique.table_route_id '||r_WLR_unique.table_route_id,10);
21545: hr_utility.set_location(' r_WLR_unique.information1 '||r_WLR_unique.information1,10);
21546: hr_utility.set_location( 'r_WLR_unique.information2 '||r_WLR_unique.information2,10);
21547: hr_utility.set_location( 'r_WLR_unique.information3 '||r_WLR_unique.information3,10);
21548: -- If reuse objects flag is 'Y' then check for the object in the target business group
21549: -- if found insert the record into PLSql table and exit the loop else try create the
21550: -- object in the target business group

Line 21547: hr_utility.set_location( 'r_WLR_unique.information3 '||r_WLR_unique.information3,10);

21543: --
21544: hr_utility.set_location(' r_WLR_unique.table_route_id '||r_WLR_unique.table_route_id,10);
21545: hr_utility.set_location(' r_WLR_unique.information1 '||r_WLR_unique.information1,10);
21546: hr_utility.set_location( 'r_WLR_unique.information2 '||r_WLR_unique.information2,10);
21547: hr_utility.set_location( 'r_WLR_unique.information3 '||r_WLR_unique.information3,10);
21548: -- If reuse objects flag is 'Y' then check for the object in the target business group
21549: -- if found insert the record into PLSql table and exit the loop else try create the
21550: -- object in the target business group
21551: --

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

21616: --
21617: -- log_data('WLR',l_new_value,l_prefix || r_WLR_unique.name|| l_suffix,'REUSED');
21618: --
21619: end if ;
21620: hr_utility.set_location( 'found record for update',10);
21621: --
21622: else
21623: --
21624: l_update := false;

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

21672: if not l_object_found_in_target OR l_update then
21673: --
21674: l_current_pk_id := r_WLR.information1;
21675: --
21676: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
21677: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
21678: --
21679: if l_current_pk_id = l_prev_pk_id then
21680: --

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

21673: --
21674: l_current_pk_id := r_WLR.information1;
21675: --
21676: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
21677: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
21678: --
21679: if l_current_pk_id = l_prev_pk_id then
21680: --
21681: l_first_rec := false ;

Line 21698: hr_utility.set_location(' BEN_WK_LOC_RT_F CREATE_WORK_LOC_RATE ',20);

21694: end if;
21695:
21696: if l_first_rec and not l_update then
21697: -- Call Create routine.
21698: hr_utility.set_location(' BEN_WK_LOC_RT_F CREATE_WORK_LOC_RATE ',20);
21699: BEN_WORK_LOC_RATE_API.CREATE_WORK_LOC_RATE(
21700: --
21701: P_VALIDATE => false
21702: ,P_EFFECTIVE_DATE => l_effective_date

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

21744: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
21745: );
21746: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
21747: -- Update all relevent cer records with new pk_id
21748: hr_utility.set_location('Before plsql table ',222);
21749: hr_utility.set_location('new_value id '||l_wk_loc_rt_id,222);
21750: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'WK_LOC_RT_ID' ;
21751: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_WLR.information1 ;
21752: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_WK_LOC_RT_ID ;

Line 21749: hr_utility.set_location('new_value id '||l_wk_loc_rt_id,222);

21745: );
21746: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
21747: -- Update all relevent cer records with new pk_id
21748: hr_utility.set_location('Before plsql table ',222);
21749: hr_utility.set_location('new_value id '||l_wk_loc_rt_id,222);
21750: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'WK_LOC_RT_ID' ;
21751: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_WLR.information1 ;
21752: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_WK_LOC_RT_ID ;
21753: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

21751: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_WLR.information1 ;
21752: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_WK_LOC_RT_ID ;
21753: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
21754: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_WLR_unique.table_route_id;
21755: hr_utility.set_location('After plsql table ',222);
21756: --
21757: -- 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 ) ;
21758: --
21759: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

21762: --
21763: -- Call Update routine for the pk_id created in prev run .
21764: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
21765: --UPD START
21766: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21767: --
21768: if l_update then
21769: --
21770: l_datetrack_mode := r_WLR.datetrack_mode ;

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

21782: l_object_version_number := r_WLR.information265;
21783: --
21784: end if;
21785: --
21786: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21787: --
21788: IF l_update OR l_dml_operation <> 'UPDATE' THEN
21789: --UPD END
21790: hr_utility.set_location(' BEN_WK_LOC_RT_F UPDATE_WORK_LOC_RATE ',30);

Line 21790: hr_utility.set_location(' BEN_WK_LOC_RT_F UPDATE_WORK_LOC_RATE ',30);

21786: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
21787: --
21788: IF l_update OR l_dml_operation <> 'UPDATE' THEN
21789: --UPD END
21790: hr_utility.set_location(' BEN_WK_LOC_RT_F UPDATE_WORK_LOC_RATE ',30);
21791: BEN_WORK_LOC_RATE_API.UPDATE_WORK_LOC_RATE(
21792: --
21793: P_VALIDATE => false
21794: ,P_EFFECTIVE_DATE => l_effective_date

Line 22026: hr_utility.set_location(' r_PFR_unique.table_route_id '||r_PFR_unique.table_route_id,10);

22022: r_PFR_unique.information3 >=
22023: ben_pd_copy_to_ben_one.g_copy_effective_date)
22024: ) then
22025: --
22026: hr_utility.set_location(' r_PFR_unique.table_route_id '||r_PFR_unique.table_route_id,10);
22027: hr_utility.set_location(' r_PFR_unique.information1 '||r_PFR_unique.information1,10);
22028: hr_utility.set_location( 'r_PFR_unique.information2 '||r_PFR_unique.information2,10);
22029: hr_utility.set_location( 'r_PFR_unique.information3 '||r_PFR_unique.information3,10);
22030: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 22027: hr_utility.set_location(' r_PFR_unique.information1 '||r_PFR_unique.information1,10);

22023: ben_pd_copy_to_ben_one.g_copy_effective_date)
22024: ) then
22025: --
22026: hr_utility.set_location(' r_PFR_unique.table_route_id '||r_PFR_unique.table_route_id,10);
22027: hr_utility.set_location(' r_PFR_unique.information1 '||r_PFR_unique.information1,10);
22028: hr_utility.set_location( 'r_PFR_unique.information2 '||r_PFR_unique.information2,10);
22029: hr_utility.set_location( 'r_PFR_unique.information3 '||r_PFR_unique.information3,10);
22030: -- If reuse objects flag is 'Y' then check for the object in the target business group
22031: -- if found insert the record into PLSql table and exit the loop else try create the

Line 22028: hr_utility.set_location( 'r_PFR_unique.information2 '||r_PFR_unique.information2,10);

22024: ) then
22025: --
22026: hr_utility.set_location(' r_PFR_unique.table_route_id '||r_PFR_unique.table_route_id,10);
22027: hr_utility.set_location(' r_PFR_unique.information1 '||r_PFR_unique.information1,10);
22028: hr_utility.set_location( 'r_PFR_unique.information2 '||r_PFR_unique.information2,10);
22029: hr_utility.set_location( 'r_PFR_unique.information3 '||r_PFR_unique.information3,10);
22030: -- If reuse objects flag is 'Y' then check for the object in the target business group
22031: -- if found insert the record into PLSql table and exit the loop else try create the
22032: -- object in the target business group

Line 22029: hr_utility.set_location( 'r_PFR_unique.information3 '||r_PFR_unique.information3,10);

22025: --
22026: hr_utility.set_location(' r_PFR_unique.table_route_id '||r_PFR_unique.table_route_id,10);
22027: hr_utility.set_location(' r_PFR_unique.information1 '||r_PFR_unique.information1,10);
22028: hr_utility.set_location( 'r_PFR_unique.information2 '||r_PFR_unique.information2,10);
22029: hr_utility.set_location( 'r_PFR_unique.information3 '||r_PFR_unique.information3,10);
22030: -- If reuse objects flag is 'Y' then check for the object in the target business group
22031: -- if found insert the record into PLSql table and exit the loop else try create the
22032: -- object in the target business group
22033: --

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

22082: --
22083: -- log_data('PFR',l_new_value,l_prefix || r_PFR_unique.name|| l_suffix,'REUSED');
22084: --
22085: end if ;
22086: hr_utility.set_location( 'found record for update',10);
22087: --
22088: else
22089: --
22090: l_update := false;

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

22138: if not l_object_found_in_target OR l_update then
22139: --
22140: l_current_pk_id := r_PFR.information1;
22141: --
22142: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
22143: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
22144: --
22145: if l_current_pk_id = l_prev_pk_id then
22146: --

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

22139: --
22140: l_current_pk_id := r_PFR.information1;
22141: --
22142: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
22143: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
22144: --
22145: if l_current_pk_id = l_prev_pk_id then
22146: --
22147: l_first_rec := false ;

Line 22164: hr_utility.set_location(' BEN_PCT_FL_TM_RT_F CREATE_PCT_FULL_TIME_RATE ',20);

22160: end if;
22161:
22162: if l_first_rec and not l_update then
22163: -- Call Create routine.
22164: hr_utility.set_location(' BEN_PCT_FL_TM_RT_F CREATE_PCT_FULL_TIME_RATE ',20);
22165: BEN_PCT_FULL_TIME_RATE_API.CREATE_PCT_FULL_TIME_RATE(
22166: --
22167: P_VALIDATE => false
22168: ,P_EFFECTIVE_DATE => l_effective_date

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

22210: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
22211: );
22212: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
22213: -- Update all relevent cer records with new pk_id
22214: hr_utility.set_location('Before plsql table ',222);
22215: hr_utility.set_location('new_value id '||l_pct_fl_tm_rt_id,222);
22216: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PCT_FL_TM_RT_ID' ;
22217: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PFR.information1 ;
22218: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PCT_FL_TM_RT_ID ;

Line 22215: hr_utility.set_location('new_value id '||l_pct_fl_tm_rt_id,222);

22211: );
22212: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
22213: -- Update all relevent cer records with new pk_id
22214: hr_utility.set_location('Before plsql table ',222);
22215: hr_utility.set_location('new_value id '||l_pct_fl_tm_rt_id,222);
22216: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PCT_FL_TM_RT_ID' ;
22217: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PFR.information1 ;
22218: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PCT_FL_TM_RT_ID ;
22219: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

22217: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PFR.information1 ;
22218: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PCT_FL_TM_RT_ID ;
22219: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
22220: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PFR_unique.table_route_id;
22221: hr_utility.set_location('After plsql table ',222);
22222: --
22223: -- 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 ) ;
22224: --
22225: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

22227: else
22228: --
22229: -- Call Update routine for the pk_id created in prev run .
22230: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
22231: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
22232: --
22233: if l_update then
22234: --
22235: l_datetrack_mode := r_PFR.datetrack_mode ;

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

22247: l_object_version_number := r_PFR.information265;
22248: --
22249: end if;
22250: --
22251: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
22252: --
22253: IF l_update OR l_dml_operation <> 'UPDATE' THEN
22254: --UPD END
22255: hr_utility.set_location(' BEN_PCT_FL_TM_RT_F UPDATE_PCT_FULL_TIME_RATE ',30);

Line 22255: hr_utility.set_location(' BEN_PCT_FL_TM_RT_F UPDATE_PCT_FULL_TIME_RATE ',30);

22251: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
22252: --
22253: IF l_update OR l_dml_operation <> 'UPDATE' THEN
22254: --UPD END
22255: hr_utility.set_location(' BEN_PCT_FL_TM_RT_F UPDATE_PCT_FULL_TIME_RATE ',30);
22256: BEN_PCT_FULL_TIME_RATE_API.UPDATE_PCT_FULL_TIME_RATE(
22257: --
22258: P_VALIDATE => false
22259: ,P_EFFECTIVE_DATE => l_effective_date

Line 22489: hr_utility.set_location(' r_HWR_unique.table_route_id '||r_HWR_unique.table_route_id,10);

22485: r_HWR_unique.information3 >=
22486: ben_pd_copy_to_ben_one.g_copy_effective_date)
22487: ) then
22488: --
22489: hr_utility.set_location(' r_HWR_unique.table_route_id '||r_HWR_unique.table_route_id,10);
22490: hr_utility.set_location(' r_HWR_unique.information1 '||r_HWR_unique.information1,10);
22491: hr_utility.set_location( 'r_HWR_unique.information2 '||r_HWR_unique.information2,10);
22492: hr_utility.set_location( 'r_HWR_unique.information3 '||r_HWR_unique.information3,10);
22493: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 22490: hr_utility.set_location(' r_HWR_unique.information1 '||r_HWR_unique.information1,10);

22486: ben_pd_copy_to_ben_one.g_copy_effective_date)
22487: ) then
22488: --
22489: hr_utility.set_location(' r_HWR_unique.table_route_id '||r_HWR_unique.table_route_id,10);
22490: hr_utility.set_location(' r_HWR_unique.information1 '||r_HWR_unique.information1,10);
22491: hr_utility.set_location( 'r_HWR_unique.information2 '||r_HWR_unique.information2,10);
22492: hr_utility.set_location( 'r_HWR_unique.information3 '||r_HWR_unique.information3,10);
22493: -- If reuse objects flag is 'Y' then check for the object in the target business group
22494: -- if found insert the record into PLSql table and exit the loop else try create the

Line 22491: hr_utility.set_location( 'r_HWR_unique.information2 '||r_HWR_unique.information2,10);

22487: ) then
22488: --
22489: hr_utility.set_location(' r_HWR_unique.table_route_id '||r_HWR_unique.table_route_id,10);
22490: hr_utility.set_location(' r_HWR_unique.information1 '||r_HWR_unique.information1,10);
22491: hr_utility.set_location( 'r_HWR_unique.information2 '||r_HWR_unique.information2,10);
22492: hr_utility.set_location( 'r_HWR_unique.information3 '||r_HWR_unique.information3,10);
22493: -- If reuse objects flag is 'Y' then check for the object in the target business group
22494: -- if found insert the record into PLSql table and exit the loop else try create the
22495: -- object in the target business group

Line 22492: hr_utility.set_location( 'r_HWR_unique.information3 '||r_HWR_unique.information3,10);

22488: --
22489: hr_utility.set_location(' r_HWR_unique.table_route_id '||r_HWR_unique.table_route_id,10);
22490: hr_utility.set_location(' r_HWR_unique.information1 '||r_HWR_unique.information1,10);
22491: hr_utility.set_location( 'r_HWR_unique.information2 '||r_HWR_unique.information2,10);
22492: hr_utility.set_location( 'r_HWR_unique.information3 '||r_HWR_unique.information3,10);
22493: -- If reuse objects flag is 'Y' then check for the object in the target business group
22494: -- if found insert the record into PLSql table and exit the loop else try create the
22495: -- object in the target business group
22496: --

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

22545: --
22546: -- log_data('HWR',l_new_value,l_prefix || r_HWR_unique.name|| l_suffix,'REUSED');
22547: --
22548: end if ;
22549: hr_utility.set_location( 'found record for update',10);
22550: --
22551: else
22552: --
22553: l_update := false;

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

22601: if not l_object_found_in_target OR l_update then
22602: --
22603: l_current_pk_id := r_HWR.information1;
22604: --
22605: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
22606: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
22607: --
22608: if l_current_pk_id = l_prev_pk_id then
22609: --

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

22602: --
22603: l_current_pk_id := r_HWR.information1;
22604: --
22605: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
22606: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
22607: --
22608: if l_current_pk_id = l_prev_pk_id then
22609: --
22610: l_first_rec := false ;

Line 22627: hr_utility.set_location(' BEN_HRS_WKD_IN_PERD_RT_F CREATE_HRS_WKD_IN_PERIOD_RT ',20);

22623: end if;
22624:
22625: if l_first_rec and not l_update then
22626: -- Call Create routine.
22627: hr_utility.set_location(' BEN_HRS_WKD_IN_PERD_RT_F CREATE_HRS_WKD_IN_PERIOD_RT ',20);
22628: BEN_HRS_WKD_IN_PERIOD_RT_API.CREATE_HRS_WKD_IN_PERIOD_RT(
22629: --
22630: P_VALIDATE => false
22631: ,P_EFFECTIVE_DATE => l_effective_date

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

22673: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
22674: );
22675: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
22676: -- Update all relevent cer records with new pk_id
22677: hr_utility.set_location('Before plsql table ',222);
22678: hr_utility.set_location('new_value id '||l_hrs_wkd_in_perd_rt_id,222);
22679: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'HRS_WKD_IN_PERD_RT_ID' ;
22680: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_HWR.information1 ;
22681: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_HRS_WKD_IN_PERD_RT_ID ;

Line 22678: hr_utility.set_location('new_value id '||l_hrs_wkd_in_perd_rt_id,222);

22674: );
22675: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
22676: -- Update all relevent cer records with new pk_id
22677: hr_utility.set_location('Before plsql table ',222);
22678: hr_utility.set_location('new_value id '||l_hrs_wkd_in_perd_rt_id,222);
22679: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'HRS_WKD_IN_PERD_RT_ID' ;
22680: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_HWR.information1 ;
22681: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_HRS_WKD_IN_PERD_RT_ID ;
22682: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

22680: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_HWR.information1 ;
22681: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_HRS_WKD_IN_PERD_RT_ID ;
22682: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
22683: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_HWR_unique.table_route_id;
22684: hr_utility.set_location('After plsql table ',222);
22685: --
22686: -- 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 ) ;
22687: --
22688: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

22691: --
22692: -- Call Update routine for the pk_id created in prev run .
22693: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
22694: --UPD START
22695: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
22696: --
22697: if l_update then
22698: --
22699: l_datetrack_mode := r_HWR.datetrack_mode ;

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

22711: l_object_version_number := r_HWR.information265;
22712: --
22713: end if;
22714: --
22715: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
22716: --
22717: IF l_update OR l_dml_operation <> 'UPDATE' THEN
22718: --UPD END
22719: hr_utility.set_location(' BEN_HRS_WKD_IN_PERD_RT_F UPDATE_HRS_WKD_IN_PERIOD_RT ',30);

Line 22719: hr_utility.set_location(' BEN_HRS_WKD_IN_PERD_RT_F UPDATE_HRS_WKD_IN_PERIOD_RT ',30);

22715: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
22716: --
22717: IF l_update OR l_dml_operation <> 'UPDATE' THEN
22718: --UPD END
22719: hr_utility.set_location(' BEN_HRS_WKD_IN_PERD_RT_F UPDATE_HRS_WKD_IN_PERIOD_RT ',30);
22720: BEN_HRS_WKD_IN_PERIOD_RT_API.UPDATE_HRS_WKD_IN_PERIOD_RT(
22721: --
22722: P_VALIDATE => false
22723: ,P_EFFECTIVE_DATE => l_effective_date

Line 22953: hr_utility.set_location(' r_CLR_unique.table_route_id '||r_CLR_unique.table_route_id,10);

22949: r_CLR_unique.information3 >=
22950: ben_pd_copy_to_ben_one.g_copy_effective_date)
22951: ) then
22952: --
22953: hr_utility.set_location(' r_CLR_unique.table_route_id '||r_CLR_unique.table_route_id,10);
22954: hr_utility.set_location(' r_CLR_unique.information1 '||r_CLR_unique.information1,10);
22955: hr_utility.set_location( 'r_CLR_unique.information2 '||r_CLR_unique.information2,10);
22956: hr_utility.set_location( 'r_CLR_unique.information3 '||r_CLR_unique.information3,10);
22957: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 22954: hr_utility.set_location(' r_CLR_unique.information1 '||r_CLR_unique.information1,10);

22950: ben_pd_copy_to_ben_one.g_copy_effective_date)
22951: ) then
22952: --
22953: hr_utility.set_location(' r_CLR_unique.table_route_id '||r_CLR_unique.table_route_id,10);
22954: hr_utility.set_location(' r_CLR_unique.information1 '||r_CLR_unique.information1,10);
22955: hr_utility.set_location( 'r_CLR_unique.information2 '||r_CLR_unique.information2,10);
22956: hr_utility.set_location( 'r_CLR_unique.information3 '||r_CLR_unique.information3,10);
22957: -- If reuse objects flag is 'Y' then check for the object in the target business group
22958: -- if found insert the record into PLSql table and exit the loop else try create the

Line 22955: hr_utility.set_location( 'r_CLR_unique.information2 '||r_CLR_unique.information2,10);

22951: ) then
22952: --
22953: hr_utility.set_location(' r_CLR_unique.table_route_id '||r_CLR_unique.table_route_id,10);
22954: hr_utility.set_location(' r_CLR_unique.information1 '||r_CLR_unique.information1,10);
22955: hr_utility.set_location( 'r_CLR_unique.information2 '||r_CLR_unique.information2,10);
22956: hr_utility.set_location( 'r_CLR_unique.information3 '||r_CLR_unique.information3,10);
22957: -- If reuse objects flag is 'Y' then check for the object in the target business group
22958: -- if found insert the record into PLSql table and exit the loop else try create the
22959: -- object in the target business group

Line 22956: hr_utility.set_location( 'r_CLR_unique.information3 '||r_CLR_unique.information3,10);

22952: --
22953: hr_utility.set_location(' r_CLR_unique.table_route_id '||r_CLR_unique.table_route_id,10);
22954: hr_utility.set_location(' r_CLR_unique.information1 '||r_CLR_unique.information1,10);
22955: hr_utility.set_location( 'r_CLR_unique.information2 '||r_CLR_unique.information2,10);
22956: hr_utility.set_location( 'r_CLR_unique.information3 '||r_CLR_unique.information3,10);
22957: -- If reuse objects flag is 'Y' then check for the object in the target business group
22958: -- if found insert the record into PLSql table and exit the loop else try create the
22959: -- object in the target business group
22960: --

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

23010: --
23011: -- log_data('CLR',l_new_value,l_prefix || r_CLR_unique.name|| l_suffix,'REUSED');
23012: --
23013: end if ;
23014: hr_utility.set_location( 'found record for update',10);
23015: --
23016: else
23017: --
23018: l_update := false;

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

23066: if not l_object_found_in_target OR l_update then
23067: --
23068: l_current_pk_id := r_CLR.information1;
23069: --
23070: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
23071: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
23072: --
23073: if l_current_pk_id = l_prev_pk_id then
23074: --

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

23067: --
23068: l_current_pk_id := r_CLR.information1;
23069: --
23070: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
23071: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
23072: --
23073: if l_current_pk_id = l_prev_pk_id then
23074: --
23075: l_first_rec := false ;

Line 23092: hr_utility.set_location(' BEN_COMP_LVL_RT_F CREATE_COMP_LEVEL_RATE ',20);

23088: end if;
23089:
23090: if l_first_rec and not l_update then
23091: -- Call Create routine.
23092: hr_utility.set_location(' BEN_COMP_LVL_RT_F CREATE_COMP_LEVEL_RATE ',20);
23093: BEN_COMP_LEVEL_RATE_API.CREATE_COMP_LEVEL_RATE(
23094: --
23095: P_VALIDATE => false
23096: ,P_EFFECTIVE_DATE => l_effective_date

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

23138: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
23139: );
23140: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23141: -- Update all relevent cer records with new pk_id
23142: hr_utility.set_location('Before plsql table ',222);
23143: hr_utility.set_location('new_value id '||l_comp_lvl_rt_id,222);
23144: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'COMP_LVL_RT_ID' ;
23145: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CLR.information1 ;
23146: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_COMP_LVL_RT_ID ;

Line 23143: hr_utility.set_location('new_value id '||l_comp_lvl_rt_id,222);

23139: );
23140: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23141: -- Update all relevent cer records with new pk_id
23142: hr_utility.set_location('Before plsql table ',222);
23143: hr_utility.set_location('new_value id '||l_comp_lvl_rt_id,222);
23144: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'COMP_LVL_RT_ID' ;
23145: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CLR.information1 ;
23146: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_COMP_LVL_RT_ID ;
23147: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

23145: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_CLR.information1 ;
23146: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_COMP_LVL_RT_ID ;
23147: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
23148: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_CLR_unique.table_route_id;
23149: hr_utility.set_location('After plsql table ',222);
23150: --
23151: -- 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 ) ;
23152: --
23153: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

23156: --
23157: -- Call Update routine for the pk_id created in prev run .
23158: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23159: --UPD START
23160: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23161: --
23162: if l_update then
23163: --
23164: l_datetrack_mode := r_CLR.datetrack_mode ;

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

23176: l_object_version_number := r_CLR.information265;
23177: --
23178: end if;
23179: --
23180: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23181: --
23182: IF l_update OR l_dml_operation <> 'UPDATE' THEN
23183: --UPD END
23184: hr_utility.set_location(' BEN_COMP_LVL_RT_F UPDATE_COMP_LEVEL_RATE ',30);

Line 23184: hr_utility.set_location(' BEN_COMP_LVL_RT_F UPDATE_COMP_LEVEL_RATE ',30);

23180: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23181: --
23182: IF l_update OR l_dml_operation <> 'UPDATE' THEN
23183: --UPD END
23184: hr_utility.set_location(' BEN_COMP_LVL_RT_F UPDATE_COMP_LEVEL_RATE ',30);
23185: BEN_COMP_LEVEL_RATE_API.UPDATE_COMP_LEVEL_RATE(
23186: --
23187: P_VALIDATE => false
23188: ,P_EFFECTIVE_DATE => l_effective_date

Line 23412: hr_utility.set_location(' r_LSR_unique.table_route_id '||r_LSR_unique.table_route_id,10);

23408: r_LSR_unique.information3 >=
23409: ben_pd_copy_to_ben_one.g_copy_effective_date)
23410: ) then
23411: --
23412: hr_utility.set_location(' r_LSR_unique.table_route_id '||r_LSR_unique.table_route_id,10);
23413: hr_utility.set_location(' r_LSR_unique.information1 '||r_LSR_unique.information1,10);
23414: hr_utility.set_location( 'r_LSR_unique.information2 '||r_LSR_unique.information2,10);
23415: hr_utility.set_location( 'r_LSR_unique.information3 '||r_LSR_unique.information3,10);
23416: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 23413: hr_utility.set_location(' r_LSR_unique.information1 '||r_LSR_unique.information1,10);

23409: ben_pd_copy_to_ben_one.g_copy_effective_date)
23410: ) then
23411: --
23412: hr_utility.set_location(' r_LSR_unique.table_route_id '||r_LSR_unique.table_route_id,10);
23413: hr_utility.set_location(' r_LSR_unique.information1 '||r_LSR_unique.information1,10);
23414: hr_utility.set_location( 'r_LSR_unique.information2 '||r_LSR_unique.information2,10);
23415: hr_utility.set_location( 'r_LSR_unique.information3 '||r_LSR_unique.information3,10);
23416: -- If reuse objects flag is 'Y' then check for the object in the target business group
23417: -- if found insert the record into PLSql table and exit the loop else try create the

Line 23414: hr_utility.set_location( 'r_LSR_unique.information2 '||r_LSR_unique.information2,10);

23410: ) then
23411: --
23412: hr_utility.set_location(' r_LSR_unique.table_route_id '||r_LSR_unique.table_route_id,10);
23413: hr_utility.set_location(' r_LSR_unique.information1 '||r_LSR_unique.information1,10);
23414: hr_utility.set_location( 'r_LSR_unique.information2 '||r_LSR_unique.information2,10);
23415: hr_utility.set_location( 'r_LSR_unique.information3 '||r_LSR_unique.information3,10);
23416: -- If reuse objects flag is 'Y' then check for the object in the target business group
23417: -- if found insert the record into PLSql table and exit the loop else try create the
23418: -- object in the target business group

Line 23415: hr_utility.set_location( 'r_LSR_unique.information3 '||r_LSR_unique.information3,10);

23411: --
23412: hr_utility.set_location(' r_LSR_unique.table_route_id '||r_LSR_unique.table_route_id,10);
23413: hr_utility.set_location(' r_LSR_unique.information1 '||r_LSR_unique.information1,10);
23414: hr_utility.set_location( 'r_LSR_unique.information2 '||r_LSR_unique.information2,10);
23415: hr_utility.set_location( 'r_LSR_unique.information3 '||r_LSR_unique.information3,10);
23416: -- If reuse objects flag is 'Y' then check for the object in the target business group
23417: -- if found insert the record into PLSql table and exit the loop else try create the
23418: -- object in the target business group
23419: --

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

23466: --
23467: -- log_data('LSR',l_new_value,l_prefix || r_LSR_unique.name|| l_suffix,'REUSED');
23468: --
23469: end if ;
23470: hr_utility.set_location( 'found record for update',10);
23471: --
23472: else
23473: --
23474: l_update := false;

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

23522: if not l_object_found_in_target OR l_update then
23523: --
23524: l_current_pk_id := r_LSR.information1;
23525: --
23526: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
23527: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
23528: --
23529: if l_current_pk_id = l_prev_pk_id then
23530: --

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

23523: --
23524: l_current_pk_id := r_LSR.information1;
23525: --
23526: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
23527: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
23528: --
23529: if l_current_pk_id = l_prev_pk_id then
23530: --
23531: l_first_rec := false ;

Line 23548: hr_utility.set_location(' BEN_LOS_RT_F CREATE_LENGTH_OF_SVC_RATE ',20);

23544: end if;
23545:
23546: if l_first_rec and not l_update then
23547: -- Call Create routine.
23548: hr_utility.set_location(' BEN_LOS_RT_F CREATE_LENGTH_OF_SVC_RATE ',20);
23549: BEN_LENGTH_OF_SVC_RATE_API.CREATE_LENGTH_OF_SVC_RATE(
23550: --
23551: P_VALIDATE => false
23552: ,P_EFFECTIVE_DATE => l_effective_date

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

23594: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
23595: );
23596: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23597: -- Update all relevent cer records with new pk_id
23598: hr_utility.set_location('Before plsql table ',222);
23599: hr_utility.set_location('new_value id '||l_los_rt_id,222);
23600: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LOS_RT_ID' ;
23601: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LSR.information1 ;
23602: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LOS_RT_ID ;

Line 23599: hr_utility.set_location('new_value id '||l_los_rt_id,222);

23595: );
23596: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23597: -- Update all relevent cer records with new pk_id
23598: hr_utility.set_location('Before plsql table ',222);
23599: hr_utility.set_location('new_value id '||l_los_rt_id,222);
23600: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'LOS_RT_ID' ;
23601: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LSR.information1 ;
23602: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LOS_RT_ID ;
23603: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

23601: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_LSR.information1 ;
23602: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_LOS_RT_ID ;
23603: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
23604: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_LSR_unique.table_route_id;
23605: hr_utility.set_location('After plsql table ',222);
23606: --
23607: -- 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 ) ;
23608: --
23609: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

23612: --
23613: -- Call Update routine for the pk_id created in prev run .
23614: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
23615: --UPD START
23616: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23617: --
23618: if l_update then
23619: --
23620: l_datetrack_mode := r_LSR.datetrack_mode ;

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

23632: l_object_version_number := r_LSR.information265;
23633: --
23634: end if;
23635: --
23636: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23637: --
23638: IF l_update OR l_dml_operation <> 'UPDATE' THEN
23639: --UPD END
23640: hr_utility.set_location(' BEN_LOS_RT_F UPDATE_LENGTH_OF_SVC_RATE ',30);

Line 23640: hr_utility.set_location(' BEN_LOS_RT_F UPDATE_LENGTH_OF_SVC_RATE ',30);

23636: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
23637: --
23638: IF l_update OR l_dml_operation <> 'UPDATE' THEN
23639: --UPD END
23640: hr_utility.set_location(' BEN_LOS_RT_F UPDATE_LENGTH_OF_SVC_RATE ',30);
23641: BEN_LENGTH_OF_SVC_RATE_API.UPDATE_LENGTH_OF_SVC_RATE(
23642: --
23643: P_VALIDATE => false
23644: ,P_EFFECTIVE_DATE => l_effective_date

Line 23868: hr_utility.set_location(' r_LRN_unique.table_route_id '||r_LRN_unique.table_route_id,10);

23864: r_LRN_unique.information3 >=
23865: ben_pd_copy_to_ben_one.g_copy_effective_date)
23866: ) then
23867: --
23868: hr_utility.set_location(' r_LRN_unique.table_route_id '||r_LRN_unique.table_route_id,10);
23869: hr_utility.set_location(' r_LRN_unique.information1 '||r_LRN_unique.information1,10);
23870: hr_utility.set_location( 'r_LRN_unique.information2 '||r_LRN_unique.information2,10);
23871: hr_utility.set_location( 'r_LRN_unique.information3 '||r_LRN_unique.information3,10);
23872: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 23869: hr_utility.set_location(' r_LRN_unique.information1 '||r_LRN_unique.information1,10);

23865: ben_pd_copy_to_ben_one.g_copy_effective_date)
23866: ) then
23867: --
23868: hr_utility.set_location(' r_LRN_unique.table_route_id '||r_LRN_unique.table_route_id,10);
23869: hr_utility.set_location(' r_LRN_unique.information1 '||r_LRN_unique.information1,10);
23870: hr_utility.set_location( 'r_LRN_unique.information2 '||r_LRN_unique.information2,10);
23871: hr_utility.set_location( 'r_LRN_unique.information3 '||r_LRN_unique.information3,10);
23872: -- If reuse objects flag is 'Y' then check for the object in the target business group
23873: -- if found insert the record into PLSql table and exit the loop else try create the

Line 23870: hr_utility.set_location( 'r_LRN_unique.information2 '||r_LRN_unique.information2,10);

23866: ) then
23867: --
23868: hr_utility.set_location(' r_LRN_unique.table_route_id '||r_LRN_unique.table_route_id,10);
23869: hr_utility.set_location(' r_LRN_unique.information1 '||r_LRN_unique.information1,10);
23870: hr_utility.set_location( 'r_LRN_unique.information2 '||r_LRN_unique.information2,10);
23871: hr_utility.set_location( 'r_LRN_unique.information3 '||r_LRN_unique.information3,10);
23872: -- If reuse objects flag is 'Y' then check for the object in the target business group
23873: -- if found insert the record into PLSql table and exit the loop else try create the
23874: -- object in the target business group

Line 23871: hr_utility.set_location( 'r_LRN_unique.information3 '||r_LRN_unique.information3,10);

23867: --
23868: hr_utility.set_location(' r_LRN_unique.table_route_id '||r_LRN_unique.table_route_id,10);
23869: hr_utility.set_location(' r_LRN_unique.information1 '||r_LRN_unique.information1,10);
23870: hr_utility.set_location( 'r_LRN_unique.information2 '||r_LRN_unique.information2,10);
23871: hr_utility.set_location( 'r_LRN_unique.information3 '||r_LRN_unique.information3,10);
23872: -- If reuse objects flag is 'Y' then check for the object in the target business group
23873: -- if found insert the record into PLSql table and exit the loop else try create the
23874: -- object in the target business group
23875: --

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

23922: --
23923: -- log_data('LRN',l_new_value,l_prefix || r_LRN_unique.name|| l_suffix,'REUSED');
23924: --
23925: end if ;
23926: hr_utility.set_location( 'found record for update',10);
23927: --
23928: else
23929: --
23930: l_update := false;

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

23978: if not l_object_found_in_target OR l_update then
23979: --
23980: l_current_pk_id := r_LRN.information1;
23981: --
23982: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
23983: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
23984: --
23985: if l_current_pk_id = l_prev_pk_id then
23986: --

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

23979: --
23980: l_current_pk_id := r_LRN.information1;
23981: --
23982: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
23983: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
23984: --
23985: if l_current_pk_id = l_prev_pk_id then
23986: --
23987: l_first_rec := false ;

Line 24004: hr_utility.set_location(' BEN_LVG_RSN_RT_F CREATE_LVG_RSN_RT ',20);

24000: end if;
24001:
24002: if l_first_rec and not l_update then
24003: -- Call Create routine.
24004: hr_utility.set_location(' BEN_LVG_RSN_RT_F CREATE_LVG_RSN_RT ',20);
24005: BEN_LVG_RSN_RT_API.CREATE_LVG_RSN_RT(
24006: --
24007: P_VALIDATE => false
24008: ,P_EFFECTIVE_DATE => l_effective_date

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

24050: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
24051: );
24052: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24053: -- Update all relevent cer records with new pk_id
24054: hr_utility.set_location('Before plsql table ',222);
24055: hr_utility.set_location('new_value id '||l_lvg_rsn_rt_id,222);
24056: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'LVG_RSN_RT_ID' ;
24057: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_LRN.information1 ;
24058: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_LVG_RSN_RT_ID ;

Line 24055: hr_utility.set_location('new_value id '||l_lvg_rsn_rt_id,222);

24051: );
24052: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24053: -- Update all relevent cer records with new pk_id
24054: hr_utility.set_location('Before plsql table ',222);
24055: hr_utility.set_location('new_value id '||l_lvg_rsn_rt_id,222);
24056: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).pk_id_column := 'LVG_RSN_RT_ID' ;
24057: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_LRN.information1 ;
24058: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_LVG_RSN_RT_ID ;
24059: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';

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

24057: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).old_value := r_LRN.information1 ;
24058: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).new_value := l_LVG_RSN_RT_ID ;
24059: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).copy_reuse_type := 'COPIED';
24060: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.g_count).table_route_id := r_LRN_unique.table_route_id;
24061: hr_utility.set_location('After plsql table ',222);
24062: --
24063: -- 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 ) ;
24064: --
24065: BEN_PD_COPY_TO_BEN_ONE.g_count := BEN_PD_COPY_TO_BEN_ONE.g_count + 1 ;

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

24068: --
24069: -- Call Update routine for the pk_id created in prev run .
24070: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24071: --UPD START
24072: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24073: --
24074: if l_update then
24075: --
24076: l_datetrack_mode := r_LRN.datetrack_mode ;

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

24088: l_object_version_number := r_LRN.information265;
24089: --
24090: end if;
24091: --
24092: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24093: --
24094: IF l_update OR l_dml_operation <> 'UPDATE' THEN
24095: --UPD END
24096: hr_utility.set_location(' BEN_LVG_RSN_RT_F UPDATE_LVG_RSN_RT ',30);

Line 24096: hr_utility.set_location(' BEN_LVG_RSN_RT_F UPDATE_LVG_RSN_RT ',30);

24092: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24093: --
24094: IF l_update OR l_dml_operation <> 'UPDATE' THEN
24095: --UPD END
24096: hr_utility.set_location(' BEN_LVG_RSN_RT_F UPDATE_LVG_RSN_RT ',30);
24097: BEN_LVG_RSN_RT_API.UPDATE_LVG_RSN_RT(
24098: --
24099: P_VALIDATE => false
24100: ,P_EFFECTIVE_DATE => l_effective_date

Line 24330: hr_utility.set_location(' r_ART_unique.table_route_id '||r_ART_unique.table_route_id,10);

24326: r_ART_unique.information3 >=
24327: ben_pd_copy_to_ben_one.g_copy_effective_date)
24328: ) then
24329: --
24330: hr_utility.set_location(' r_ART_unique.table_route_id '||r_ART_unique.table_route_id,10);
24331: hr_utility.set_location(' r_ART_unique.information1 '||r_ART_unique.information1,10);
24332: hr_utility.set_location( 'r_ART_unique.information2 '||r_ART_unique.information2,10);
24333: hr_utility.set_location( 'r_ART_unique.information3 '||r_ART_unique.information3,10);
24334: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 24331: hr_utility.set_location(' r_ART_unique.information1 '||r_ART_unique.information1,10);

24327: ben_pd_copy_to_ben_one.g_copy_effective_date)
24328: ) then
24329: --
24330: hr_utility.set_location(' r_ART_unique.table_route_id '||r_ART_unique.table_route_id,10);
24331: hr_utility.set_location(' r_ART_unique.information1 '||r_ART_unique.information1,10);
24332: hr_utility.set_location( 'r_ART_unique.information2 '||r_ART_unique.information2,10);
24333: hr_utility.set_location( 'r_ART_unique.information3 '||r_ART_unique.information3,10);
24334: -- If reuse objects flag is 'Y' then check for the object in the target business group
24335: -- if found insert the record into PLSql table and exit the loop else try create the

Line 24332: hr_utility.set_location( 'r_ART_unique.information2 '||r_ART_unique.information2,10);

24328: ) then
24329: --
24330: hr_utility.set_location(' r_ART_unique.table_route_id '||r_ART_unique.table_route_id,10);
24331: hr_utility.set_location(' r_ART_unique.information1 '||r_ART_unique.information1,10);
24332: hr_utility.set_location( 'r_ART_unique.information2 '||r_ART_unique.information2,10);
24333: hr_utility.set_location( 'r_ART_unique.information3 '||r_ART_unique.information3,10);
24334: -- If reuse objects flag is 'Y' then check for the object in the target business group
24335: -- if found insert the record into PLSql table and exit the loop else try create the
24336: -- object in the target business group

Line 24333: hr_utility.set_location( 'r_ART_unique.information3 '||r_ART_unique.information3,10);

24329: --
24330: hr_utility.set_location(' r_ART_unique.table_route_id '||r_ART_unique.table_route_id,10);
24331: hr_utility.set_location(' r_ART_unique.information1 '||r_ART_unique.information1,10);
24332: hr_utility.set_location( 'r_ART_unique.information2 '||r_ART_unique.information2,10);
24333: hr_utility.set_location( 'r_ART_unique.information3 '||r_ART_unique.information3,10);
24334: -- If reuse objects flag is 'Y' then check for the object in the target business group
24335: -- if found insert the record into PLSql table and exit the loop else try create the
24336: -- object in the target business group
24337: --

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

24386: --
24387: -- log_data('ART',l_new_value,l_prefix || r_ART_unique.name|| l_suffix,'REUSED');
24388: --
24389: end if ;
24390: hr_utility.set_location( 'found record for update',10);
24391: --
24392: else
24393: --
24394: l_update := false;

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

24442: if not l_object_found_in_target OR l_update then
24443: --
24444: l_current_pk_id := r_ART.information1;
24445: --
24446: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
24447: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
24448: --
24449: if l_current_pk_id = l_prev_pk_id then
24450: --

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

24443: --
24444: l_current_pk_id := r_ART.information1;
24445: --
24446: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
24447: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
24448: --
24449: if l_current_pk_id = l_prev_pk_id then
24450: --
24451: l_first_rec := false ;

Line 24468: hr_utility.set_location(' BEN_AGE_RT_F CREATE_AGE_RATES ',20);

24464: end if;
24465:
24466: if l_first_rec and not l_update then
24467: -- Call Create routine.
24468: hr_utility.set_location(' BEN_AGE_RT_F CREATE_AGE_RATES ',20);
24469: BEN_AGE_RATES_API.CREATE_AGE_RATES(
24470: --
24471: P_VALIDATE => false
24472: ,P_EFFECTIVE_DATE => l_effective_date

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

24514: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
24515: );
24516: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24517: -- Update all relevent cer records with new pk_id
24518: hr_utility.set_location('Before plsql table ',222);
24519: hr_utility.set_location('new_value id '||l_age_rt_id,222);
24520: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'AGE_RT_ID' ;
24521: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ART.information1 ;
24522: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_AGE_RT_ID ;

Line 24519: hr_utility.set_location('new_value id '||l_age_rt_id,222);

24515: );
24516: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24517: -- Update all relevent cer records with new pk_id
24518: hr_utility.set_location('Before plsql table ',222);
24519: hr_utility.set_location('new_value id '||l_age_rt_id,222);
24520: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'AGE_RT_ID' ;
24521: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ART.information1 ;
24522: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_AGE_RT_ID ;
24523: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

24521: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_ART.information1 ;
24522: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_AGE_RT_ID ;
24523: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
24524: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_ART_unique.table_route_id;
24525: hr_utility.set_location('After plsql table ',222);
24526: --
24527: -- 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 ) ;
24528: --
24529: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

24532: --
24533: -- Call Update routine for the pk_id created in prev run .
24534: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
24535: --UPD START
24536: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24537: --
24538: if l_update then
24539: --
24540: l_datetrack_mode := r_ART.datetrack_mode ;

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

24552: l_object_version_number := r_ART.information265;
24553: --
24554: end if;
24555: --
24556: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24557: --
24558: IF l_update OR l_dml_operation <> 'UPDATE' THEN
24559: --UPD END
24560: hr_utility.set_location(' BEN_AGE_RT_F UPDATE_AGE_RATES ',30);

Line 24560: hr_utility.set_location(' BEN_AGE_RT_F UPDATE_AGE_RATES ',30);

24556: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
24557: --
24558: IF l_update OR l_dml_operation <> 'UPDATE' THEN
24559: --UPD END
24560: hr_utility.set_location(' BEN_AGE_RT_F UPDATE_AGE_RATES ',30);
24561: BEN_AGE_RATES_API.UPDATE_AGE_RATES(
24562: --
24563: P_VALIDATE => false
24564: ,P_EFFECTIVE_DATE => l_effective_date

Line 24823: hr_utility.set_location(' r_SHR_unique.table_route_id '||r_SHR_unique.table_route_id,10);

24819: r_SHR_unique.information3 >=
24820: ben_pd_copy_to_ben_one.g_copy_effective_date)
24821: ) then
24822: --
24823: hr_utility.set_location(' r_SHR_unique.table_route_id '||r_SHR_unique.table_route_id,10);
24824: hr_utility.set_location(' r_SHR_unique.information1 '||r_SHR_unique.information1,10);
24825: hr_utility.set_location( 'r_SHR_unique.information2 '||r_SHR_unique.information2,10);
24826: hr_utility.set_location( 'r_SHR_unique.information3 '||r_SHR_unique.information3,10);
24827: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 24824: hr_utility.set_location(' r_SHR_unique.information1 '||r_SHR_unique.information1,10);

24820: ben_pd_copy_to_ben_one.g_copy_effective_date)
24821: ) then
24822: --
24823: hr_utility.set_location(' r_SHR_unique.table_route_id '||r_SHR_unique.table_route_id,10);
24824: hr_utility.set_location(' r_SHR_unique.information1 '||r_SHR_unique.information1,10);
24825: hr_utility.set_location( 'r_SHR_unique.information2 '||r_SHR_unique.information2,10);
24826: hr_utility.set_location( 'r_SHR_unique.information3 '||r_SHR_unique.information3,10);
24827: -- If reuse objects flag is 'Y' then check for the object in the target business group
24828: -- if found insert the record into PLSql table and exit the loop else try create the

Line 24825: hr_utility.set_location( 'r_SHR_unique.information2 '||r_SHR_unique.information2,10);

24821: ) then
24822: --
24823: hr_utility.set_location(' r_SHR_unique.table_route_id '||r_SHR_unique.table_route_id,10);
24824: hr_utility.set_location(' r_SHR_unique.information1 '||r_SHR_unique.information1,10);
24825: hr_utility.set_location( 'r_SHR_unique.information2 '||r_SHR_unique.information2,10);
24826: hr_utility.set_location( 'r_SHR_unique.information3 '||r_SHR_unique.information3,10);
24827: -- If reuse objects flag is 'Y' then check for the object in the target business group
24828: -- if found insert the record into PLSql table and exit the loop else try create the
24829: -- object in the target business group

Line 24826: hr_utility.set_location( 'r_SHR_unique.information3 '||r_SHR_unique.information3,10);

24822: --
24823: hr_utility.set_location(' r_SHR_unique.table_route_id '||r_SHR_unique.table_route_id,10);
24824: hr_utility.set_location(' r_SHR_unique.information1 '||r_SHR_unique.information1,10);
24825: hr_utility.set_location( 'r_SHR_unique.information2 '||r_SHR_unique.information2,10);
24826: hr_utility.set_location( 'r_SHR_unique.information3 '||r_SHR_unique.information3,10);
24827: -- If reuse objects flag is 'Y' then check for the object in the target business group
24828: -- if found insert the record into PLSql table and exit the loop else try create the
24829: -- object in the target business group
24830: --

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

24886: --
24887: -- log_data('SHR',l_new_value,l_prefix || r_SHR_unique.name|| l_suffix,'REUSED');
24888: --
24889: end if ;
24890: hr_utility.set_location( 'found record for update',10);
24891: --
24892: else
24893: --
24894: l_update := false;

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

24942: if not l_object_found_in_target OR l_update then
24943: --
24944: l_current_pk_id := r_SHR.information1;
24945: --
24946: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
24947: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
24948: --
24949: if l_current_pk_id = l_prev_pk_id then
24950: --

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

24943: --
24944: l_current_pk_id := r_SHR.information1;
24945: --
24946: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
24947: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
24948: --
24949: if l_current_pk_id = l_prev_pk_id then
24950: --
24951: l_first_rec := false ;

Line 24968: hr_utility.set_location(' BEN_SCHEDD_HRS_RT_F CREATE_SCHEDD_HRS_RATE ',20);

24964: end if;
24965:
24966: if l_first_rec and not l_update then
24967: -- Call Create routine.
24968: hr_utility.set_location(' BEN_SCHEDD_HRS_RT_F CREATE_SCHEDD_HRS_RATE ',20);
24969: BEN_SCHEDD_HRS_RATE_API.CREATE_SCHEDD_HRS_RATE(
24970: --
24971: P_VALIDATE => false
24972: ,P_EFFECTIVE_DATE => l_effective_date

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

25021: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
25022: );
25023: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25024: -- Update all relevent cer records with new pk_id
25025: hr_utility.set_location('Before plsql table ',222);
25026: hr_utility.set_location('new_value id '||l_schedd_hrs_rt_id,222);
25027: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'SCHEDD_HRS_RT_ID' ;
25028: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_SHR.information1 ;
25029: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_SCHEDD_HRS_RT_ID ;

Line 25026: hr_utility.set_location('new_value id '||l_schedd_hrs_rt_id,222);

25022: );
25023: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25024: -- Update all relevent cer records with new pk_id
25025: hr_utility.set_location('Before plsql table ',222);
25026: hr_utility.set_location('new_value id '||l_schedd_hrs_rt_id,222);
25027: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'SCHEDD_HRS_RT_ID' ;
25028: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_SHR.information1 ;
25029: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_SCHEDD_HRS_RT_ID ;
25030: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

25028: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_SHR.information1 ;
25029: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_SCHEDD_HRS_RT_ID ;
25030: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
25031: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_SHR_unique.table_route_id;
25032: hr_utility.set_location('After plsql table ',222);
25033: --
25034: -- 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 ) ;
25035: --
25036: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

25039: --
25040: -- Call Update routine for the pk_id created in prev run .
25041: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25042: --UPD STSHR
25043: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25044: --
25045: if l_update then
25046: --
25047: l_datetrack_mode := r_SHR.datetrack_mode ;

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

25059: l_object_version_number := r_SHR.information265;
25060: --
25061: end if;
25062: --
25063: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25064: --
25065: IF l_update OR l_dml_operation <> 'UPDATE' THEN
25066: --UPD END
25067: hr_utility.set_location(' BEN_SCHEDD_HRS_RT_F UPDATE_SCHEDD_HRS_RATE ',30);

Line 25067: hr_utility.set_location(' BEN_SCHEDD_HRS_RT_F UPDATE_SCHEDD_HRS_RATE ',30);

25063: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25064: --
25065: IF l_update OR l_dml_operation <> 'UPDATE' THEN
25066: --UPD END
25067: hr_utility.set_location(' BEN_SCHEDD_HRS_RT_F UPDATE_SCHEDD_HRS_RATE ',30);
25068: BEN_SCHEDD_HRS_RATE_API.UPDATE_SCHEDD_HRS_RATE(
25069: --
25070: P_VALIDATE => false
25071: ,P_EFFECTIVE_DATE => l_effective_date

Line 25309: hr_utility.set_location(' r_QIG_unique.table_route_id '||r_QIG_unique.table_route_id,10);

25305: r_QIG_unique.information3 >=
25306: ben_pd_copy_to_ben_one.g_copy_effective_date)
25307: ) then
25308: --
25309: hr_utility.set_location(' r_QIG_unique.table_route_id '||r_QIG_unique.table_route_id,10);
25310: hr_utility.set_location(' r_QIG_unique.information1 '||r_QIG_unique.information1,10);
25311: hr_utility.set_location( 'r_QIG_unique.information2 '||r_QIG_unique.information2,10);
25312: hr_utility.set_location( 'r_QIG_unique.information3 '||r_QIG_unique.information3,10);
25313: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 25310: hr_utility.set_location(' r_QIG_unique.information1 '||r_QIG_unique.information1,10);

25306: ben_pd_copy_to_ben_one.g_copy_effective_date)
25307: ) then
25308: --
25309: hr_utility.set_location(' r_QIG_unique.table_route_id '||r_QIG_unique.table_route_id,10);
25310: hr_utility.set_location(' r_QIG_unique.information1 '||r_QIG_unique.information1,10);
25311: hr_utility.set_location( 'r_QIG_unique.information2 '||r_QIG_unique.information2,10);
25312: hr_utility.set_location( 'r_QIG_unique.information3 '||r_QIG_unique.information3,10);
25313: -- If reuse objects flag is 'Y' then check for the object in the target business group
25314: -- if found insert the record into PLSql table and exit the loop else try create the

Line 25311: hr_utility.set_location( 'r_QIG_unique.information2 '||r_QIG_unique.information2,10);

25307: ) then
25308: --
25309: hr_utility.set_location(' r_QIG_unique.table_route_id '||r_QIG_unique.table_route_id,10);
25310: hr_utility.set_location(' r_QIG_unique.information1 '||r_QIG_unique.information1,10);
25311: hr_utility.set_location( 'r_QIG_unique.information2 '||r_QIG_unique.information2,10);
25312: hr_utility.set_location( 'r_QIG_unique.information3 '||r_QIG_unique.information3,10);
25313: -- If reuse objects flag is 'Y' then check for the object in the target business group
25314: -- if found insert the record into PLSql table and exit the loop else try create the
25315: -- object in the target business group

Line 25312: hr_utility.set_location( 'r_QIG_unique.information3 '||r_QIG_unique.information3,10);

25308: --
25309: hr_utility.set_location(' r_QIG_unique.table_route_id '||r_QIG_unique.table_route_id,10);
25310: hr_utility.set_location(' r_QIG_unique.information1 '||r_QIG_unique.information1,10);
25311: hr_utility.set_location( 'r_QIG_unique.information2 '||r_QIG_unique.information2,10);
25312: hr_utility.set_location( 'r_QIG_unique.information3 '||r_QIG_unique.information3,10);
25313: -- If reuse objects flag is 'Y' then check for the object in the target business group
25314: -- if found insert the record into PLSql table and exit the loop else try create the
25315: -- object in the target business group
25316: --

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

25365: --
25366: -- log_data('QIG',l_new_value,l_prefix || r_QIG_unique.name|| l_suffix,'REUSED');
25367: --
25368: end if ;
25369: hr_utility.set_location( 'found record for update',10);
25370: --
25371: else
25372: --
25373: l_update := false;

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

25421: if not l_object_found_in_target OR l_update then
25422: --
25423: l_current_pk_id := r_QIG.information1;
25424: --
25425: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
25426: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
25427: --
25428: if l_current_pk_id = l_prev_pk_id then
25429: --

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

25422: --
25423: l_current_pk_id := r_QIG.information1;
25424: --
25425: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
25426: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
25427: --
25428: if l_current_pk_id = l_prev_pk_id then
25429: --
25430: l_first_rec := false ;

Line 25447: hr_utility.set_location(' BEN_QUA_IN_GR_RT_F CREATE_QUA_IN_GR_RT ',20);

25443: end if;
25444:
25445: if l_first_rec and not l_update then
25446: -- Call Create routine.
25447: hr_utility.set_location(' BEN_QUA_IN_GR_RT_F CREATE_QUA_IN_GR_RT ',20);
25448: BEN_QUA_IN_GR_RT_API.CREATE_QUA_IN_GR_RT(
25449: --
25450: P_VALIDATE => false
25451: ,P_EFFECTIVE_DATE => l_effective_date

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

25493: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
25494: );
25495: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25496: -- Update all relevent cer records with new pk_id
25497: hr_utility.set_location('Before plsql table ',222);
25498: hr_utility.set_location('new_value id '||l_qua_in_gr_rt_id,222);
25499: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'QUA_IN_GR_RT_ID' ;
25500: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_QIG.information1 ;
25501: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_QUA_IN_GR_RT_ID ;

Line 25498: hr_utility.set_location('new_value id '||l_qua_in_gr_rt_id,222);

25494: );
25495: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25496: -- Update all relevent cer records with new pk_id
25497: hr_utility.set_location('Before plsql table ',222);
25498: hr_utility.set_location('new_value id '||l_qua_in_gr_rt_id,222);
25499: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'QUA_IN_GR_RT_ID' ;
25500: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_QIG.information1 ;
25501: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_QUA_IN_GR_RT_ID ;
25502: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

25500: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_QIG.information1 ;
25501: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_QUA_IN_GR_RT_ID ;
25502: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
25503: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_QIG_unique.table_route_id;
25504: hr_utility.set_location('After plsql table ',222);
25505: --
25506: -- 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 ) ;
25507: --
25508: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

25511: --
25512: -- Call Update routine for the pk_id created in prev run .
25513: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25514: --UPD STQIG
25515: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25516: --
25517: if l_update then
25518: --
25519: l_datetrack_mode := r_QIG.datetrack_mode ;

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

25531: l_object_version_number := r_QIG.information265;
25532: --
25533: end if;
25534: --
25535: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25536: --
25537: IF l_update OR l_dml_operation <> 'UPDATE' THEN
25538: --UPD END
25539: hr_utility.set_location(' BEN_QUA_IN_GR_RT_F UPDATE_QUA_IN_GR_RT ',30);

Line 25539: hr_utility.set_location(' BEN_QUA_IN_GR_RT_F UPDATE_QUA_IN_GR_RT ',30);

25535: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25536: --
25537: IF l_update OR l_dml_operation <> 'UPDATE' THEN
25538: --UPD END
25539: hr_utility.set_location(' BEN_QUA_IN_GR_RT_F UPDATE_QUA_IN_GR_RT ',30);
25540: BEN_QUA_IN_GR_RT_API.UPDATE_QUA_IN_GR_RT(
25541: --
25542: P_VALIDATE => false
25543: ,P_EFFECTIVE_DATE => l_effective_date

Line 25777: hr_utility.set_location(' r_PRR_unique.table_route_id '||r_PRR_unique.table_route_id,10);

25773: r_PRR_unique.information3 >=
25774: ben_pd_copy_to_ben_one.g_copy_effective_date)
25775: ) then
25776: --
25777: hr_utility.set_location(' r_PRR_unique.table_route_id '||r_PRR_unique.table_route_id,10);
25778: hr_utility.set_location(' r_PRR_unique.information1 '||r_PRR_unique.information1,10);
25779: hr_utility.set_location( 'r_PRR_unique.information2 '||r_PRR_unique.information2,10);
25780: hr_utility.set_location( 'r_PRR_unique.information3 '||r_PRR_unique.information3,10);
25781: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 25778: hr_utility.set_location(' r_PRR_unique.information1 '||r_PRR_unique.information1,10);

25774: ben_pd_copy_to_ben_one.g_copy_effective_date)
25775: ) then
25776: --
25777: hr_utility.set_location(' r_PRR_unique.table_route_id '||r_PRR_unique.table_route_id,10);
25778: hr_utility.set_location(' r_PRR_unique.information1 '||r_PRR_unique.information1,10);
25779: hr_utility.set_location( 'r_PRR_unique.information2 '||r_PRR_unique.information2,10);
25780: hr_utility.set_location( 'r_PRR_unique.information3 '||r_PRR_unique.information3,10);
25781: -- If reuse objects flag is 'Y' then check for the object in the target business group
25782: -- if found insert the record into PLSql table and exit the loop else try create the

Line 25779: hr_utility.set_location( 'r_PRR_unique.information2 '||r_PRR_unique.information2,10);

25775: ) then
25776: --
25777: hr_utility.set_location(' r_PRR_unique.table_route_id '||r_PRR_unique.table_route_id,10);
25778: hr_utility.set_location(' r_PRR_unique.information1 '||r_PRR_unique.information1,10);
25779: hr_utility.set_location( 'r_PRR_unique.information2 '||r_PRR_unique.information2,10);
25780: hr_utility.set_location( 'r_PRR_unique.information3 '||r_PRR_unique.information3,10);
25781: -- If reuse objects flag is 'Y' then check for the object in the target business group
25782: -- if found insert the record into PLSql table and exit the loop else try create the
25783: -- object in the target business group

Line 25780: hr_utility.set_location( 'r_PRR_unique.information3 '||r_PRR_unique.information3,10);

25776: --
25777: hr_utility.set_location(' r_PRR_unique.table_route_id '||r_PRR_unique.table_route_id,10);
25778: hr_utility.set_location(' r_PRR_unique.information1 '||r_PRR_unique.information1,10);
25779: hr_utility.set_location( 'r_PRR_unique.information2 '||r_PRR_unique.information2,10);
25780: hr_utility.set_location( 'r_PRR_unique.information3 '||r_PRR_unique.information3,10);
25781: -- If reuse objects flag is 'Y' then check for the object in the target business group
25782: -- if found insert the record into PLSql table and exit the loop else try create the
25783: -- object in the target business group
25784: --

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

25834: --
25835: -- log_data('PRR',l_new_value,l_prefix || r_PRR_unique.name|| l_suffix,'REUSED');
25836: --
25837: end if ;
25838: hr_utility.set_location( 'found record for update',10);
25839: --
25840: else
25841: --
25842: l_update := false;

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

25890: if not l_object_found_in_target OR l_update then
25891: --
25892: l_current_pk_id := r_PRR.information1;
25893: --
25894: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
25895: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
25896: --
25897: if l_current_pk_id = l_prev_pk_id then
25898: --

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

25891: --
25892: l_current_pk_id := r_PRR.information1;
25893: --
25894: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
25895: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
25896: --
25897: if l_current_pk_id = l_prev_pk_id then
25898: --
25899: l_first_rec := false ;

Line 25916: hr_utility.set_location(' BEN_PERF_RTNG_RT_F CREATE_PERF_RTNG_RT ',20);

25912: end if;
25913:
25914: if l_first_rec and not l_update then
25915: -- Call Create routine.
25916: hr_utility.set_location(' BEN_PERF_RTNG_RT_F CREATE_PERF_RTNG_RT ',20);
25917: BEN_PERF_RTNG_RT_API.CREATE_PERF_RTNG_RT(
25918: --
25919: P_VALIDATE => false
25920: ,P_EFFECTIVE_DATE => l_effective_date

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

25963: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
25964: );
25965: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25966: -- Update all relevent cer records with new pk_id
25967: hr_utility.set_location('Before plsql table ',222);
25968: hr_utility.set_location('new_value id '||l_perf_rtng_rt_id,222);
25969: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PERF_RTNG_RT_ID' ;
25970: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PRR.information1 ;
25971: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PERF_RTNG_RT_ID ;

Line 25968: hr_utility.set_location('new_value id '||l_perf_rtng_rt_id,222);

25964: );
25965: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25966: -- Update all relevent cer records with new pk_id
25967: hr_utility.set_location('Before plsql table ',222);
25968: hr_utility.set_location('new_value id '||l_perf_rtng_rt_id,222);
25969: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PERF_RTNG_RT_ID' ;
25970: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PRR.information1 ;
25971: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PERF_RTNG_RT_ID ;
25972: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

25970: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PRR.information1 ;
25971: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PERF_RTNG_RT_ID ;
25972: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
25973: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PRR_unique.table_route_id;
25974: hr_utility.set_location('After plsql table ',222);
25975: --
25976: -- 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 ) ;
25977: --
25978: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

25981: --
25982: -- Call Update routine for the pk_id created in prev run .
25983: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
25984: --UPD STPRR
25985: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
25986: --
25987: if l_update then
25988: --
25989: l_datetrack_mode := r_PRR.datetrack_mode ;

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

26001: l_object_version_number := r_PRR.information265;
26002: --
26003: end if;
26004: --
26005: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
26006: --
26007: IF l_update OR l_dml_operation <> 'UPDATE' THEN
26008: --UPD END
26009: hr_utility.set_location(' BEN_PERF_RTNG_RT_F UPDATE_PERF_RTNG_RT ',30);

Line 26009: hr_utility.set_location(' BEN_PERF_RTNG_RT_F UPDATE_PERF_RTNG_RT ',30);

26005: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
26006: --
26007: IF l_update OR l_dml_operation <> 'UPDATE' THEN
26008: --UPD END
26009: hr_utility.set_location(' BEN_PERF_RTNG_RT_F UPDATE_PERF_RTNG_RT ',30);
26010: BEN_PERF_RTNG_RT_API.UPDATE_PERF_RTNG_RT(
26011: --
26012: P_VALIDATE => false
26013: ,P_EFFECTIVE_DATE => l_effective_date

Line 26239: hr_utility.set_location(' r_PGR_unique.table_route_id '||r_PGR_unique.table_route_id,10);

26235: r_PGR_unique.information3 >=
26236: ben_pd_copy_to_ben_one.g_copy_effective_date)
26237: ) then
26238: --
26239: hr_utility.set_location(' r_PGR_unique.table_route_id '||r_PGR_unique.table_route_id,10);
26240: hr_utility.set_location(' r_PGR_unique.information1 '||r_PGR_unique.information1,10);
26241: hr_utility.set_location( 'r_PGR_unique.information2 '||r_PGR_unique.information2,10);
26242: hr_utility.set_location( 'r_PGR_unique.information3 '||r_PGR_unique.information3,10);
26243: -- If reuse objects flag is 'Y' then check for the object in the target business group

Line 26240: hr_utility.set_location(' r_PGR_unique.information1 '||r_PGR_unique.information1,10);

26236: ben_pd_copy_to_ben_one.g_copy_effective_date)
26237: ) then
26238: --
26239: hr_utility.set_location(' r_PGR_unique.table_route_id '||r_PGR_unique.table_route_id,10);
26240: hr_utility.set_location(' r_PGR_unique.information1 '||r_PGR_unique.information1,10);
26241: hr_utility.set_location( 'r_PGR_unique.information2 '||r_PGR_unique.information2,10);
26242: hr_utility.set_location( 'r_PGR_unique.information3 '||r_PGR_unique.information3,10);
26243: -- If reuse objects flag is 'Y' then check for the object in the target business group
26244: -- if found insert the record into PLSql table and exit the loop else try create the

Line 26241: hr_utility.set_location( 'r_PGR_unique.information2 '||r_PGR_unique.information2,10);

26237: ) then
26238: --
26239: hr_utility.set_location(' r_PGR_unique.table_route_id '||r_PGR_unique.table_route_id,10);
26240: hr_utility.set_location(' r_PGR_unique.information1 '||r_PGR_unique.information1,10);
26241: hr_utility.set_location( 'r_PGR_unique.information2 '||r_PGR_unique.information2,10);
26242: hr_utility.set_location( 'r_PGR_unique.information3 '||r_PGR_unique.information3,10);
26243: -- If reuse objects flag is 'Y' then check for the object in the target business group
26244: -- if found insert the record into PLSql table and exit the loop else try create the
26245: -- object in the target business group

Line 26242: hr_utility.set_location( 'r_PGR_unique.information3 '||r_PGR_unique.information3,10);

26238: --
26239: hr_utility.set_location(' r_PGR_unique.table_route_id '||r_PGR_unique.table_route_id,10);
26240: hr_utility.set_location(' r_PGR_unique.information1 '||r_PGR_unique.information1,10);
26241: hr_utility.set_location( 'r_PGR_unique.information2 '||r_PGR_unique.information2,10);
26242: hr_utility.set_location( 'r_PGR_unique.information3 '||r_PGR_unique.information3,10);
26243: -- If reuse objects flag is 'Y' then check for the object in the target business group
26244: -- if found insert the record into PLSql table and exit the loop else try create the
26245: -- object in the target business group
26246: --

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

26293: --
26294: -- log_data('PGR',l_new_value,l_prefix || r_PGR_unique.name|| l_suffix,'REUSED');
26295: --
26296: end if ;
26297: hr_utility.set_location( 'found record for update',10);
26298: --
26299: else
26300: --
26301: l_update := false;

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

26349: if not l_object_found_in_target OR l_update then
26350: --
26351: l_current_pk_id := r_PGR.information1;
26352: --
26353: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
26354: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
26355: --
26356: if l_current_pk_id = l_prev_pk_id then
26357: --

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

26350: --
26351: l_current_pk_id := r_PGR.information1;
26352: --
26353: hr_utility.set_location(' l_current_pk_id '||l_current_pk_id,20);
26354: hr_utility.set_location(' l_prev_pk_id '||l_prev_pk_id,20);
26355: --
26356: if l_current_pk_id = l_prev_pk_id then
26357: --
26358: l_first_rec := false ;

Line 26375: hr_utility.set_location(' BEN_PPL_GRP_RT_F CREATE_PEOPLE_GROUP_RATE ',20);

26371: end if;
26372:
26373: if l_first_rec and not l_update then
26374: -- Call Create routine.
26375: hr_utility.set_location(' BEN_PPL_GRP_RT_F CREATE_PEOPLE_GROUP_RATE ',20);
26376: BEN_PEOPLE_GROUP_RATE_API.CREATE_PEOPLE_GROUP_RATE(
26377: --
26378: P_VALIDATE => false
26379: ,P_EFFECTIVE_DATE => l_effective_date

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

26421: ,P_OBJECT_VERSION_NUMBER => l_object_version_number
26422: );
26423: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
26424: -- Update all relevent cer records with new pk_id
26425: hr_utility.set_location('Before plsql table ',222);
26426: hr_utility.set_location('new_value id '||l_ppl_grp_rt_id,222);
26427: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PPL_GRP_RT_ID' ;
26428: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PGR.information1 ;
26429: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PPL_GRP_RT_ID ;

Line 26426: hr_utility.set_location('new_value id '||l_ppl_grp_rt_id,222);

26422: );
26423: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
26424: -- Update all relevent cer records with new pk_id
26425: hr_utility.set_location('Before plsql table ',222);
26426: hr_utility.set_location('new_value id '||l_ppl_grp_rt_id,222);
26427: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).pk_id_column := 'PPL_GRP_RT_ID' ;
26428: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PGR.information1 ;
26429: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PPL_GRP_RT_ID ;
26430: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';

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

26428: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).old_value := r_PGR.information1 ;
26429: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).new_value := l_PPL_GRP_RT_ID ;
26430: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).copy_reuse_type := 'COPIED';
26431: BEN_PD_COPY_TO_BEN_ONE.g_pk_tbl(BEN_PD_COPY_TO_BEN_ONE.G_COUNT).table_route_id := r_PGR_unique.table_route_id;
26432: hr_utility.set_location('After plsql table ',222);
26433: --
26434: -- 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 ) ;
26435: --
26436: BEN_PD_COPY_TO_BEN_ONE.G_COUNT := BEN_PD_COPY_TO_BEN_ONE.G_COUNT + 1 ;

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

26439: --
26440: -- Call Update routine for the pk_id created in prev run .
26441: -- insert the table_name,old_pk_id,new_pk_id into a plsql record
26442: --UPD STPGR
26443: hr_utility.set_location('Before call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
26444: --
26445: if l_update then
26446: --
26447: l_datetrack_mode := r_PGR.datetrack_mode ;

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

26459: l_object_version_number := r_PGR.information265;
26460: --
26461: end if;
26462: --
26463: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
26464: --
26465: IF l_update OR l_dml_operation <> 'UPDATE' THEN
26466: --UPD END
26467: hr_utility.set_location(' BEN_PPL_GRP_RT_F UPDATE_PEOPLE_GROUP_RATE ',30);

Line 26467: hr_utility.set_location(' BEN_PPL_GRP_RT_F UPDATE_PEOPLE_GROUP_RATE ',30);

26463: hr_utility.set_location('After call to get_dt_modes l_dt_mode'||l_datetrack_mode,5);
26464: --
26465: IF l_update OR l_dml_operation <> 'UPDATE' THEN
26466: --UPD END
26467: hr_utility.set_location(' BEN_PPL_GRP_RT_F UPDATE_PEOPLE_GROUP_RATE ',30);
26468: BEN_PEOPLE_GROUP_RATE_API.UPDATE_PEOPLE_GROUP_RATE(
26469: --
26470: P_VALIDATE => false
26471: ,P_EFFECTIVE_DATE => l_effective_date