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


TABLE: AR.HZ_FINANCIAL_PROFILE

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


The HZ_FINANCIAL_PROFILE table stores information about the financial accounts owned by a party. For example, when you perform a credit evaluation of a prospective customer, data may be entered about the balance in the prospective customer's bank account.
.
The primary key for this table is FINANCIAL_PROFILE_ID.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HZ_FINANCIAL_PROFILE_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFINANCIAL_PROFILE_ID
HZ_FINANCIAL_PROFILE_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
FINANCIAL_PROFILE_ID NUMBER (15) Yes Financial profile identifier
ACCESS_AUTHORITY_DATE DATE

The date that access to the information in the account was granted
ACCESS_AUTHORITY_GRANTED VARCHAR2 (1)
Indicates if access to information in a financial account was granted. Y for access has been granted. N for access has not been granted.
BALANCE_AMOUNT NUMBER

The reported balance on an account. The balance can be a positive number, negative number, or zero.
BALANCE_VERIFIED_ON_DATE DATE

The date and time that the account balance was verified
FINANCIAL_ACCOUNT_NUMBER VARCHAR2 (60)
An account number at an organization that identifies the account.
FINANCIAL_ACCOUNT_TYPE VARCHAR2 (30)
A short name that classifies accounts. For example, savings, checking, home loan, personal loan, trading, and so on.
FINANCIAL_ORG_TYPE VARCHAR2 (30)
A classification of financial organizations. For example, bank, savings and loan, private lender, building society and so on
FINANCIAL_ORGANIZATION_NAME VARCHAR2 (240)
Name of the financial organization that holds the account
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.
PARTY_ID NUMBER (15) Yes Unique party indentifier. Foreign key to the HZ_PARTIES table
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
Query Text

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


SELECT FINANCIAL_PROFILE_ID
,      ACCESS_AUTHORITY_DATE
,      ACCESS_AUTHORITY_GRANTED
,      BALANCE_AMOUNT
,      BALANCE_VERIFIED_ON_DATE
,      FINANCIAL_ACCOUNT_NUMBER
,      FINANCIAL_ACCOUNT_TYPE
,      FINANCIAL_ORG_TYPE
,      FINANCIAL_ORGANIZATION_NAME
,      CREATED_BY
,      CREATION_DATE
,      PARTY_ID
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
,      STATUS
FROM AR.HZ_FINANCIAL_PROFILE;

Dependencies

[top of page]

AR.HZ_FINANCIAL_PROFILE does not reference any database object

AR.HZ_FINANCIAL_PROFILE is referenced by following:

SchemaAPPS
SynonymHZ_FINANCIAL_PROFILE