[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_IMP_BATCH_DET |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_IMP_BATCH_DET
|
| Subobject Name: | |
| Status: | VALID |
Contains the batch description records that are required in order to run the Admissions Import process. This table is the logical parent of IGS_AD_INTERFACE_ALL and the value in the BATCH_ID column links rows in these tables.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Admission Detail Batch
Category: BUSINESS_ENTITY IGS_ADM_APPLICATION
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_IMP_BATCH_DET_PK | NORMAL | UNIQUE |
APPS_TS_INTERFACE
|
BATCH_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | (15) | Yes | Batch Identifier |
| BATCH_DESC | VARCHAR2 | (80) | Yes | Batch Description |
| CREATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| CREATION_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard WHO Column |
| LAST_UPDATE_DATE | DATE | Yes | Standard WHO Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard WHO Column | |
| REQUEST_ID | NUMBER | (15) | Request Identifier of the last concurrent program to update this record | |
| PROGRAM_APPLICATION_ID | NUMBER | (15) | Application Identifier of the last concurrent program to update this record | |
| PROGRAM_UPDATE_DATE | DATE | Last Update Date of this record by a concurrent program | ||
| PROGRAM_ID | NUMBER | (15) | Program Identifier of last concurrent program to update this record |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, BATCH_DESC
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, PROGRAM_ID
FROM IGS.IGS_AD_IMP_BATCH_DET;
IGS.IGS_AD_IMP_BATCH_DET does not reference any database object
IGS.IGS_AD_IMP_BATCH_DET is referenced by following:
APPS
IGS_AD_IMP_BATCH_DET
|
|
|
|