[Home] [Help]
[Dependency Information]
| Object Name: | GL_JE_BATCHES_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_JE_BATCHES_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| JE_BATCH_ID | NUMBER | (15) | Yes | Journal entry batch defining column |
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Yes | Reserved for future use |
| PERIOD_SET_NAME | VARCHAR2 | (15) | Yes | Reserved for future use |
| ACCOUNTED_PERIOD_TYPE | VARCHAR2 | (15) | Yes | Reserved for future use |
| ACTUAL_FLAG | VARCHAR2 | (1) | Yes | Balance type (Actual, Budget, or Encumbrance) |
| NAME | VARCHAR2 | (100) | Yes | Name of journal entry batch |
| DEFAULT_PERIOD_NAME | VARCHAR2 | (15) | Accounting period for batch | |
| DESCRIPTION | VARCHAR2 | (240) | Journal entry batch description | |
| STATUS | VARCHAR2 | (1) | Yes | Journal entry batch status |
Cut, paste (and edit) the following text to query this object:
SELECT JE_BATCH_ID
, CHART_OF_ACCOUNTS_ID
, PERIOD_SET_NAME
, ACCOUNTED_PERIOD_TYPE
, ACTUAL_FLAG
, NAME
, DEFAULT_PERIOD_NAME
, DESCRIPTION
, STATUS
FROM APPS.GL_JE_BATCHES_LOV_V;
APPS
GL_JE_BATCHES
APPS.GL_JE_BATCHES_LOV_V is not referenced by any database object
|
|
|
|