DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_MIGRATION_DETAILS_S1

Line 135: select IEM_MIGRATION_DETAILS_S1.nextval into l_mig_id from dual;

131: and rti.expire = 'N') and a.email_type = 'O' and a.folder_uid > 0
132: and a.folder_name = 'Drafts' and part.ref_key = a.rt_media_item_id
133: and part.part_type = 'HEADERS' and part.delete_flag <> 'Y';
134: end if;
135: select IEM_MIGRATION_DETAILS_S1.nextval into l_mig_id from dual;
136: insert into IEM_MIGRATION_DETAILS
137: (migration_id,
138: agent_account_id,
139: email_account_id,

Line 202: select IEM_MIGRATION_DETAILS_S1.nextval into l_mig_id from dual;

198: and rt_classification_id=l_class_id and agent_id=0;
199: l_status_text:='Succesfully Count for Folder ';
200: l_status:='S';
201: end if;
202: select IEM_MIGRATION_DETAILS_S1.nextval into l_mig_id from dual;
203: insert into IEM_MIGRATION_DETAILS
204: (migration_id,
205: email_account_id,
206: folder_name,