DBA Data[Home] [Help]

APPS.HR_FULL_SYNC_MESSAGES dependencies on HR_FULL_SYNC_MESSAGES

Line 1: PACKAGE BODY HR_FULL_SYNC_MESSAGES as

1: PACKAGE BODY HR_FULL_SYNC_MESSAGES as
2: /* $Header: perhrhdfull.pkb 120.11 2011/05/18 11:54:02 nchinnam noship $ */
3:
4: TYPE EMPLIDTYPE IS TABLE OF per_all_people_f.employee_number%type INDEX BY BINARY_INTEGER;
5: TYPE EMPL_RCDTYPE IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;

Line 187: hr_full_sync_messages.insert_psft_sync_run(2,'STATE_FULL_SYNC',errbuf,retcode);

183: FND_FILE.NEW_LINE(FND_FILE.log, 1);
184: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
185: FND_FILE.put_line(fnd_file.log,'State Full synch Data Extraction Begins:'||to_char(p_effective_date,
186: 'DD/MM/RRRR HH:MI:SS'));
187: hr_full_sync_messages.insert_psft_sync_run(2,'STATE_FULL_SYNC',errbuf,retcode);
188:
189: open fet_state_sync;
190: loop
191: fetch fet_state_sync into p_cntry_code,p_state_code,p_state_desc,p_enabled_flag;

Line 200: hr_full_sync_messages.update_psft_sync_run(1,'STATE_FULL_SYNC',p_effective_date,errbuf,retcode);

