DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OKL_ACC_GEN_RULES_V

Object Details
Object Name: OKL_ACC_GEN_RULES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_ACC_GEN_RULES_V
Subobject Name:
Status: VALID

View Type

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.


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.OKL_ACC_GEN_RULES_V references the following:

SchemaAPPS
ViewGL_LEDGERS_PUBLIC_V
PL/SQL PackageOKL_ACCOUNTING_UTIL - show dependent code
SynonymOKL_ACC_GEN_RULES
APPS.OKL_ACC_GEN_RULES_V is referenced by following:

SchemaAPPS
Package BodyOKL_ACCOUNT_GENERATOR_PVT - show dependent code
Package BodyOKL_ACCT_GEN_RULE_PVT - show dependent code
Package BodyOKL_AGR_PVT - show dependent code
PL/SQL PackageOKL_AGR_PVT - show dependent code
Package BodyOKL_AUL_PVT - show dependent code