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


TABLE: CE.CE_CASHPOOL_SUB_ACCTS

Object Details
Object Name: CE_CASHPOOL_SUB_ACCTS
Object Type: TABLE
Owner: CE
FND Design Data: TableCE.CE_CASHPOOL_SUB_ACCTS
Subobject Name:
Status: VALID


This table stores cash pool sub account information


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CE_CASHPOOL_SUB_ACCTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCASHPOOL_SUB_ACCT_ID
CE_CASHPOOL_SUB_ACCTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCASHPOOL_ID
Columns
Name Datatype Length Mandatory Comments
CASHPOOL_SUB_ACCT_ID NUMBER (15) Yes System-assigned cash pool sub account identifier
CASHPOOL_ID NUMBER (15) Yes Parent cash pool identifier
TYPE VARCHAR2 (10) Yes Type of sub account (ACCT: Bank Account, POOL: Cash Pool, CONC: Normal concentration account, INV: Investment concentration account, FUND: Funding concentration account, NEST: Bank Account from a nested cash pool)
ACCOUNT_ID NUMBER (15)
Bank account identifier or child cash pool identifier
CONC_ACCOUNT_ID NUMBER (15)
Child cash pool concentration bank account identifier
INV_CONC_ACCOUNT_ID NUMBER (15)
Child cash pool investment concentration bank account identifier
FUND_CONC_ACCOUNT_ID NUMBER (15)
Child cash pool funding concentration bank account identifier
PARTY_CODE VARCHAR2 (7)
Sub account company party code
LEGAL_ENTITY_ID NUMBER (15)
Legal entity identifier
SINGLE_CONC_ACCOUNT_FLAG VARCHAR2 (1)
Flag to indicate whether the child cash pool has only one concentration account
NESTED_PARENT_POOL_ID NUMBER (15)
Cash pool identifier of the nested cash pool, if any, that contains this bank account as a sub account (null if this sub account is an immediate child)
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
Query Text

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


SELECT CASHPOOL_SUB_ACCT_ID
,      CASHPOOL_ID
,      TYPE
,      ACCOUNT_ID
,      CONC_ACCOUNT_ID
,      INV_CONC_ACCOUNT_ID
,      FUND_CONC_ACCOUNT_ID
,      PARTY_CODE
,      LEGAL_ENTITY_ID
,      SINGLE_CONC_ACCOUNT_FLAG
,      NESTED_PARENT_POOL_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM CE.CE_CASHPOOL_SUB_ACCTS;

Dependencies

[top of page]

CE.CE_CASHPOOL_SUB_ACCTS does not reference any database object

CE.CE_CASHPOOL_SUB_ACCTS is referenced by following:

SchemaAPPS
SynonymCE_CASHPOOL_SUB_ACCTS