DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_MIGRATION_STORE_TEMP_S1

Line 660: select IEM_MIGRATION_STORE_TEMP_s1.nextval into l_mig_rec.mail_id from dual;

656: l_mig_rec.from_str:=v1.sender_name;
657: l_mig_rec.message_size:=v1.message_size;
658:
659: -- Create Record into Worklist Queue.
660: select IEM_MIGRATION_STORE_TEMP_s1.nextval into l_mig_rec.mail_id from dual;
661: insert into iem_migration_store_temp
662: (MAIL_ID,
663: MESSAGE_ID ,
664: MIGRATION_ID,

Line 964: select IEM_MIGRATION_STORE_TEMP_s1.nextval into l_mig_rec.mail_id from dual;

960: delete from iem_migration_Store_temp where migration_id=p_migration_id and message_id=l_msg_table(i);
961: --dbms_output.put_line('deleteing record migration_id='||p_migration_id|| ' and message_id='||l_msg_table(i));
962: end if;
963: l_mig_Rec.message_id:=l_msg_table(i);
964: select IEM_MIGRATION_STORE_TEMP_s1.nextval into l_mig_rec.mail_id from dual;
965: l_mig_rec.folder_name:=l_folder_name;
966: l_mig_rec.message_type:=l_folder_type;
967: l_mig_rec.email_account_id:=l_email_account_id;
968: l_content:=empty_blob();