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


TABLE: IBY.IBY_ACCOUNT_OWNERS

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


This table contains records of the account owners of the external bank accounts entered manually. This table corresponds to the Banking details page of supplier or customer. When an external bank account is created a row will be stored in to this table as well as IBY_EXT_BANK_ACCOUNTS. The external bank account can be shared by multiple parties. When a joint owner is added to the external bank account, then one more entry with the joint owner details is entered in the IBY_ACCOUNT_OWNERS table. This table holds the primary flag, owner party identifier etc. details of the external bank account owner.This is a common table used by both Funds disbursement and Funds Capture modules.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
IBY_ACCOUNT_OWNERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNT_OWNER_ID
IBY_ACCOUNT_OWNERS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXT_BANK_ACCOUNT_ID
ColumnACCOUNT_OWNER_PARTY_ID
ColumnPRIMARY_FLAG
IBY_ACCOUNT_OWNERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnACCOUNT_OWNER_PARTY_ID
Columns
Name Datatype Length Mandatory Comments
ACCOUNT_OWNER_ID NUMBER (15) Yes Unique internal Identifier for this record. Generated using a database sequence.
EXT_BANK_ACCOUNT_ID NUMBER (15) Yes This is the foreign key to the IBY_EXT_BANK_ACCOUNTS table.
ACCOUNT_OWNER_PARTY_ID NUMBER (15) Yes This column represents the party id of the account owner or the joint owner of the external bank account.
END_DATE DATE

The date on which the bank account is end dated
PRIMARY_FLAG VARCHAR2 (1)
Y or N flag indicating whether the party is the primary owner of the bank account
CREATED_BY NUMBER (15) Yes Standard who column - unique internal identifier of user who created this row. Foreign key to the USER_ID column of the FND_USER table.
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - unique internal identifier user who last updated this row. Foreign key to the USER_ID column of the FND_USER table.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row. Foreign key to the LOGIN_ID column of the FND_LOGINS table.
OBJECT_VERSION_NUMBER NUMBER
Yes 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. This number is incremented for every update to the row through the application.
Query Text

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


SELECT ACCOUNT_OWNER_ID
,      EXT_BANK_ACCOUNT_ID
,      ACCOUNT_OWNER_PARTY_ID
,      END_DATE
,      PRIMARY_FLAG
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
FROM IBY.IBY_ACCOUNT_OWNERS;

Dependencies

[top of page]

IBY.IBY_ACCOUNT_OWNERS does not reference any database object

IBY.IBY_ACCOUNT_OWNERS is referenced by following:

SchemaAPPS
SynonymIBY_ACCOUNT_OWNERS