[Home] [Help]
[Dependency Information]
Object Name: | IGSBV_ORGANIZATION_UNIT_PARTY |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A Business Intelligence System view
IGS_PE_HZ_PARTIES describes the attributes of the person
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ORG_UNIT_IDENTIFIER | NUMBER | (15) | Yes | Organization unit identifier |
ORG_UNIT_CODE | VARCHAR2 | (30) | Product Recognized Organization Code | |
TCA_PARTY_NUMBER | VARCHAR2 | (30) | Yes | Party Number of the Organization in HZ_PARTIES |
ORG_UNIT_NAME | VARCHAR2 | (360) | Yes | Name of this Organization unit |
INSTITUTION_CODE | VARCHAR2 | (30) | Identifier code of the parent institution for this organizational unit | |
START_DATE | DATE | Start date of the organizational unit | ||
END_DATE | DATE | End date of the organizational unit | ||
_LA:MEMBER_TYPE | CHAR | (63) | Org unit member type | |
ORG_STATUS | VARCHAR2 | (10) | Organization status | |
_LA:ORG_TYPE | CHAR | (57) | Org unit type | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
CREATION_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT ORG_UNIT_IDENTIFIER
, ORG_UNIT_CODE
, TCA_PARTY_NUMBER
, ORG_UNIT_NAME
, INSTITUTION_CODE
, START_DATE
, END_DATE
, _LA:MEMBER_TYPE
, ORG_STATUS
, _LA:ORG_TYPE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM APPS.IGSBV_ORGANIZATION_UNIT_PARTY;
APPS.IGSBV_ORGANIZATION_UNIT_PARTY is not referenced by any database object
|
|
|