DBA Data[Home] [Help] [Dependency Information]


TABLE: IA.IA_REQUEST_HEADERS

Object Details
Object Name: IA_REQUEST_HEADERS
Object Type: TABLE
Owner: IA
FND Design Data: TableIA.IA_REQUEST_HEADERS
Subobject Name:
Status: VALID


IA_REQUEST_HEADERS stores information about the requests you create. Oracle iAssets inserts rows into this table each time you create a request. Each row in this table includes the request ID, the purpose and status, and other information about the request. There is a one-to-many relationship between the request header and the request details.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IA_REQUEST_HEADERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
IA_REQUEST_HEADERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUESTER_ID
Columns
Name Datatype Length Mandatory Comments
REQUEST_ID NUMBER (15) Yes Requester identification number
STATUS VARCHAR2 (30) Yes Request header status lookup code
PREPARER_ID NUMBER (15) Yes Preparer identification number
REQUESTER_ID NUMBER (15) Yes Requester identification number
REQUEST_DATE DATE

Effective date of the request
PURPOSE VARCHAR2 (2000)
Purpose the request is created
REQUEST_TYPE VARCHAR2 (15) Yes Indicates the request type
SAVE_LOCATION NUMBER (15) Yes Indicates the location of the saved request
RELEASING_APPROVER_ID NUMBER (15)
Releasing approver identification number
RECEIVING_APPROVER_ID NUMBER (15)
Receiving approver identification number
RESPONSIBILITY_ID NUMBER (15)
Identifier of the Oracle Applications responsibility
BOOK_TYPE_CODE VARCHAR2 (15)
Book name that is attached to the responsibility through the setup rule
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
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE_CATEGORY_CODE VARCHAR2 (30)
Descriptive flexfield structure defining column
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT REQUEST_ID
,      STATUS
,      PREPARER_ID
,      REQUESTER_ID
,      REQUEST_DATE
,      PURPOSE
,      REQUEST_TYPE
,      SAVE_LOCATION
,      RELEASING_APPROVER_ID
,      RECEIVING_APPROVER_ID
,      RESPONSIBILITY_ID
,      BOOK_TYPE_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ATTRIBUTE_CATEGORY_CODE
FROM IA.IA_REQUEST_HEADERS;

Dependencies

[top of page]

IA.IA_REQUEST_HEADERS does not reference any database object

IA.IA_REQUEST_HEADERS is referenced by following:

SchemaAPPS
SynonymIA_REQUEST_HEADERS