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


TABLE: PO.PO_QUALITY_CODES

Object Details
Object Name: PO_QUALITY_CODES
Object Type: TABLE
Owner: PO
FND Design Data: TablePO.PO_QUALITY_CODES
Subobject Name:
Status: VALID


PO_QUALITY_CODES stores information about the quality inspection
codes you use in your business. You need one row for each quality
inspection code. Each row includes the rank and corresponding code
you can assign to an inspection. When entering receiving or
inspection transactions, you use the list of values to choose an
inspection code you define in this table. You define inspection codes
in the Quality Inspection Codes window.
.
You can devise a ranking scheme for your inspection process.
RANKING stores the order for your ranks. CODE contains the quality
inspection code, and DESCRIPTION provides additional information for
CODE.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_QUALITY_CODES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRANKING
PO_QUALITY_CODES_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCODE
Columns
Name Datatype Length Mandatory Comments
CODE VARCHAR2 (25) Yes Quality code unique identifier
RANKING NUMBER
Yes Quality ranking value
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes 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).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
DESCRIPTION VARCHAR2 (80)
Description for the quality code
INACTIVE_DATE DATE

Inactive date for record
REQUEST_ID NUMBER

Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER

Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER

Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
Query Text

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


SELECT CODE
,      RANKING
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      DESCRIPTION
,      INACTIVE_DATE
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM PO.PO_QUALITY_CODES;

Dependencies

[top of page]

PO.PO_QUALITY_CODES does not reference any database object

PO.PO_QUALITY_CODES is referenced by following:

SchemaPO
ViewPO_QUALITY_CODES#