[Home] [Help]
[Dependency Information]
| Object Name: | HR_LEGAL_ENTITIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PER.HR_LEGAL_ENTITIES
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
HR_LEGAL_ENTITIES is a view based on HR_ORGANIZATION_UNITS and
HR_ORGANIZATION_INFORMATION that returns generic information about a
GRE/Legal entity. Legislation specific information is not returned by
this view. HR_TAX_UNITS_V returns US specific information about a
GRE/legal entity.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_GROUP_ID | NUMBER | (15) | Yes | Refer to base table. |
| ORGANIZATION_ID | NUMBER | (15) | Yes | Refer to base table. |
| NAME | VARCHAR2 | (240) | Yes | Refer to base table. |
| DATE_FROM | DATE | Yes | Refer to base table. | |
| DATE_TO | DATE | Refer to base table. |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_GROUP_ID
, ORGANIZATION_ID
, NAME
, DATE_FROM
, DATE_TO
FROM APPS.HR_LEGAL_ENTITIES;
APPS
HR_ALL_ORGANIZATION_UNITS_TL
HR_GENERAL
- show dependent code
HR_ORGANIZATION_INFORMATION
HR_ORG_UNITS_NO_JOIN
HR_SECURITY
- show dependent code
APPS
BOM_CSTRPWDD_XMLP_PKG
- show dependent code
CST_PERITEMCOSTCHANGERPT_PVT
- show dependent code
ECE_MVSTO_HEADERS_V
HRSPINE
- show dependent code
HR_ADP_GRE_LIST_V
INVFV_MOVEMENT_PARAMETERS
JAI_AP_TDS_ETDS_PKG
- show dependent code
JA_CN_CFS_GENERATE_PKG
- show dependent code
MTL_MOVEMENT_PARAMETERS_V
PAY_US_SQWL_ARCHIVE
- show dependent code
PA_CC_TP_UTILS
- show dependent code
PN_MO_CACHE_UTILS
- show dependent code
PN_MO_CACHE_UTILS
- show dependent code
PON_SYSTEM_FIELDS_VALUES_V
PO_SIGNATURE_PVT
- show dependent code
XLE_BUSINESSINFO_GRP
- show dependent code
|
|
|
|