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


TABLE: AR.HZ_CITIZENSHIP

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


The HZ_CITIZENSHIP table stores information about a person's claimed nationality. People can have more than one citizenship in their lifetimes and can have multiple citizenships at the same time.
.
The primary key for this table is CITIZENSHIP_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_CITIZENSHIP_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCITIZENSHIP_ID
HZ_CITIZENSHIP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
CITIZENSHIP_ID NUMBER (15) Yes Citizenship identifier
BIRTH_OR_SELECTED VARCHAR2 (30)
Indicates if the citizenship was granted by being born in the country or by naturalization.
PARTY_ID NUMBER (15) Yes Unique identifier for a party. Foreign key to the HZ_PARTIES table.
COUNTRY_CODE VARCHAR2 (2) Yes ISO code for the country from which a person claims citizenship. Foreign key to the FND_TERRITORIES table
DATE_DISOWNED DATE

Date when an individual renounced citizenship. Usually a self-declared date that might not match a legal effective date.
DATE_RECOGNIZED DATE

Date when the country granted citizenship to the individual. For a native-born person, this date is typically the person's date of birth.
DOCUMENT_REFERENCE VARCHAR2 (60)
A number such as passport number or naturalization reference number associated with DOCUMENT_TYPE.
END_DATE DATE

Date that the country recognizes as the end of citizenship.
DOCUMENT_TYPE VARCHAR2 (30)
The class of document that confirms citizenship. For example, a passport, or naturalization papers.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
WH_UPDATE_DATE DATE

Date when the record was entered or changed in a data warehouse
STATUS VARCHAR2 (1)
Record status flag
OBJECT_VERSION_NUMBER NUMBER

Version number for locking purposes
APPLICATION_ID NUMBER (15)
Unique identifier for the application that created this record
CREATED_BY_MODULE VARCHAR2 (150)
Identifier for the source application module that created this record
Query Text

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


SELECT CITIZENSHIP_ID
,      BIRTH_OR_SELECTED
,      PARTY_ID
,      COUNTRY_CODE
,      DATE_DISOWNED
,      DATE_RECOGNIZED
,      DOCUMENT_REFERENCE
,      END_DATE
,      DOCUMENT_TYPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
,      STATUS
,      OBJECT_VERSION_NUMBER
,      APPLICATION_ID
,      CREATED_BY_MODULE
FROM AR.HZ_CITIZENSHIP;

Dependencies

[top of page]

AR.HZ_CITIZENSHIP does not reference any database object

AR.HZ_CITIZENSHIP is referenced by following:

SchemaAPPS
SynonymHZ_CITIZENSHIP