196: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
197: end loop;
198: close fet_state_sync;
199:
200: hr_full_sync_messages.update_psft_sync_run(1,'STATE_FULL_SYNC',p_effective_date,errbuf,retcode);
201: FND_FILE.NEW_LINE(FND_FILE.log, 1);
202: FND_FILE.put_line(fnd_file.log,'State Full Synch Data Extraction Ends:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
203: end if;
204:

Line 208: hr_full_sync_messages.update_psft_sync_run(3,'STATE_FULL_SYNC',p_effective_date,errbuf,retcode);

204:
205:
206: exception
207: when OTHERS then
208: hr_full_sync_messages.update_psft_sync_run(3,'STATE_FULL_SYNC',p_effective_date,errbuf,retcode);
209: errbuf := errbuf||SQLERRM;
210: retcode := '1';
211: FND_FILE.put_line(fnd_file.log, 'Error in State Data Full Synch Extraction: '||SQLCODE);
212: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 255: hr_full_sync_messages.insert_psft_sync_run(2,'COUNTRY_FULL_SYNC',errbuf,retcode);

251: then
252: FND_FILE.NEW_LINE(FND_FILE.log, 1);
253: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
254: FND_FILE.put_line(fnd_file.log,'Country Full Synch Data Extraction Begins:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
255: hr_full_sync_messages.insert_psft_sync_run(2,'COUNTRY_FULL_SYNC',errbuf,retcode);
256: open fet_cntry_fsync;
257: loop
258: fetch fet_cntry_fsync into p_cntry_code,p_cntry_desc,p_cntry_code,p_obsolete_flag;
259: exit when fet_cntry_fsync%notfound;

Line 267: hr_full_sync_messages.update_psft_sync_run(1,'COUNTRY_FULL_SYNC',p_effective_date,errbuf,retcode);

263: end loop;
264: close fet_cntry_fsync;
265:
266:
267: hr_full_sync_messages.update_psft_sync_run(1,'COUNTRY_FULL_SYNC',p_effective_date,errbuf,retcode);
268: FND_FILE.NEW_LINE(FND_FILE.log, 1);
269: FND_FILE.put_line(fnd_file.log,'Country Full Synch Data Extraction Ends:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
270:
271: end if;

Line 275: hr_full_sync_messages.update_psft_sync_run(3,'COUNTRY_FULL_SYNC',p_effective_date,errbuf,retcode);

271: end if;
272:
273: exception
274: when OTHERS then
275: hr_full_sync_messages.update_psft_sync_run(3,'COUNTRY_FULL_SYNC',p_effective_date,errbuf,retcode);
276: errbuf := errbuf||SQLERRM;
277: retcode := '1';
278: FND_FILE.put_line(fnd_file.log, 'Error in Country Data Full Synch Extraction: '||SQLCODE);
279: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 376: hr_full_sync_messages.insert_psft_sync_run(2,'LOC_FULL_SYNC',errbuf,retcode);

372: then
373: FND_FILE.NEW_LINE(FND_FILE.log, 1);
374: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
375: FND_FILE.put_line(fnd_file.log,'Location Full Synch Data Extraction Begins:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
376: hr_full_sync_messages.insert_psft_sync_run(2,'LOC_FULL_SYNC',errbuf,retcode);
377:
378: open fet_loc_sync;
379: loop
380: fetch fet_loc_sync into p_bg_id,p_loc_id,p_active_date,p_effecive_status,

Line 406: hr_full_sync_messages.update_psft_sync_run(1,'LOC_FULL_SYNC',p_effective_date,errbuf,retcode);

402: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
403: end loop;
404: close fet_loc_sync;
405:
406: hr_full_sync_messages.update_psft_sync_run(1,'LOC_FULL_SYNC',p_effective_date,errbuf,retcode);
407: FND_FILE.NEW_LINE(FND_FILE.log, 1);
408: FND_FILE.put_line(fnd_file.log,'Location Full Synch Data Extraction Ends:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
409:
410: end if;

Line 414: hr_full_sync_messages.update_psft_sync_run(3,'LOC_FULL_SYNC',p_effective_date,errbuf,retcode);

410: end if;
411:
412: exception
413: when OTHERS then
414: hr_full_sync_messages.update_psft_sync_run(3,'LOC_FULL_SYNC',p_effective_date,errbuf,retcode);
415: errbuf := errbuf||SQLERRM;
416: retcode := '1';
417: FND_FILE.put_line(fnd_file.log, 'Error in Location Full Synch Data Extraction: '||SQLCODE);
418: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 585: hr_full_sync_messages.insert_psft_sync_run(2,'PERSON_FULL_SYNC',errbuf,retcode);

581:
582: FND_FILE.NEW_LINE(FND_FILE.log, 1);
583: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
584: FND_FILE.put_line(fnd_file.log,'Person Full Synch Data Extraction Begins:'||to_char(l_current_date, 'DD/MM/RRRR HH:MI:SS'));
585: hr_full_sync_messages.insert_psft_sync_run(2,'PERSON_FULL_SYNC',errbuf,retcode);
586:
587: open csr_person_data;
588: loop
589: fetch csr_person_data into L_EMPLOYEE_NUMBER,L_USER_PERSON_TYPE,L_DATE_OF_BIRTH,L_TOWN_OF_BIRTH,L_COUNTRY_OF_BIRTH

Line 613: hr_full_sync_messages.update_psft_sync_run(1,'PERSON_FULL_SYNC',l_current_date,errbuf,retcode);

609: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
610: end loop;
611: close csr_person_data;
612:
613: hr_full_sync_messages.update_psft_sync_run(1,'PERSON_FULL_SYNC',l_current_date,errbuf,retcode);
614: FND_FILE.NEW_LINE(FND_FILE.log, 1);
615: FND_FILE.put_line(fnd_file.log,'Person Full Synch Data Extraction Ends:'||to_char(l_current_date, 'DD/MM/RRRR HH:MI:SS'));
616:
617: END if;

Line 621: hr_full_sync_messages.update_psft_sync_run(3,'PERSON_FULL_SYNC',l_current_date,errbuf,retcode);

617: END if;
618:
619: exception
620: when OTHERS then
621: hr_full_sync_messages.update_psft_sync_run(3,'PERSON_FULL_SYNC',l_current_date,errbuf,retcode);
622: errbuf := errbuf||SQLERRM;
623: retcode := '1';
624: FND_FILE.put_line(fnd_file.log, 'Error in Person Full Synch Data Extraction: '||SQLCODE);
625: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 663: hr_full_sync_messages.insert_psft_sync_run(2,'JOBCODE_FULL_SYNC',errbuf,retcode);

659:
660: FND_FILE.NEW_LINE(FND_FILE.log, 1);
661: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
662: FND_FILE.put_line(fnd_file.log,'Job Code Full Synch Data Extraction Begins:'||to_char(l_current_date, 'DD/MM/RRRR HH:MI:SS'));
663: hr_full_sync_messages.insert_psft_sync_run(2,'JOBCODE_FULL_SYNC',errbuf,retcode);
664:
665: OPEN jobcode_full FOR
666: SELECT BUSINESS_GROUP_ID SETID,
667: JOB_ID JOBCODE,

Line 712: hr_full_sync_messages.update_psft_sync_run(1,'JOBCODE_FULL_SYNC',l_current_date,errbuf,retcode);

708: );
709: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
710: END Loop;
711: end if;
712: hr_full_sync_messages.update_psft_sync_run(1,'JOBCODE_FULL_SYNC',l_current_date,errbuf,retcode);
713: FND_FILE.NEW_LINE(FND_FILE.log, 1);
714: FND_FILE.put_line(fnd_file.log,'Job Code Full Synch Data Extraction Ends:'||to_char(l_current_date, 'DD/MM/RRRR HH:MI:SS'));
715:
716: EXCEPTION WHEN OTHERS THEN

Line 758: hr_full_sync_messages.insert_psft_sync_run(2,'WORKFORCE_FULL_SYNC',errbuf,retcode);

754:
755: FND_FILE.NEW_LINE(FND_FILE.log, 1);
756: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
757: FND_FILE.put_line(fnd_file.log,'Workforce Full Synch Data Extraction Begins:'||to_char(l_current_date, 'DD/MM/RRRR HH:MI:SS'));
758: hr_full_sync_messages.insert_psft_sync_run(2,'WORKFORCE_FULL_SYNC',errbuf,retcode);
759:
760: OPEN workforce_full FOR
761: SELECT ppf.employee_number,1 AS empl_rcd ,ppf.original_date_of_hire,
762: pas.probation_period,pas.effective_start_date effdt,pas.organization_id,

Line 853: hr_full_sync_messages.update_psft_sync_run(1,'WORKFORCE_FULL_SYNC',l_current_date,errbuf,retcode);

849:
850: FND_FILE.NEW_LINE(FND_FILE.output, 1);
851: END Loop;
852:
853: hr_full_sync_messages.update_psft_sync_run(1,'WORKFORCE_FULL_SYNC',l_current_date,errbuf,retcode);
854: FND_FILE.NEW_LINE(FND_FILE.log, 1);
855: FND_FILE.put_line(fnd_file.log,'Work Force Full Synch Data Extraction Ends:'||to_char(l_current_date, 'DD/MM/RRRR HH:MI:SS'));
856:
857: End if;

Line 861: hr_full_sync_messages.update_psft_sync_run(3,'WORKFORCE_FULL_SYNC',l_current_date,errbuf,retcode);

857: End if;
858:
859: EXCEPTION
860: WHEN OTHERS THEN
861: hr_full_sync_messages.update_psft_sync_run(3,'WORKFORCE_FULL_SYNC',l_current_date,errbuf,retcode);
862: errbuf := errbuf||SQLERRM;
863: retcode := '1';
864: FND_FILE.put_line(fnd_file.log, 'Error in workforce_fullsync: '||SQLCODE);
865: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 928: hr_full_sync_messages.insert_psft_sync_run(2,'ORG_FULL_SYNC',errbuf,retcode);

924: then
925: FND_FILE.NEW_LINE(FND_FILE.log, 1);
926: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
927: FND_FILE.put_line(fnd_file.log,'Organization Full Synch Data Extraction Begins:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
928: hr_full_sync_messages.insert_psft_sync_run(2,'ORG_FULL_SYNC',errbuf,retcode);
929: open fet_org_fsync;
930: loop
931: fetch fet_org_fsync into p_bg_id,p_dept_id,p_eff_date,p_eff_status,p_bg_name,p_loc_id,p_person_id,p_full_name;
932: exit when fet_org_fsync%notfound;

Line 943: hr_full_sync_messages.update_psft_sync_run(1,'ORG_FULL_SYNC',p_effective_date,errbuf,retcode);

939: end loop;
940: close fet_org_fsync;
941:
942:
943: hr_full_sync_messages.update_psft_sync_run(1,'ORG_FULL_SYNC',p_effective_date,errbuf,retcode);
944: FND_FILE.NEW_LINE(FND_FILE.log, 1);
945: FND_FILE.put_line(fnd_file.log,'Organization Full Synch Data Extraction Ends:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
946:
947: end if;

Line 951: hr_full_sync_messages.update_psft_sync_run(3,'ORG_FULL_SYNC',p_effective_date,errbuf,retcode);

947: end if;
948:
949: exception
950: when OTHERS then
951: hr_full_sync_messages.update_psft_sync_run(3,'ORG_FULL_SYNC',p_effective_date,errbuf,retcode);
952: errbuf := errbuf||SQLERRM;
953: retcode := '1';
954: FND_FILE.put_line(fnd_file.log, 'Error in Organization Data Full Synch Extraction: '||SQLCODE);
955: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 1003: hr_full_sync_messages.insert_psft_sync_run(2,'BG_FULL_SYNC',errbuf,retcode);

999: FND_FILE.NEW_LINE(FND_FILE.log, 1);
1000: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
1001: FND_FILE.put_line(fnd_file.log,'Business Group Full Synch Data Extraction Begins:'
1002: ||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
1003: hr_full_sync_messages.insert_psft_sync_run(2,'BG_FULL_SYNC',errbuf,retcode);
1004: open fet_bg_fsync;
1005: loop
1006: fetch fet_bg_fsync into p_bg_id,p_bg_name,p_eff_date,p_eff_status;
1007: exit when fet_bg_fsync%notfound;

Line 1015: hr_full_sync_messages.update_psft_sync_run(1,'BG_FULL_SYNC',p_effective_date,errbuf,retcode);

1011: end loop;
1012: close fet_bg_fsync;
1013:
1014:
1015: hr_full_sync_messages.update_psft_sync_run(1,'BG_FULL_SYNC',p_effective_date,errbuf,retcode);
1016: FND_FILE.NEW_LINE(FND_FILE.log, 1);
1017: FND_FILE.put_line(fnd_file.log,'Business Group Full Synch Data Extraction Ends:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
1018:
1019: end if;

Line 1023: hr_full_sync_messages.update_psft_sync_run(3,'BG_FULL_SYNC',p_effective_date,errbuf,retcode);

1019: end if;
1020:
1021: exception
1022: when OTHERS then
1023: hr_full_sync_messages.update_psft_sync_run(3,'BG_FULL_SYNC',p_effective_date,errbuf,retcode);
1024: errbuf := errbuf||SQLERRM;
1025: retcode := '1';
1026: FND_FILE.put_line(fnd_file.log, 'Error in Business Group Data Full Synch Extraction: '||SQLCODE);
1027: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 1077: hr_full_sync_messages.insert_psft_sync_run(2,'PYRL_FULL_SYNC',errbuf,retcode);

1073: then
1074: FND_FILE.NEW_LINE(FND_FILE.log, 1);
1075: FND_FILE.NEW_LINE(FND_FILE.OUTPUT, 1);
1076: FND_FILE.put_line(fnd_file.log,'Payroll Full Synch Data Extraction Begins:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
1077: hr_full_sync_messages.insert_psft_sync_run(2,'PYRL_FULL_SYNC',errbuf,retcode);
1078: open fet_pyrl_fsync;
1079: loop
1080:
1081: fetch fet_pyrl_fsync into p_pyrl_id,p_pyrl_name,p_bg_id,p_eff_date,p_eff_status;

Line 1090: hr_full_sync_messages.update_psft_sync_run(1,'PYRL_FULL_SYNC',p_effective_date,errbuf,retcode);

1086: end loop;
1087: close fet_pyrl_fsync;
1088:
1089:
1090: hr_full_sync_messages.update_psft_sync_run(1,'PYRL_FULL_SYNC',p_effective_date,errbuf,retcode);
1091: FND_FILE.NEW_LINE(FND_FILE.log, 1);
1092: FND_FILE.put_line(fnd_file.log,'Payroll Full Synch Data Extraction Ends:'||to_char(p_effective_date, 'DD/MM/RRRR HH:MI:SS'));
1093:
1094: end if;

Line 1098: hr_full_sync_messages.update_psft_sync_run(3,'PYRL_FULL_SYNC',p_effective_date,errbuf,retcode);

1094: end if;
1095:
1096: exception
1097: when OTHERS then
1098: hr_full_sync_messages.update_psft_sync_run(3,'PYRL_FULL_SYNC',p_effective_date,errbuf,retcode);
1099: errbuf := errbuf||SQLERRM;
1100: retcode := '1';
1101: FND_FILE.put_line(fnd_file.log, 'Error in Payroll Data Full Synch Extraction: '||SQLCODE);
1102: FND_FILE.NEW_LINE(FND_FILE.log, 1);

Line 1116: hr_full_sync_messages.hr_state_full_sync(ERRBUF,RETCODE);

1112: begin
1113:
1114: if p_process_name = 'STATE_FULL_SYNCH'
1115: then
1116: hr_full_sync_messages.hr_state_full_sync(ERRBUF,RETCODE);
1117: elsif p_process_name = 'COUNTRY_FULL_SYNCH'
1118: then
1119: hr_full_sync_messages.hr_country_full_sync(ERRBUF,RETCODE);
1120: elsif p_process_name = 'LOCATION_FULL_SYNCH'

Line 1119: hr_full_sync_messages.hr_country_full_sync(ERRBUF,RETCODE);

1115: then
1116: hr_full_sync_messages.hr_state_full_sync(ERRBUF,RETCODE);
1117: elsif p_process_name = 'COUNTRY_FULL_SYNCH'
1118: then
1119: hr_full_sync_messages.hr_country_full_sync(ERRBUF,RETCODE);
1120: elsif p_process_name = 'LOCATION_FULL_SYNCH'
1121: then
1122: hr_full_sync_messages.hr_location_full_sync(ERRBUF,RETCODE);
1123: elsif p_process_name = 'PERSON_FULL_SYNCH'

Line 1122: hr_full_sync_messages.hr_location_full_sync(ERRBUF,RETCODE);

1118: then
1119: hr_full_sync_messages.hr_country_full_sync(ERRBUF,RETCODE);
1120: elsif p_process_name = 'LOCATION_FULL_SYNCH'
1121: then
1122: hr_full_sync_messages.hr_location_full_sync(ERRBUF,RETCODE);
1123: elsif p_process_name = 'PERSON_FULL_SYNCH'
1124: then
1125: hr_full_sync_messages.hr_person_full_sync(ERRBUF,RETCODE);
1126: elsif p_process_name = 'WORKFORCE_FULL_SYNCH'

Line 1125: hr_full_sync_messages.hr_person_full_sync(ERRBUF,RETCODE);

1121: then
1122: hr_full_sync_messages.hr_location_full_sync(ERRBUF,RETCODE);
1123: elsif p_process_name = 'PERSON_FULL_SYNCH'
1124: then
1125: hr_full_sync_messages.hr_person_full_sync(ERRBUF,RETCODE);
1126: elsif p_process_name = 'WORKFORCE_FULL_SYNCH'
1127: then
1128: hr_full_sync_messages.hr_workforce_full_sync(ERRBUF,RETCODE);
1129: elsif p_process_name = 'JOBCODE_FULL_SYNCH' then

Line 1128: hr_full_sync_messages.hr_workforce_full_sync(ERRBUF,RETCODE);

1124: then
1125: hr_full_sync_messages.hr_person_full_sync(ERRBUF,RETCODE);
1126: elsif p_process_name = 'WORKFORCE_FULL_SYNCH'
1127: then
1128: hr_full_sync_messages.hr_workforce_full_sync(ERRBUF,RETCODE);
1129: elsif p_process_name = 'JOBCODE_FULL_SYNCH' then
1130: hr_full_sync_messages.hr_jobcode_full_sync(ERRBUF,RETCODE);
1131: elsif p_process_name = 'ORGANIZATION_FULL_SYNCH' then
1132: hr_full_sync_messages.hr_organizaton_full_sync(ERRBUF,RETCODE);

Line 1130: hr_full_sync_messages.hr_jobcode_full_sync(ERRBUF,RETCODE);

1126: elsif p_process_name = 'WORKFORCE_FULL_SYNCH'
1127: then
1128: hr_full_sync_messages.hr_workforce_full_sync(ERRBUF,RETCODE);
1129: elsif p_process_name = 'JOBCODE_FULL_SYNCH' then
1130: hr_full_sync_messages.hr_jobcode_full_sync(ERRBUF,RETCODE);
1131: elsif p_process_name = 'ORGANIZATION_FULL_SYNCH' then
1132: hr_full_sync_messages.hr_organizaton_full_sync(ERRBUF,RETCODE);
1133: elsif p_process_name = 'BUSINESSGROUP_FULL_SYNCH' then
1134: hr_full_sync_messages.hr_businessgrp_full_sync(ERRBUF,RETCODE);

Line 1132: hr_full_sync_messages.hr_organizaton_full_sync(ERRBUF,RETCODE);

1128: hr_full_sync_messages.hr_workforce_full_sync(ERRBUF,RETCODE);
1129: elsif p_process_name = 'JOBCODE_FULL_SYNCH' then
1130: hr_full_sync_messages.hr_jobcode_full_sync(ERRBUF,RETCODE);
1131: elsif p_process_name = 'ORGANIZATION_FULL_SYNCH' then
1132: hr_full_sync_messages.hr_organizaton_full_sync(ERRBUF,RETCODE);
1133: elsif p_process_name = 'BUSINESSGROUP_FULL_SYNCH' then
1134: hr_full_sync_messages.hr_businessgrp_full_sync(ERRBUF,RETCODE);
1135: elsif p_process_name = 'PAYROLL_FULL_SYNCH' then
1136: hr_full_sync_messages.hr_payroll_full_sync(ERRBUF,RETCODE);

Line 1134: hr_full_sync_messages.hr_businessgrp_full_sync(ERRBUF,RETCODE);

1130: hr_full_sync_messages.hr_jobcode_full_sync(ERRBUF,RETCODE);
1131: elsif p_process_name = 'ORGANIZATION_FULL_SYNCH' then
1132: hr_full_sync_messages.hr_organizaton_full_sync(ERRBUF,RETCODE);
1133: elsif p_process_name = 'BUSINESSGROUP_FULL_SYNCH' then
1134: hr_full_sync_messages.hr_businessgrp_full_sync(ERRBUF,RETCODE);
1135: elsif p_process_name = 'PAYROLL_FULL_SYNCH' then
1136: hr_full_sync_messages.hr_payroll_full_sync(ERRBUF,RETCODE);
1137: end if;
1138: end hr_full_sync;

Line 1136: hr_full_sync_messages.hr_payroll_full_sync(ERRBUF,RETCODE);

1132: hr_full_sync_messages.hr_organizaton_full_sync(ERRBUF,RETCODE);
1133: elsif p_process_name = 'BUSINESSGROUP_FULL_SYNCH' then
1134: hr_full_sync_messages.hr_businessgrp_full_sync(ERRBUF,RETCODE);
1135: elsif p_process_name = 'PAYROLL_FULL_SYNCH' then
1136: hr_full_sync_messages.hr_payroll_full_sync(ERRBUF,RETCODE);
1137: end if;
1138: end hr_full_sync;
1139: /*Common Procedure called from concurrent program ends*/
1140:

Line 1141: end hr_full_sync_messages;

1137: end if;
1138: end hr_full_sync;
1139: /*Common Procedure called from concurrent program ends*/
1140:
1141: end hr_full_sync_messages;