AP_RECON_SUMMARY_PARAMETERS
This table stores the parameters input by the user for executing the Data Extraction Program.
Details
-
Schema: FUSION
-
Object owner: AP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AP_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's no primary key | |
| LEDGER_ID | NUMBER | 18 | Yes | Ledger Identification for which extract is run | |
| REQUEST_NAME | VARCHAR2 | 400 | Yes | Request Name as entered by the user while running the Data Extraction Program | |
| BU_ID | NUMBER | 18 | Business Unit under ledger for which extract is run. This is optional parameter. | ||
| PERIOD_NAME | VARCHAR2 | 15 | Yes | Name of the Period for which data is extracted | |
| START_DATE | DATE | Start date of the period entered by the user | |||
| END_DATE | DATE | End date of the period entered by the user | |||
| INCLUDE_INTERCOMPANY_TRX | VARCHAR2 | 1 | Stores the value the parameter 'Include Intercompany Transaction' entered by the user | ||
| INCLUDE_BILLS_PAYABLE | VARCHAR2 | 1 | Stores the value the parameter 'Include Bills Payable' entered by the user | ||
| BALANCING_SEGMENT_FROM | VARCHAR2 | 25 | Stores the range of Balancing segment entered by the user | ||
| BALANCING_SEGMENT_TO | VARCHAR2 | 25 | Stores the range of Balancing segment entered by the user | ||
| COST_CENTRE_SEGMENT_FROM | VARCHAR2 | 25 | Lower limit of cost center segment range for Payables Reconciliation Report | ||
| COST_CENTRE_SEGMENT_TO | VARCHAR2 | 25 | Higher limit of cost center range parameter for report. | ||
| NATURAL_ACCOUNT_SEGMENT_FROM | VARCHAR2 | 25 | Stores the range of Natural Account segment entered by the user | ||
| NATURAL_ACCOUNT_SEGMENT_TO | VARCHAR2 | 25 | Stores the range of Natural Account segment entered by the user | ||
| INTERCOMPANY_SEGMENT_FROM | VARCHAR2 | 25 | Stores the range of Intercompany segment entered by the user | ||
| INTERCOMPANY_SEGMENT_TO | VARCHAR2 | 25 | Stores 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 |
|---|---|---|
| AP_RECON_SUMMARY_PARAMETERS | gl_ledgers | LEDGER_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AP_RECON_SUMMARY_PARAMS_U1 | Unique | FUSION_TS_TX_DATA | REQUEST_NAME |
| AP_RECON_SUMMARY_PARAMS_U2 | Unique | Default | RECON_SUMMARY_PARAM_ID |