AR_RECON_SUMMARY_PARAMETERS
This table stores the parameters input by the user for executing the Data Extraction Program.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_RECON_SUMMARY_PARAMS_PK |
RECON_SUMMARY_PARAM_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row. | ||
| RECON_SUMMARY_PARAM_ID | NUMBER | 18 | Yes | Surrogate key as there is no natural primary key. | |
| REQUEST_NAME | VARCHAR2 | 400 | Yes | The logical name entered by the user for the request. | |
| LEDGER_ID | NUMBER | 18 | Yes | Ledger Identification for which extract is run | |
| BU_ID | NUMBER | 18 | Business Unit Id entered by the user. | ||
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Name of the Period for which data is extracted | |
| PERIOD_START_DATE | DATE | Start date of the period entered by the user | |||
| PERIOD_END_DATE | DATE | End date of the period entered by the user | |||
| INCLUDE_ON_ACCOUNT_ITEM | VARCHAR2 | 1 | Stores the value the parameter on account item entered by the user | ||
| INCLUDE_INTERCOMPANY_TRX | VARCHAR2 | 1 | Stores the value the parameter 'Include Intercompany Transaction' entered by the user | ||
| INCLUDE_UNAPP_UNID_RECEIPTS | VARCHAR2 | 1 | Stores the value the parameter 'Include Unapplied Receipt and Unidentified Cash' entered by the user | ||
| BALANCING_SEGMENT_FROM | VARCHAR2 | 25 | Stores the 'From' of the range of Balancing segment entered by the user | ||
| BALANCING_SEGMENT_TO | VARCHAR2 | 25 | Stores the 'To' of the range of Balancing segment entered by the user | ||
| COST_CENTRE_SEGMENT_FROM | VARCHAR2 | 25 | Stores the From value of the cost center segment entered by the user. | ||
| COST_CENTRE_SEGMENT_TO | VARCHAR2 | 25 | Stores the To value of the cost center segment entered by the user. | ||
| NATURAL_ACCOUNT_SEGMENT_FROM | VARCHAR2 | 25 | Stores the 'From' of the range of Natural Account segment entered by the user | ||
| NATURAL_ACCOUNT_SEGMENT_TO | VARCHAR2 | 25 | Stores the 'To' of the range of Natural Account segment entered by the user | ||
| INTERCOMPANY_SEGMENT_FROM | VARCHAR2 | 25 | Stores the 'From' of the range of Intercompany segment entered by the user | ||
| INTERCOMPANY_SEGMENT_TO | VARCHAR2 | 25 | Stores the 'To' of the range of Intercompany segment entered by the user | ||
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| JOB_DEFINITION_NAME | VARCHAR2 | 100 | Enterprise Service Scheduler: indicates the name of the job that created or last updated the row. | ||
| JOB_DEFINITION_PACKAGE | VARCHAR2 | 900 | Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| AR_RECON_SUMMARY_PARAMETERS | gl_ledgers | LEDGER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_RECON_SUMMARY_PARAMS_U1 | Unique | Default | REQUEST_NAME |
| AR_RECON_SUMMARY_PARAMS_U2 | Unique | Default | RECON_SUMMARY_PARAM_ID |