DBA Data[Home] [Help]

APPS.CSD_MIGRATE_FROM_115X_PKG6 dependencies on CSD_FLOW_STATUSES_TL

Line 218: insert into CSD_FLOW_STATUSES_TL (

214: END;
215:
216: END LOOP;
217:
218: insert into CSD_FLOW_STATUSES_TL (
219: FLOW_STATUS_ID,
220: EXTERNAL_DISPLAY_STATUS,
221: CREATED_BY,
222: CREATION_DATE,

Line 244: from CSD_FLOW_STATUSES_TL T

240: where L.INSTALLED_FLAG in ('I', 'B')
241: AND FS_B.flow_status_code in ('C','H','O','D')
242: and not exists
243: (select 'x'
244: from CSD_FLOW_STATUSES_TL T
245: where T.FLOW_STATUS_ID = FS_B.flow_status_id
246: and T.LANGUAGE = L.LANGUAGE_CODE);
247:
248: -- STEP 2: Insert into the status transitions for each Repair Type.