[Home] [Help]
[Dependency Information]
| Object Name: | PER_RI_CONFIG_LEGAL_ENTITY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| 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 |
|---|---|---|---|---|
| CONFIGURATION_CODE | VARCHAR2 | (60) | Yes | |
| CONFIG_INFORMATION_ID | NUMBER | (15) | Yes | |
| CONFIG_SEQUENCE | NUMBER | (9) | Yes | |
| CONFIG_INFORMATION_CATEGORY | VARCHAR2 | (120) | Yes | |
| LEGAL_ENTITY_NAME | VARCHAR2 | (240) | ||
| LEGAL_ENTITY_SHORT_NAME | VARCHAR2 | (240) | ||
| LEGAL_ENTITY_COUNTRY | VARCHAR2 | (240) | ||
| LEGAL_ENTITY_PARENT_OPER_COMP | VARCHAR2 | (240) | ||
| LEGAL_ENTITY_LOCATION_ID | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT CONFIGURATION_CODE
, CONFIG_INFORMATION_ID
, CONFIG_SEQUENCE
, CONFIG_INFORMATION_CATEGORY
, LEGAL_ENTITY_NAME
, LEGAL_ENTITY_SHORT_NAME
, LEGAL_ENTITY_COUNTRY
, LEGAL_ENTITY_PARENT_OPER_COMP
, LEGAL_ENTITY_LOCATION_ID
FROM APPS.PER_RI_CONFIG_LEGAL_ENTITY_V;
APPS
PER_RI_CONFIG_INFORMATION
APPS
PER_RI_CONFIG_DATAPUMP_ENTITY
- show dependent code
PER_RI_CONFIG_UTILITIES
- show dependent code
|
|
|
|