[Home] [Help]
[Dependency Information]
Object Name: | XLA_JE_CATEGORIES_VL |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
MultiLingual view (a language resolved view of the data.)
View displays a list of journal categories that are translated. This is created for the Period Close Exceptions project. A join is made between xla_event_class_attrs and gl_je_categories_tl.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
JE_CATEGORY_NAME | VARCHAR2 | (25) | Yes | |
USER_JE_CATEGORY_NAME | VARCHAR2 | (25) | Yes | |
APPLICATION_ID | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT JE_CATEGORY_NAME
, USER_JE_CATEGORY_NAME
, APPLICATION_ID
FROM APPS.XLA_JE_CATEGORIES_VL;
APPS.XLA_JE_CATEGORIES_VL is not referenced by any database object
|
|
|