[Home] [Help]
[Dependency Information]
| Object Name: | IGS_PE_HZ_PTY_SITES |
|---|---|
| Object Type: | TABLE |
| Owner: | IGS |
| FND Design Data: | IGS.IGS_PE_HZ_PTY_SITES
|
| Subobject Name: | |
| Status: | VALID |
OSS Extension table to HZ_PARTY_SITES. This entity is used to store effective dates of the address of a person, organization or institution
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| IGS_PE_HZ_PARTY_SITE_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PARTY_SITE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PARTY_SITE_ID | NUMBER | (15) | Yes | Unique Identifier for the record |
| START_DATE | DATE | Effective Start Date of the Address | ||
| END_DATE | DATE | Effective End Date of the Address | ||
| 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 PARTY_SITE_ID
, START_DATE
, END_DATE
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM IGS.IGS_PE_HZ_PTY_SITES;
IGS.IGS_PE_HZ_PTY_SITES does not reference any database object
IGS.IGS_PE_HZ_PTY_SITES is referenced by following:
APPS
IGS_PE_HZ_PTY_SITES
|
|
|
|