[Home] [Help]
[Dependency Information]
Object Name: | CST_PAC_LEGAL_ENTITIES_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
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 |
---|---|---|---|---|
LEGAL_ENTITY | NUMBER | The organization id of the legal entity | ||
NAME | VARCHAR2 | (240) | Yes | The name of the corresponding legal entity. |
SET_OF_BOOKS_ID | NUMBER | (15) | Yes | The set of books associated with the legal entity. |
DATE_FROM | DATE | The date from which the organization is valid. | ||
DATE_TO | DATE | The date to which the organization is valid |
Cut, paste (and edit) the following text to query this object:
SELECT LEGAL_ENTITY
, NAME
, SET_OF_BOOKS_ID
, DATE_FROM
, DATE_TO
FROM APPS.CST_PAC_LEGAL_ENTITIES_V;
APPS.CST_PAC_LEGAL_ENTITIES_V is not referenced by any database object
|
|
|