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


TABLE: ICX.POR_FAV_CHARGE_ACCOUNTS

Object Details
Object Name: POR_FAV_CHARGE_ACCOUNTS
Object Type: TABLE
Owner: ICX
FND Design Data: TableICX.POR_FAV_CHARGE_ACCOUNTS
Subobject Name:
Status: VALID


The table stores information about the account preferences. The account preferences are defined for each user and responsibility.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
POR_FAV_CHARGE_AC_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEMPLOYEE_ID
ColumnRESPONSIBILITY_ID
Columns
Name Datatype Length Mandatory Comments
ACCOUNT_PREF_ID NUMBER
Yes Account preference identifier
EMPLOYEE_ID NUMBER
Yes Employee id of the user
RESPONSIBILITY_ID NUMBER
Yes Responsibility id of the user
SET_OF_BOOKS_ID NUMBER
Yes Set of books id defined for the responsibility id
NICKNAME VARCHAR2 (50) Yes Nickname associated with the account preference
CHARGE_ACCOUNT_ID NUMBER

Charge account identifier of the account
DEFAULT_ACCOUNT VARCHAR2 (1)
Whether the account is the default account for the particular user and responsibility (Y/N)
CREATED_BY NUMBER

Standard who column
CREATION_DATE DATE

Standard who column
LAST_UPDATED_BY NUMBER
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
LAST_UPDATE_LOGIN NUMBER

Standard who column
Query Text

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


SELECT ACCOUNT_PREF_ID
,      EMPLOYEE_ID
,      RESPONSIBILITY_ID
,      SET_OF_BOOKS_ID
,      NICKNAME
,      CHARGE_ACCOUNT_ID
,      DEFAULT_ACCOUNT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM ICX.POR_FAV_CHARGE_ACCOUNTS;

Dependencies

[top of page]

ICX.POR_FAV_CHARGE_ACCOUNTS does not reference any database object

ICX.POR_FAV_CHARGE_ACCOUNTS is referenced by following:

SchemaAPPS
SynonymPOR_FAV_CHARGE_ACCOUNTS