DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.CST_PAC_LEGAL_ENTITIES_V

Object Details
Object Name: CST_PAC_LEGAL_ENTITIES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.CST_PAC_LEGAL_ENTITIES_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CST_PAC_LEGAL_ENTITIES_V references the following:

SchemaAPPS
SynonymCST_COST_GROUPS
ViewGL_LEDGER_LE_V
ViewXLE_FIRSTPARTY_INFORMATION_V

APPS.CST_PAC_LEGAL_ENTITIES_V is not referenced by any database object