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


TABLE: IBY.IBY_ACCTTYPE

Object Details
Object Name: IBY_ACCTTYPE
Object Type: TABLE
Owner: IBY
FND Design Data: TableIBY.IBY_ACCTTYPE
Subobject Name:
Status: VALID


IBY_ACCTTYPE contains a list of various account types supported.
For example for bank account, the account types could be Checking, Savings etc...
For Credit Card, the account types could be Visa, MasterCard, Discover etc...


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_ACCTTYPE_ACCTTYPEID_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCTTYPEID
ColumnZD_EDITION_NAME
Columns
Name Datatype Length Mandatory Comments
ACCTTYPEID NUMBER (15) Yes AccountType identifier
ACCTTYPE VARCHAR2 (30)
Indicates the type of Accounts e.g CHECKING, SAVING, VISA, AMEX etc. It is a lookup code for LOOKUP TYPE IBY_ACCT_TYPE.
INSTRTYPE VARCHAR2 (30)
Indicates different instrument types e.g bank account, credit card etc. It is a lookup code for lookup type IBY_INSTRUMENT_TYPES.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
OBJECT_VERSION_NUMBER NUMBER
Yes This column is used for locking purposes that subsequently allows for checking if there is 'dirty' or old data on the screen compared to what is in the database. The situation occurs when the HTML application is an 'stateless' application.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
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).
SECURITY_GROUP_ID NUMBER

Used in hosted environments
ZD_EDITION_NAME VARCHAR2 (30) Yes
Query Text

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


SELECT ACCTTYPEID
,      ACCTTYPE
,      INSTRTYPE
,      LAST_UPDATE_DATE
,      OBJECT_VERSION_NUMBER
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
,      ZD_EDITION_NAME
FROM IBY.IBY_ACCTTYPE;

Dependencies

[top of page]

IBY.IBY_ACCTTYPE does not reference any database object

IBY.IBY_ACCTTYPE is referenced by following:

SchemaIBY
ViewIBY_ACCTTYPE#