DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_MIGRATION_PVT

Line 1: package BODY IEM_MIGRATION_PVT as

1: package BODY IEM_MIGRATION_PVT as
2: /* $Header: iemvmgrb.pls 120.27.12020000.2 2013/01/23 05:35:18 lkullamb ship $*/
3: g_statement_log boolean; -- Statement Level Logging
4: g_exception_log boolean; -- Statement Level Logging
5: g_error_log boolean; -- Statement Level Logging

Line 173: l_ret := IEM_MIGRATION_PVT.openfolder2(v1.email_user,v1.domain,v1.email_password,G_FOLDER,G_IM_LINK);

169: --commented b siahmed
170: --l_ret:=iem_im_wrappers_pvt.openfolder(G_FOLDER,G_IM_LINK,l_msg_table);
171: --just a precaustion
172: G_MSG_TABLE.DELETE;
173: l_ret := IEM_MIGRATION_PVT.openfolder2(v1.email_user,v1.domain,v1.email_password,G_FOLDER,G_IM_LINK);
174:
175: if l_ret=0 then -- openfolder return no error
176: --l_total_count:=l_msg_table.count;
177: --added by siahmed

Line 841: l_ret := IEM_MIGRATION_PVT.openfolder2(l_user,l_domain,l_pass,l_folder,l_dblink);

837:
838: --commented out by siahmed to use openfolder2
839: --l_ret:=iem_im_wrappers_pvt.openfolder(l_folder,l_dblink,l_msg_table);
840: -- start of addition
841: l_ret := IEM_MIGRATION_PVT.openfolder2(l_user,l_domain,l_pass,l_folder,l_dblink);
842: --dbms_output.put_line('openfolder2.l_ret'|| l_ret);
843: --end of addition
844:
845: if l_ret<>0 then

Line 1296: iem_migration_pvt.iem_config(l_stat);

1292: x_msg_data => l_msg_data
1293: );
1294: if l_stat='S' then
1295: -- Migrate Config Data
1296: iem_migration_pvt.iem_config(l_stat);
1297: if l_stat<>'S' then
1298: l_error_message:='Error While Creating Configuration Data'||sqlerrm;
1299: raise WORKER_NOT_SUBMITTED;
1300: else

Line 1301: IEM_MIGRATION_PVT.build_migration_queue(l_buildstat); --Build only Once

1297: if l_stat<>'S' then
1298: l_error_message:='Error While Creating Configuration Data'||sqlerrm;
1299: raise WORKER_NOT_SUBMITTED;
1300: else
1301: IEM_MIGRATION_PVT.build_migration_queue(l_buildstat); --Build only Once
1302: end if;
1303: else
1304: l_error_message:='Error While Creating Config Historical Date Info in IEM_COMP_RT_STATS';
1305: raise WORKER_NOT_SUBMITTED;

Line 1428: IEM_MIGRATION_PVT.create_worklist(l_migration_id,l_status);

1424: status_Text=null
1425: where migration_id=l_migration_id;
1426: commit;
1427: -- Build WorkList Item For the Folders
1428: IEM_MIGRATION_PVT.create_worklist(l_migration_id,l_status);
1429: END LOOP; -- End Loop for all folders
1430:
1431: -- PostProcessing Phase
1432: LOOP

Line 1471: IEM_MIGRATION_PVT.start_postprocessing(l_migration_id,l_status);

1467: set folder_status='V'
1468: where migration_id=l_migration_id;
1469: commit;
1470: -- Build WorkList Item For the Folders
1471: IEM_MIGRATION_PVT.start_postprocessing(l_migration_id,l_status);
1472: end if;
1473: END LOOP; -- End Loop for all folders
1474: -- Check for all account to transfer them from Migrate mode to in active mode. WE make account
1475: --active even if it is doing historical email migration

Line 1908: IEM_MIGRATION_PVT.set_messages(l_messages);

1904: l_messages(loop_idx) := l_msg_table(loop_idx);
1905: --l_messages(loop_idx) := G_MSG_TABLE(loop_idx);
1906: --dbms_output.put_line(''message_id is: ''||l_messages(loop_idx));
1907: END LOOP;
1908: IEM_MIGRATION_PVT.set_messages(l_messages);
1909: END IF;
1910: END; ';
1911:
1912: EXECUTE IMMEDIATE plsql_block USING l_user,l_domain,l_pass,l_folder ;

Line 1956: end IEM_MIGRATION_PVT;

1952:
1953: --end of addition by siahmed
1954:
1955:
1956: end IEM_MIGRATION_PVT;