[Home] [Help]
[Dependency Information]
Object Name: | PA_GL_SET_OF_BOOKS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
SET_OF_BOOKS_NAME | VARCHAR2 | (30) | Accounting books name. | |
CURRENCY | VARCHAR2 | (15) | Currency. | |
SET_OF_BOOKS_TYPE | VARCHAR2 | (30) | MRC set of books type i.e.Parent/Primary, and Reporting. | |
SET_OF_BOOKS_TYPE_CODE | VARCHAR2 | (30) | MRC set of books type code i.e. P for Primary/Parent/None and R for Reporting. | |
SET_OF_BOOKS_ID | NUMBER | (15) | Accounting books defining column. | |
ORG_ID | NUMBER | (15) |
Cut, paste (and edit) the following text to query this object:
SELECT SET_OF_BOOKS_NAME
, CURRENCY
, SET_OF_BOOKS_TYPE
, SET_OF_BOOKS_TYPE_CODE
, SET_OF_BOOKS_ID
, ORG_ID
FROM APPS.PA_GL_SET_OF_BOOKS_V;
APPS.PA_GL_SET_OF_BOOKS_V is not referenced by any database object
|
|
|