[Home] [Help]
[Dependency Information]
Object Name: | OKL_ACC_GEN_RULES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.
Account generator rules header. A row is created in this table every time account generator rule is defined for an accounting line type. The combination of accounting line type and operating unit is unique in this table. This table is stripped by operating unit.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ROW_ID | ROWID | (10) | Row Identifier in the database | |
ID | NUMBER | Yes | Primary key column | |
OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Column used for locking records during updates |
AE_LINE_TYPE | VARCHAR2 | (30) | Yes | Accounting event line type |
ACCT_LINE_TYPE_MEANING | VARCHAR2 | (4000) | ||
SET_OF_BOOKS_ID | NUMBER | Yes | Accounting books defining column | |
SET_OF_BOOKS_NAME | VARCHAR2 | (30) | Yes | |
ORG_ID | NUMBER | Operating unit identifier | ||
CREATED_BY | NUMBER | (15) | Yes | Standard who column |
CREATION_DATE | DATE | Yes | Standard who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, ID
, OBJECT_VERSION_NUMBER
, AE_LINE_TYPE
, ACCT_LINE_TYPE_MEANING
, SET_OF_BOOKS_ID
, SET_OF_BOOKS_NAME
, ORG_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.OKL_ACC_GEN_RULES_V;
|
|
|