[Home] [Help]
[Dependency Information]
| Object Name: | RCV_ACCOUNTING_EVENT_TYPES |
|---|---|
| Object Type: | TABLE |
| Owner: | PO |
| FND Design Data: | PO.RCV_ACCOUNTING_EVENT_TYPES
|
| Subobject Name: | |
| Status: | VALID |
RCV_Accounting_Event_Types stores seeded event types that are used in the Receiving Accounting Events table.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EVENT_TYPE_ID | NUMBER | Yes | Event Type Identifier | |
| EVENT_TYPE_NAME | VARCHAR2 | (30) | Yes | Event Type Name |
| DESCRIPTION | VARCHAR2 | (240) | Description | |
| 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). | |
| 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_UDPATE_DATE | DATE | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT EVENT_TYPE_ID
, EVENT_TYPE_NAME
, DESCRIPTION
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UDPATE_DATE
FROM PO.RCV_ACCOUNTING_EVENT_TYPES;
PO.RCV_ACCOUNTING_EVENT_TYPES does not reference any database object
PO.RCV_ACCOUNTING_EVENT_TYPES is referenced by following:
APPS
RCV_ACCOUNTING_EVENT_TYPES
|
|
|
|