[Home] [Help]
[Dependency Information]
Object Name: | OE_PAYMENT_TYPES_TL |
---|---|
Object Type: | TABLE |
Owner: | ONT |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores the name and description for each payment type in different languages
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
OE_PAYMENT_TYPES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_ID | NUMBER | It is used to store the Operating Unit | ||
PAYMENT_TYPE_CODE | VARCHAR2 | (30) | Yes | Lookup Code for lookup Type OE_PAYMENT_TYPE |
LANGUAGE | VARCHAR2 | (4) | Yes | Language of the MLS columns |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language of the MLS columns |
NAME | VARCHAR2 | (240) | Yes | Name of the Payment Type |
DESCRIPTION | VARCHAR2 | (2000) | Description of the Payment Type | |
CREATION_DATE | DATE | Yes | Standard who column | |
CREATED_BY | NUMBER | Yes | Standard who column | |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | Standard who column | ||
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). | ||
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_UPDATE_DATE | DATE | Concurrent Program who column - date when a program last updated this row). | ||
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_ID
, PAYMENT_TYPE_CODE
, LANGUAGE
, SOURCE_LANG
, NAME
, DESCRIPTION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
, PROGRAM_UPDATE_DATE
, ZD_EDITION_NAME
FROM ONT.OE_PAYMENT_TYPES_TL;
ONT.OE_PAYMENT_TYPES_TL does not reference any database object
ONT.OE_PAYMENT_TYPES_TL is referenced by following:
|
|
|