[Home] [Help]
[Dependency Information]
| Object Name: | GL_REC_BATCHES_LOV_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | SQLGL.GL_REC_BATCHES_LOV_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| NAME | VARCHAR2 | (30) | Yes | Recurring journal batch name |
| DESCRIPTION | VARCHAR2 | (240) | Recurring journal batch description | |
| RECURRING_BATCH_ID | NUMBER | (15) | Yes | Recurring journal 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 |
| BUDGET_FLAG | VARCHAR2 | (1) | Yes | Recurring budget journal batch flag |
| USE_PRIVILEGE | VARCHAR2 | (1) |
Cut, paste (and edit) the following text to query this object:
SELECT NAME
, DESCRIPTION
, RECURRING_BATCH_ID
, CHART_OF_ACCOUNTS_ID
, PERIOD_SET_NAME
, ACCOUNTED_PERIOD_TYPE
, BUDGET_FLAG
, USE_PRIVILEGE
FROM APPS.GL_REC_BATCHES_LOV_V;
APPS
FND_DATA_SECURITY
- show dependent code
FND_GLOBAL
- show dependent code
GL_RECURRING_BATCHES
APPS.GL_REC_BATCHES_LOV_V is not referenced by any database object
|
|
|
|