[Home] [Help]
[Dependency Information]
| Object Name: | XLE_TAX_ASSOCIATIONS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XLE.XLE_TAX_ASSOCIATIONS
|
| Subobject Name: | |
| Status: | VALID |
XLE_TAX_ASSOCIATIONS retrieves the Legal Tax Associations
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONTEXT | VARCHAR2 | (80) | Yes | Context |
| ENTITY_TYPE | VARCHAR2 | (80) | Yes | Object Type Name |
| LEGAL_CONSTRUCT | VARCHAR2 | (80) | Yes | Subject Type Name |
| ASSOCIATION_TYPE_ID | NUMBER | (15) | Yes | Association Type Identifier |
| ASSOCIATION_ID | NUMBER | (15) | Yes | Legal Association Identifier |
| ENTITY_ID | NUMBER | (15) | Yes | Entity Identifier |
| ENTITY_NAME | VARCHAR2 | (240) | Legal Entity Name | |
| LEGAL_CONSTRUCT_ID | NUMBER | (15) | Yes | Identifier of the Subject of the Legal Association |
| LEGAL_PARTY_ID | NUMBER | (15) | Yes | Parent ID of the Subject ID. Will currently store the Legal Entity ID if the Subject Type is an Establishment |
| LEGAL_CONSTRUCT_NAME | VARCHAR2 | (240) | Yes | Name of the Legal Construct |
| LEGAL_PARENT_ID | NUMBER | (15) | Legal Parent Identifier | |
| EFFECTIVE_FROM | DATE | Yes | Date from which the association is effective | |
| EFFECTIVE_TO | DATE | Date after which the association is ended |
Cut, paste (and edit) the following text to query this object:
SELECT CONTEXT
, ENTITY_TYPE
, LEGAL_CONSTRUCT
, ASSOCIATION_TYPE_ID
, ASSOCIATION_ID
, ENTITY_ID
, ENTITY_NAME
, LEGAL_CONSTRUCT_ID
, LEGAL_PARTY_ID
, LEGAL_CONSTRUCT_NAME
, LEGAL_PARENT_ID
, EFFECTIVE_FROM
, EFFECTIVE_TO
FROM APPS.XLE_TAX_ASSOCIATIONS;
APPS
HR_ALL_ORGANIZATION_UNITS
HR_LOCATIONS_ALL
XLE_ASSOCIATIONS
XLE_ASSOCIATION_TYPES
XLE_ASSOC_OBJECT_TYPES
XLE_ETB_PROFILES
APPS
XLE_BUSINESSINFO_GRP
- show dependent code
ZX_AP_POPULATE_PKG
- show dependent code
ZX_AR_POPULATE_PKG
- show dependent code
ZX_TCM_PTP_PKG
- show dependent code
|
|
|
|