[Home] [Help]
[Dependency Information]
Object Name: | FUN_INTERFACE_BATCHES |
---|---|
Object Type: | TABLE |
Owner: | FUN |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
/*#
* This is the open interface table for Intercompany Batches.
* @rep:scope public
* @rep:lifecycle active
* @rep:displayname Intercompany Batches Interface
* @rep:product FUN
* @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH
*/
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FUN_INTERFACE_BATCHES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
FUN_INTERFACE_BATCHES_N2 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
SOURCE | VARCHAR2 | (25) | Yes | /*# * Source of external system from where records are imported. * @rep:scope public * @rep:lifecycle active * @rep:displayname Source * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ |
GROUP_ID | NUMBER | (15) | Yes | /*# * Logical Grouping of Batches into Group. It should match Group Id in the fun_interface_controls table. * @rep:scope public * @rep:lifecycle active * @rep:displayname Group Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ |
BATCH_ID | NUMBER | (15) | Yes | /*# * System Generated Primary Key. * @rep:scope public * @rep:lifecycle active * @rep:displayname Batch Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ |
BATCH_NUMBER | VARCHAR2 | (15) | /*# * Unique for an Initiator. * @rep:scope public * @rep:lifecycle active * @rep:displayname Batch Number * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
INITIATOR_ID | NUMBER | (15) | /*# * The Party Id of the Intercompany Organization which Initiated the batch. * @rep:scope public * @rep:lifecycle active * @rep:displayname Initiator Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
INITIATOR_NAME | VARCHAR2 | (360) | /*# * Name of the Party. * @rep:scope public * @rep:lifecycle active * @rep:displayname Initiator Name * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
FROM_LE_ID | NUMBER | (15) | /*# * xle_entity_profiles.legal_entity_id of the Initiator Legal Entity. If none is provided, the Legal Entity Id is derived using the Initiator Id. * @rep:scope public * @rep:lifecycle active * @rep:displayname From Legal Entity Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
FROM_LE_NAME | VARCHAR2 | (240) | /*# * Name of the Initiator Legal Entity. If none is provided, the Legal Entity Id is derived using the Initiator Id. * @rep:scope public * @rep:lifecycle active * @rep:displayname From Legal Entity Name * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
FROM_LEDGER_ID | NUMBER | (15) | /*# * Initiator Ledger Id. * @rep:scope public * @rep:lifecycle active * @rep:displayname From Ledger Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
CONTROL_TOTAL | NUMBER | /*# * Entered by the user as a placeholder to indicate the amount they would like the batch to add up to./ * It is not the total of all the transaction amounts in the batch. * @rep:scope public * @rep:lifecycle active * @rep:displayname Control Total * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | ||
RUNNING_TOTAL_CR | NUMBER | /*# * The total of all the transaction credit amounts in the batchNote. A batch must have all/ * credits or all debit amounts, it cannot mix both. * @rep:scope public * @rep:lifecycle active * @rep:displayname Total running credit * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | ||
RUNNING_TOTAL_DR | NUMBER | /*# * The total of all the transaction credit amounts in the batch note. A batch must have all / * credits or all debit amounts, it cannot mix both. * @rep:scope public * @rep:lifecycle active * @rep:displayname Total running debit * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | ||
CURRENCY_CODE | VARCHAR2 | (15) | /*# * Currency of the batch, transactions in a batch must be in the same currency. * @rep:scope public * @rep:lifecycle active * @rep:displayname Currency Code * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | /*# * Exchange rate to use if batch is not in the initiator base currency. * @rep:scope public * @rep:lifecycle active * @rep:displayname Exchange rate type * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
DESCRIPTION | VARCHAR2 | (240) | /*# * The description is what will be passed to the Initiators GL or AR as the journal or invoice description. * @rep:scope public * @rep:lifecycle active * @rep:displayname Description * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
TRX_TYPE_ID | NUMBER | (15) | /*# * Transaction type of this batch. Must be present in fun_trx_types_b.trx_type_id. Either trx_type_id or trx_type_code or trx_type_name must be provided. * @rep:scope public * @rep:lifecycle active * @rep:displayname Transaction Type Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
TRX_TYPE_CODE | VARCHAR2 | (15) | /*# * Transaction type code of this batch. Must be present in fun_trx_types_b.trx_type_code. Either trx_type_id or trx_type_code or trx_type_name must be provided. * correct Batch Id on that instance. * @rep:scope public * @rep:lifecycle active * @rep:displayname Transaction Type Code * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
TRX_TYPE_NAME | VARCHAR2 | (25) | /*# * Name of the Transaction. Must be present in fun_trx_types_b.trx_type_name. Either trx_type_id or trx_type_code or trx_type_name must be provided. * @rep:scope public * @rep:lifecycle active * @rep:displayname Transaction Type Name * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
GL_DATE | DATE | Yes | /*# * GL Date of the batch. * @rep:scope public * @rep:lifecycle active * @rep:displayname GL Date * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
BATCH_DATE | DATE | Yes | /*# * Batch entered date. * @rep:scope public * @rep:lifecycle active * @rep:displayname Batch Date * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
REJECT_ALLOWED_FLAG | VARCHAR2 | (1) | /*# * Whether the transactions in this batch can be rejected. * @rep:scope public * @rep:lifecycle active * @rep:displayname Reject allowed flag * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
FROM_RECURRING_BATCH_ID | NUMBER | (15) | /*# * Currently only used for transactions upgraded from GIS. * @rep:scope public * @rep:lifecycle active * @rep:displayname Recurring Batch Id * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
ATTRIBUTE1 | VARCHAR2 | (150) | ||
ATTRIBUTE2 | VARCHAR2 | (150) | ||
ATTRIBUTE3 | VARCHAR2 | (150) | ||
ATTRIBUTE4 | VARCHAR2 | (150) | ||
ATTRIBUTE5 | VARCHAR2 | (150) | ||
ATTRIBUTE6 | VARCHAR2 | (150) | ||
ATTRIBUTE7 | VARCHAR2 | (150) | ||
ATTRIBUTE8 | VARCHAR2 | (150) | ||
ATTRIBUTE9 | VARCHAR2 | (150) | ||
ATTRIBUTE10 | VARCHAR2 | (150) | ||
ATTRIBUTE11 | VARCHAR2 | (150) | ||
ATTRIBUTE12 | VARCHAR2 | (150) | ||
ATTRIBUTE13 | VARCHAR2 | (150) | ||
ATTRIBUTE14 | VARCHAR2 | (150) | ||
ATTRIBUTE15 | VARCHAR2 | (150) | ||
ATTRIBUTE_CATEGORY | VARCHAR2 | (150) | ||
CREATED_BY | NUMBER | (15) | ||
CREATION_DATE | DATE | |||
LAST_UPDATED_BY | NUMBER | (15) | ||
LAST_UPDATE_DATE | DATE | |||
LAST_UPDATE_LOGIN | NUMBER | (15) | ||
IMPORT_STATUS_CODE | VARCHAR2 | (15) | /*# * Import Program populates this with the status of Import. * @rep:scope public * @rep:lifecycle active * @rep:displayname Import Status Code * @rep:product FUN * @rep:category BUSINESS_ENTITY FUN_INTERCOMPANY_BATCH */ | |
NOTE | VARCHAR2 | (240) |
Cut, paste (and edit) the following text to query this object:
SELECT SOURCE
, GROUP_ID
, BATCH_ID
, BATCH_NUMBER
, INITIATOR_ID
, INITIATOR_NAME
, FROM_LE_ID
, FROM_LE_NAME
, FROM_LEDGER_ID
, CONTROL_TOTAL
, RUNNING_TOTAL_CR
, RUNNING_TOTAL_DR
, CURRENCY_CODE
, EXCHANGE_RATE_TYPE
, DESCRIPTION
, TRX_TYPE_ID
, TRX_TYPE_CODE
, TRX_TYPE_NAME
, GL_DATE
, BATCH_DATE
, REJECT_ALLOWED_FLAG
, FROM_RECURRING_BATCH_ID
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE_CATEGORY
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, IMPORT_STATUS_CODE
, NOTE
FROM FUN.FUN_INTERFACE_BATCHES;
FUN.FUN_INTERFACE_BATCHES does not reference any database object
FUN.FUN_INTERFACE_BATCHES is referenced by following:
|
|
|