[Home] [Help]
[Dependency Information]
Object Name: | PO_WARRANT_LINES |
---|---|
Object Type: | TABLE |
Owner: | PO |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Warrant lines information contains amount per document type, award type, and warrant type.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PO_WARRANT_LINES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
WARRANT_ID | NUMBER | Yes | Warrant identifier | |
TYPE_LOOKUP_CODE | VARCHAR2 | (25) | The document type. Valid values are lookup codes of lookup type 'PO TYPE' excluding 'PLANNED','QUOTATION','RFQ' | |
CLM_AWARD_TYPE | VARCHAR2 | (100) | The award type. Valid values include the award type lookup type spcific to the document type selected and 'ALL' value. | |
WARRANT_TYPE_CODE | VARCHAR2 | (30) | The warrant type code. Valid values are lookup codes of the user extensible lookup type 'PO_WARRANT_TYPE'. | |
WARRANT_AMOUNT | NUMBER | The amount which is the signing limit of this combination. | ||
CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
CREATED_BY | NUMBER | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
LAST_UPDATED_BY | NUMBER | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | ||
LAST_UPDATE_LOGIN | NUMBER | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT WARRANT_ID
, TYPE_LOOKUP_CODE
, CLM_AWARD_TYPE
, WARRANT_TYPE_CODE
, WARRANT_AMOUNT
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM PO.PO_WARRANT_LINES;
PO.PO_WARRANT_LINES does not reference any database object
PO.PO_WARRANT_LINES is referenced by following:
|
|
|