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


TABLE: PO.PO_USAGES

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


PO_USAGES stores descriptions for using notes. You need one row
for each usage you define. Each row includes the usage name and
description. Oracle Purchasing uses this information to assign a
usage to each note. Examples of note usages are 'Vendor' and
'Receiver'. Oracle Purchasing automatically provides the
information for this table when you upgrade or install Oracle
Purchasing.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PO_USAGES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnUSAGE_ID
Columns
Name Datatype Length Mandatory Comments
USAGE_ID NUMBER
Yes Unique identifier for the note usage
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

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).
USAGE_NAME VARCHAR2 (80)
Name of the usage
DESCRIPTION VARCHAR2 (240)
Description of the usage
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 USAGE_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATION_DATE
,      CREATED_BY
,      USAGE_NAME
,      DESCRIPTION
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
FROM PO.PO_USAGES;

Dependencies

[top of page]

PO.PO_USAGES does not reference any database object

PO.PO_USAGES is referenced by following:

SchemaPO
ViewPO_USAGES#