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


TABLE: BOM.CST_MGD_INFL_TSF_ORG_ENTRIES

Object Details
Object Name: CST_MGD_INFL_TSF_ORG_ENTRIES
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.CST_MGD_INFL_TSF_ORG_ENTRIES
Subobject Name:
Status: VALID


CST_MGD_INFL_TSF_ORG_ENTRIES is used to store the opposing organization's journal entry information for transfers. Once accounting is generated for a period and the transfer to General Ledger is completed, the data is deleted from this table. Journal entry value is stored in ENTERED_DR ( debit) or ENTERED_CR (credit), but not both values in one row.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
TRANSACTION_ID NUMBER
Yes Transaction Identifier
INVENTORY_ITEM_ID NUMBER
Yes Inventory Item Identifier
ORGANIZATION_ID NUMBER
Yes Organization Identifier
ACCT_PERIOD_ID NUMBER
Yes Account Period Identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER

Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
COUNTRY_CODE VARCHAR2 (2) Yes Country Code
TRANSFER_ORGANIZATION_ID NUMBER
Yes Organization Identifier for organization involved in transfer
ENTERED_DR NUMBER

Debit amount entered as a result of the transfer
ENTERED_CR NUMBER

Credit amount entered as a result of the transfer
Query Text

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


SELECT TRANSACTION_ID
,      INVENTORY_ITEM_ID
,      ORGANIZATION_ID
,      ACCT_PERIOD_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      COUNTRY_CODE
,      TRANSFER_ORGANIZATION_ID
,      ENTERED_DR
,      ENTERED_CR
FROM BOM.CST_MGD_INFL_TSF_ORG_ENTRIES;

Dependencies

[top of page]

BOM.CST_MGD_INFL_TSF_ORG_ENTRIES does not reference any database object

BOM.CST_MGD_INFL_TSF_ORG_ENTRIES is referenced by following:

SchemaAPPS
SynonymCST_MGD_INFL_TSF_ORG_ENTRIES