[Home] [Help]
[Dependency Information]
| Object Name: | IGS_AD_OFFRESP_BATCH |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_AD_OFFRESP_BATCH
|
| Subobject Name: | |
| Status: | VALID |
Contains the batch description records that are required in order to run the Offer Response Import process. This table is the logical parent of IGS_AD_OFFRESP_INT and the value in the BATCH_ID column links rows in these tables.
Scope: public
Product: IGS
Lifecycle: active
Display Name: Import Offer Response Batch
Category: BUSINESS_ENTITY IGS_ADM_APPLICATION
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_AD_OFFRESP_BATCH_U1 | 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 |
| REQUEST_ID | NUMBER | (15) | Request id 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 the last concurrent program to update this record | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, BATCH_DESC
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_UPDATE_DATE
, PROGRAM_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_AD_OFFRESP_BATCH;
IGS.IGS_AD_OFFRESP_BATCH does not reference any database object
IGS.IGS_AD_OFFRESP_BATCH is referenced by following:
APPS
IGS_AD_OFFRESP_BATCH
|
|
|
|