[Home] [Help]
[Dependency Information]
| Object Name: | CN_LEDGER_BAL_TYPES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
MultiLingual view (a language resolved view of the data.)
Single org, single language view of CN_LEDGER_BAL_TYPES_ALL_B ,
CN_LEDGER_BAL_TYPES_ALL_TL
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCE_NAME | VARCHAR2 | (80) | Yes | Name of balance |
| STATISTICAL_TYPE | VARCHAR2 | (1) | Not currently used. | |
| PAYMENT_TYPE | VARCHAR2 | (1) | Determines whether debits are shown as positive or negative | |
| BALANCE_ID | NUMBER | (15) | Yes | Primary key. |
| COLUMN_NAME | VARCHAR2 | (40) | Yes | Gives the column prefix that this account is represented by in the CN_SRP_PERIODS table |
| BALANCE_TYPE | VARCHAR2 | (30) | Yes | Not currently used. |
| SCREEN_SEQUENCE | NUMBER | (15) | Yes | Gives the sequence number which orders how the columns appear on the default folder. |
| ORG_ID | NUMBER | (15) | Organization identifier | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). | |
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| CREATED_BY | NUMBER | (15) | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | 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 BALANCE_NAME
, STATISTICAL_TYPE
, PAYMENT_TYPE
, BALANCE_ID
, COLUMN_NAME
, BALANCE_TYPE
, SCREEN_SEQUENCE
, ORG_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM APPS.CN_LEDGER_BAL_TYPES_VL;
APPS
CN_LEDGER_BAL_TYPES_ALL_B
CN_LEDGER_BAL_TYPES_ALL_TL
APPS
CN_LEDGER_BAL_TYPES
|
|
|
|