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


TABLE: AR.HZ_PARTY_USAGES_B

Object Details
Object Name: HZ_PARTY_USAGES_B
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.HZ_PARTY_USAGES_B
Subobject Name:
Status: VALID


Stores party usage definition.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_PARTY_USAGES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_USAGE_CODE
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
PARTY_USAGE_CODE VARCHAR2 (30) Yes Unique code for a party usage
PARTY_USAGE_TYPE VARCHAR2 (30) Yes Party type that the usage pertains to. PERSON, ORGANIZATION, or PERSON_ORGANIZATION. Validated against HZ_PARTY_USAGE_TYPE lookup.
RESTRICT_MANUAL_ASSIGN_FLAG VARCHAR2 (1)
Indicates if usage can be assigned only implicitly through identified business events and not directly through other features. Y for yes, N or null for no.
RESTRICT_MANUAL_UPDATE_FLAG VARCHAR2 (1)
Indicates if usage can be updated only implicitly through identified business events and not directly through other features. Y for yes, N or null for no.
PUBLISH_TO_WFDS_FLAG VARCHAR2 (1)
Indicates if party assigned with this usage is automatically included in a specified workflow role. Y for yes, N or null for no. Only for party usage type PERSON or PERSON_ORGANIZATION.
STATUS_FLAG VARCHAR2 (1) Yes Status of party usage code. A for active or I for inactive. Validated against REGISTRY_STATUS column.
OBJECT_VERSION_NUMBER NUMBER
Yes Used for locking purposes
CREATED_BY NUMBER (15) Yes Standard Who column. Identifies if value is seeded
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT PARTY_USAGE_CODE
,      PARTY_USAGE_TYPE
,      RESTRICT_MANUAL_ASSIGN_FLAG
,      RESTRICT_MANUAL_UPDATE_FLAG
,      PUBLISH_TO_WFDS_FLAG
,      STATUS_FLAG
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      ZD_EDITION_NAME
FROM AR.HZ_PARTY_USAGES_B;

Dependencies

[top of page]

AR.HZ_PARTY_USAGES_B does not reference any database object

AR.HZ_PARTY_USAGES_B is referenced by following:

SchemaAR
ViewHZ_PARTY_USAGES_B#