[Home] [Help]
[Dependency Information]
| Object Name: | FII_AP_SCH_PAYMTS_FSTG |
|---|---|
| Object Type: | TABLE |
| Owner: | FII |
| FND Design Data: | FII.FII_AP_SCH_PAYMTS_FSTG
|
| Subobject Name: | |
| Status: | VALID |
This is the interface table for AP scheduled payments fact. Data from multiple transactional systems is staged here for verification and cleansing, before loading it into the fact table.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FII_AP_SCH_PAYMTS_FSTG_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
SCH_PAYMENT_PK
|
| FII_AP_SCH_PAYMTS_FSTG_N2 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
COLLECTION_STATUS
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| USER_MEASURE5 | NUMBER | User defined measure | ||
| USER_MEASURE4 | NUMBER | User defined measure | ||
| USER_MEASURE3 | NUMBER | User defined measure | ||
| USER_MEASURE2 | NUMBER | User defined measure | ||
| USER_MEASURE1 | NUMBER | User defined measure | ||
| USER_FK9_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK8_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK7_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK6_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK5_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK4_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK3_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK2_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK1_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| USER_FK10_KEY | NUMBER | System generated foreign key for the user defined dimension | ||
| UNPAID_PAYMENT_COUNT | NUMBER | Set to 1 if this scheduled payment has not been paid. 0 otherwise. | ||
| THIRD_DISC_AVAILABLE_T | NUMBER | Discount amount in transaction currency that is available at the third discount date. | ||
| THIRD_DISC_AVAILABLE_G | NUMBER | Discount amount in global currency that is available at the third discount date. | ||
| THIRD_DISC_AVAILABLE_B | NUMBER | Discount amount in functional currency that is available at the third discount date. | ||
| SUPPLIER_FK_KEY | NUMBER | System generated foreign key for the supplier dimension. | ||
| SOB_FK_KEY | NUMBER | System generated foreign key for the set of books dimension. | ||
| SIC_CODE_FK_KEY | NUMBER | System generated foreign key for the standard industry code,SIC, dimension. | ||
| DUNS_FK_KEY | NUMBER | System generated foreign key for the data universal numbering system,DUN, dimension. | ||
| SECOND_DISC_AVAILABLE_T | NUMBER | Discount amount in transaction currency that is available at the second discount date. | ||
| SECOND_DISC_AVAILABLE_G | NUMBER | Discount amount in global currency that is available at the second discount date. | ||
| SECOND_DISC_AVAILABLE_B | NUMBER | Discount amount in functional currency that is available at the second discount date. | ||
| REQUEST_ID | NUMBER | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). | ||
| REMAINING_INV_AMT_AT_RISK_T | NUMBER | The unpaid payment amount in transaction currency that is still eligible for discount. | ||
| REMAINING_INV_AMT_AT_RISK_G | NUMBER | The unpaid payment amount in global currency that is still eligible for discount. | ||
| REMAINING_INV_AMT_AT_RISK_B | NUMBER | The unpaid payment amount in functional currency that is still eligible for discount. | ||
| REMAINING_DISC_AMT_AT_RISK_T | NUMBER | The remaining discount amount in transaction currency that the scheduled payment is still eligible for. | ||
| REMAINING_DISC_AMT_AT_RISK_G | NUMBER | The remaining discount amount in global currency that the scheduled payment is still eligible for. | ||
| REMAINING_DISC_AMT_AT_RISK_B | NUMBER | The remaining discount amount in functional currency that the scheduled payment is still eligible for. | ||
| POTENTIAL_DISC_AMT_T | NUMBER | The amount in transaction currency of the best discount that can be or could have been taken for this scheduled payment. | ||
| POTENTIAL_DISC_AMT_G | NUMBER | The amount in global currency of the best discount that can be or could have been taken for this scheduled payment. | ||
| POTENTIAL_DISC_AMT_B | NUMBER | The amount in functional currency of the best discount that can be or could have been taken for this scheduled payment. | ||
| PAYMENT_TERM_FK_KEY | NUMBER | System generated foreign key for the payment term dimension. | ||
| PAYMENT_PRIORITY | NUMBER | Number representing the payment priority of a scheduled payment | ||
| PAYMENT_EXCHANGE_RATE | NUMBER | Exchange rate between invoice currency and payment currency. | ||
| PAYMENT_CURRENCY_FK_KEY | NUMBER | System generated foreign key for the payment currency dimension. | ||
| PAYMENT_AMT_T | NUMBER | Payment amount in transactional currency. | ||
| PAYMENT_AMT_G | NUMBER | Payment amount in global currency. | ||
| PAYMENT_AMT_B | NUMBER | Payment amount in functional currency. | ||
| PARTIALLY_PAID_PAYMENT_COUNT | NUMBER | Set to 1 if this scheduled payment is partially paid, 0 otherwise. | ||
| ORG_FK_KEY | NUMBER | System generated foreign key for organization dimension. | ||
| INV_SOURCE_FK_KEY | NUMBER | System generated foreign key for the invoice source dimension. | ||
| INV_FK_KEY | NUMBER | System generated foreign key for the invoice type dimension. | ||
| INV_EXCHANGE_RATE | NUMBER | Exchange rate between invoice currency and functional currency. | ||
| INV_DATE_FK_KEY | NUMBER | System generated foreign key for the invoice date dimension. | ||
| INV_CURRENCY_FK_KEY | NUMBER | System generated foreign key for the invoice currency dimension. | ||
| INV_AMT_NOT_HAVING_DISC_T | NUMBER | The payment amount in transaction currency of this scheduled payment if this scheduled payment is never eligible for discount. 0 otherwise. Assumption: the sum of all the payment amounts for one particular invoice equals to the invoice amount. | ||
| INV_AMT_NOT_HAVING_DISC_G | NUMBER | The payment amount in global currency of this scheduled payment if this scheduled payment is never eligible for discount. 0 otherwise. Assumption: the sum of all the payment amounts for one particular invoice equals to the invoice amount. | ||
| INV_AMT_NOT_HAVING_DISC_B | NUMBER | The payment amount in functional currency of this scheduled payment if this scheduled payment is never eligible for discount. 0 otherwise. Assumption: the sum of all the payment amounts for one particular invoice equals to the invoice amount. | ||
| INV_AMT_HAVING_DISC_T | NUMBER | The payment amount in transaction currency of this scheduled payment if it is eligible for discount at any point in time. 0 otherwise. Assumption: the sum of all the payment amounts for one particular invoice equals to the invoice amount. | ||
| INV_AMT_HAVING_DISC_G | NUMBER | The payment amount in global currency of this scheduled payment if it is eligible for discount at any point in time. 0 otherwise. Assumption: the sum of all the payment amounts for one particular invoice equals to the invoice amount. | ||
| INV_AMT_HAVING_DISC_B | NUMBER | The payment amount in functional currency of this scheduled payment if it is eligible for discount at any point in time. 0 otherwise. Assumption: the sum of all the payment amounts for one particular invoice equals to the invoice amount. | ||
| INSTANCE_FK_KEY | NUMBER | System generated foreign key for the instance dimension. | ||
| GL_ACCT9_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT8_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT7_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT6_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT5_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT4_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT3_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GL_ACCT2_FK_KEY | NUMBER | System generated foreign key for Accounting Flexfield dimension. | ||
| GL_ACCT1_FK_KEY | NUMBER | System generated foreign key for Accounting Flexfield dimension. | ||
| GL_ACCT10_FK_KEY | NUMBER | System generated foreign key for the Accounting Flexfield dimension. | ||
| GEOGRAPHY_FK_KEY | NUMBER | System generated foreign key for the geography dimension. | ||
| FIRST_DISC_AVAILABLE_T | NUMBER | Discount amount in transaction currency that is available at the first discount date. | ||
| FIRST_DISC_AVAILABLE_G | NUMBER | Discount amount in global currency that is available at the first discount date. | ||
| FIRST_DISC_AVAILABLE_B | NUMBER | Discount amount in functional currency that is available at the first discount date. | ||
| EMPLOYEE_FK_KEY | NUMBER | System generated foreign key for the employee dimension. | ||
| DUE_DATE_FK_KEY | NUMBER | System generated foreign key for the due date dimension. | ||
| DISC_DATE_FK_KEY | NUMBER | System generated foreign key for the discount date dimension. | ||
| DISC_AMT_TAKEN_T | NUMBER | Discount amount taken in transaction currency. | ||
| DISC_AMT_TAKEN_G | NUMBER | Discount amount taken in global currency. | ||
| DISC_AMT_TAKEN_B | NUMBER | Discount amount taken in global currency. | ||
| DISC_AMT_LOST_T | NUMBER | Discount amount lost in transaction currency. | ||
| DISC_AMT_LOST_G | NUMBER | Discount amount lost in global currency. | ||
| DISC_AMT_LOST_B | NUMBER | Discount amount lost in functional currency. | ||
| COMPLETELY_PAID_PAYMENT_COUNT | NUMBER | Set to 1 if this schedule payment has been completely paid. 0 otherwise. | ||
| CCID | NUMBER | Invoice Accounting Flexfield identifier for accounts payable liability account | ||
| USER_FK9 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK8 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK7 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK6 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK5 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK4 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK3 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK2 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK10 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_FK1 | VARCHAR2 | (2000) | Foreign key to the user defined dimension | |
| USER_ATTRIBUTE9 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE8 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE7 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE6 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE5 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE4 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE3 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE2 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE15 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE14 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE13 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE12 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE11 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE10 | VARCHAR2 | (240) | User defined attribute | |
| USER_ATTRIBUTE1 | VARCHAR2 | (240) | User defined attribute | |
| SUPPLIER_FK | VARCHAR2 | (120) | Foreign key to the supplier dimension | |
| SOB_FK | VARCHAR2 | (120) | Foreign key to the set of books dimension | |
| SIC_CODE_FK | VARCHAR2 | (120) | Foreign key to the standard industry code,SIC, dimension. | |
| DUNS_FK | VARCHAR2 | (120) | Foreign key to the data universal numbering system,DUNS, dimension. | |
| SCH_PAYMENT_PK | VARCHAR2 | (120) | Unique identifier | |
| ROW_ID | ROWID | (10) | Row Identifier | |
| PAYMENT_TERM_FK | VARCHAR2 | (120) | Foreign key to the payment term dimension | |
| PAYMENT_STATUS_FLAG | VARCHAR2 | (1) | Flag that indicates if payment has been made (Y/N/P) | |
| PAYMENT_METHOD | VARCHAR2 | (25) | Payment method | |
| PAYMENT_EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | Rate type of the payment exchange rate | |
| PAYMENT_CURRENCY_FK | VARCHAR2 | (120) | Foreign key to the payment currency dimension | |
| ORG_FK | VARCHAR2 | (120) | Foreign key to the organization dimension | |
| OPERATION_CODE | VARCHAR2 | (30) | Code used during warehouse collection | |
| INV_SOURCE_FK | VARCHAR2 | (120) | Foreign key to the invoice source dimension | |
| INV_FK | VARCHAR2 | (120) | Foreign key to the invoice type dimension | |
| INV_EXCHANGE_RATE_TYPE | VARCHAR2 | (30) | Exchange rate type for foreign currency invoices. | |
| INV_DATE_FK | VARCHAR2 | (120) | Foreign key to the invoice date dimension | |
| INV_CURRENCY_FK | VARCHAR2 | (120) | Foreign key to the invoice currency dimension | |
| INSTANCE_FK | VARCHAR2 | (120) | Foreign key to the instance dimension | |
| INSTANCE | VARCHAR2 | (40) | Instance identifier | |
| HOLD_FLAG | VARCHAR2 | (1) | Flag that indicates if the scheduled payment is on hold (Y/N) | |
| GL_ACCT9_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT8_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT7_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT6_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT5_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT4_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT3_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT2_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT1_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GL_ACCT10_FK | VARCHAR2 | (120) | Foreign keys to the Accounting Flexfield dimension | |
| GEOGRAPHY_FK | VARCHAR2 | (120) | Foreign key to the geography dimension | |
| ERROR_CODE | VARCHAR2 | (2000) | Code used to store error messages | |
| EMPLOYEE_FK | VARCHAR2 | (120) | Foreign key to the employee dimension | |
| DUE_DATE_FK | VARCHAR2 | (120) | Foreign key to the due date dimension | |
| DISC_DATE_FK | VARCHAR2 | (120) | Foreign key to the discount date dimension | |
| COLLECTION_STATUS | VARCHAR2 | (30) | Collection status code for the record | |
| THIRD_DISC_DATE | DATE | The date the third discount is available. | ||
| SECOND_DISC_DATE | DATE | The date the second discount is available. | ||
| PAYMENT_EXCHANGE_DATE | DATE | Rate date of the payment exchange rate | ||
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| INV_EXCHANGE_DATE | DATE | The date the exchange rate is effective. | ||
| FIRST_DISC_DATE | DATE | The date the first discount is available. | ||
| DUE_DATE | DATE | Scheduled payment due date | ||
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| INVOICE_NUM | VARCHAR2 | (50) | Invoice number | |
| REMAINING_INV_AMT_B | NUMBER | (22) | Remaining invoice amount in base currency. | |
| REMAINING_INV_AMT_G | NUMBER | (22) | Remaining invoice amount in global currency. | |
| REMAINING_INV_AMT_T | NUMBER | (22) | Remaining invoice amount in transaction currency. | |
| FROM_CURRENCY | VARCHAR2 | (15) | Currency used by edw_currency.get_rate api to calculate GLOBAL_CURRENCY_RATE |
Cut, paste (and edit) the following text to query this object:
SELECT USER_MEASURE5
, USER_MEASURE4
, USER_MEASURE3
, USER_MEASURE2
, USER_MEASURE1
, USER_FK9_KEY
, USER_FK8_KEY
, USER_FK7_KEY
, USER_FK6_KEY
, USER_FK5_KEY
, USER_FK4_KEY
, USER_FK3_KEY
, USER_FK2_KEY
, USER_FK1_KEY
, USER_FK10_KEY
, UNPAID_PAYMENT_COUNT
, THIRD_DISC_AVAILABLE_T
, THIRD_DISC_AVAILABLE_G
, THIRD_DISC_AVAILABLE_B
, SUPPLIER_FK_KEY
, SOB_FK_KEY
, SIC_CODE_FK_KEY
, DUNS_FK_KEY
, SECOND_DISC_AVAILABLE_T
, SECOND_DISC_AVAILABLE_G
, SECOND_DISC_AVAILABLE_B
, REQUEST_ID
, REMAINING_INV_AMT_AT_RISK_T
, REMAINING_INV_AMT_AT_RISK_G
, REMAINING_INV_AMT_AT_RISK_B
, REMAINING_DISC_AMT_AT_RISK_T
, REMAINING_DISC_AMT_AT_RISK_G
, REMAINING_DISC_AMT_AT_RISK_B
, POTENTIAL_DISC_AMT_T
, POTENTIAL_DISC_AMT_G
, POTENTIAL_DISC_AMT_B
, PAYMENT_TERM_FK_KEY
, PAYMENT_PRIORITY
, PAYMENT_EXCHANGE_RATE
, PAYMENT_CURRENCY_FK_KEY
, PAYMENT_AMT_T
, PAYMENT_AMT_G
, PAYMENT_AMT_B
, PARTIALLY_PAID_PAYMENT_COUNT
, ORG_FK_KEY
, INV_SOURCE_FK_KEY
, INV_FK_KEY
, INV_EXCHANGE_RATE
, INV_DATE_FK_KEY
, INV_CURRENCY_FK_KEY
, INV_AMT_NOT_HAVING_DISC_T
, INV_AMT_NOT_HAVING_DISC_G
, INV_AMT_NOT_HAVING_DISC_B
, INV_AMT_HAVING_DISC_T
, INV_AMT_HAVING_DISC_G
, INV_AMT_HAVING_DISC_B
, INSTANCE_FK_KEY
, GL_ACCT9_FK_KEY
, GL_ACCT8_FK_KEY
, GL_ACCT7_FK_KEY
, GL_ACCT6_FK_KEY
, GL_ACCT5_FK_KEY
, GL_ACCT4_FK_KEY
, GL_ACCT3_FK_KEY
, GL_ACCT2_FK_KEY
, GL_ACCT1_FK_KEY
, GL_ACCT10_FK_KEY
, GEOGRAPHY_FK_KEY
, FIRST_DISC_AVAILABLE_T
, FIRST_DISC_AVAILABLE_G
, FIRST_DISC_AVAILABLE_B
, EMPLOYEE_FK_KEY
, DUE_DATE_FK_KEY
, DISC_DATE_FK_KEY
, DISC_AMT_TAKEN_T
, DISC_AMT_TAKEN_G
, DISC_AMT_TAKEN_B
, DISC_AMT_LOST_T
, DISC_AMT_LOST_G
, DISC_AMT_LOST_B
, COMPLETELY_PAID_PAYMENT_COUNT
, CCID
, USER_FK9
, USER_FK8
, USER_FK7
, USER_FK6
, USER_FK5
, USER_FK4
, USER_FK3
, USER_FK2
, USER_FK10
, USER_FK1
, USER_ATTRIBUTE9
, USER_ATTRIBUTE8
, USER_ATTRIBUTE7
, USER_ATTRIBUTE6
, USER_ATTRIBUTE5
, USER_ATTRIBUTE4
, USER_ATTRIBUTE3
, USER_ATTRIBUTE2
, USER_ATTRIBUTE15
, USER_ATTRIBUTE14
, USER_ATTRIBUTE13
, USER_ATTRIBUTE12
, USER_ATTRIBUTE11
, USER_ATTRIBUTE10
, USER_ATTRIBUTE1
, SUPPLIER_FK
, SOB_FK
, SIC_CODE_FK
, DUNS_FK
, SCH_PAYMENT_PK
, ROW_ID
, PAYMENT_TERM_FK
, PAYMENT_STATUS_FLAG
, PAYMENT_METHOD
, PAYMENT_EXCHANGE_RATE_TYPE
, PAYMENT_CURRENCY_FK
, ORG_FK
, OPERATION_CODE
, INV_SOURCE_FK
, INV_FK
, INV_EXCHANGE_RATE_TYPE
, INV_DATE_FK
, INV_CURRENCY_FK
, INSTANCE_FK
, INSTANCE
, HOLD_FLAG
, GL_ACCT9_FK
, GL_ACCT8_FK
, GL_ACCT7_FK
, GL_ACCT6_FK
, GL_ACCT5_FK
, GL_ACCT4_FK
, GL_ACCT3_FK
, GL_ACCT2_FK
, GL_ACCT1_FK
, GL_ACCT10_FK
, GEOGRAPHY_FK
, ERROR_CODE
, EMPLOYEE_FK
, DUE_DATE_FK
, DISC_DATE_FK
, COLLECTION_STATUS
, THIRD_DISC_DATE
, SECOND_DISC_DATE
, PAYMENT_EXCHANGE_DATE
, LAST_UPDATE_DATE
, INV_EXCHANGE_DATE
, FIRST_DISC_DATE
, DUE_DATE
, CREATION_DATE
, INVOICE_NUM
, REMAINING_INV_AMT_B
, REMAINING_INV_AMT_G
, REMAINING_INV_AMT_T
, FROM_CURRENCY
FROM FII.FII_AP_SCH_PAYMTS_FSTG;
FII.FII_AP_SCH_PAYMTS_FSTG does not reference any database object
FII.FII_AP_SCH_PAYMTS_FSTG is referenced by following:
APPS
FII_AP_SCH_PAYMTS_FSTG
|
|
|
|