[Home] [Help]
[Dependency Information]
| Object Name: | POR_USSGL_TC_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | ICX.POR_USSGL_TC_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A Web view designed to simplify access from Oracle Self-Service Web Applications.
POR_USSGL_TC_LOV_V is a view which is used to populate the List of Values for information on United States Standard General Ledger transaction code, depending on Set of Books and Financial System parameters
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USSGL_TRANSACTION_CODE | VARCHAR2 | (30) | Yes | United States Standard General Ledger transaction code |
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Yes | Chart of Accounts identifier |
| DESCRIPTION | VARCHAR2 | (240) | United States Standard General Ledger transaction code description |
Cut, paste (and edit) the following text to query this object:
SELECT USSGL_TRANSACTION_CODE
, CHART_OF_ACCOUNTS_ID
, DESCRIPTION
FROM APPS.POR_USSGL_TC_LOV_V;
APPS
FINANCIALS_SYSTEM_PARAMETERS
GL_SETS_OF_BOOKS
GL_USSGL_TRANSACTION_CODES
APPS.POR_USSGL_TC_LOV_V is not referenced by any database object
|
|
|
|