DBA Data[Home] [Help]

APPS.IEM_MIGRATION_PVT dependencies on IEM_MIGRATION_DETAILS_S1

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

118: and rti.expire = 'N') and a.email_type = 'O' and a.folder_uid > 0
119: and a.folder_name = 'Drafts' and part.ref_key = a.rt_media_item_id
120: and part.part_type = 'HEADERS' and part.delete_flag <> 'Y';
121: end if;
122: select IEM_MIGRATION_DETAILS_S1.nextval into l_mig_id from dual;
123: insert into IEM_MIGRATION_DETAILS
124: (migration_id,
125: agent_account_id,
126: email_account_id,

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

175: and rt_classification_id=l_class_id and agent_id=0;
176: l_status_text:='Succesfully Count for Folder ';
177: l_status:='S';
178: end if;
179: select IEM_MIGRATION_DETAILS_S1.nextval into l_mig_id from dual;
180: insert into IEM_MIGRATION_DETAILS
181: (migration_id,
182: email_account_id,
183: folder_name,