[Home] [Help]
[Dependency Information]
| Object Name: | FII_AP_INV_B_V2 |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FII_AP_INV_B_V2
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCOUNT_DATE | DATE | Accounting Date of invoice distribution | ||
| ACTUAL_G | NUMBER | Amount in secondary global currency | ||
| COST_CENTER_ORG_ID | NUMBER | (15) | No longer used - Cost center org id | |
| INVOICE_ID | NUMBER | (15) | Invoice ID for the Inv. Distribution | |
| SUPPLIER_ID | NUMBER | (15) | Supplier Identifier | |
| FIN_CATEGORY_ID | NUMBER | (15) | Financial Category Identifier | |
| CHART_OF_ACCOUNTS_ID | NUMBER | (15) | Chart of Accounts ID | |
| POSTED_FLAG | VARCHAR2 | (1) | Flag indicating if invoice distribution is posted | |
| COMPANY_ID | NUMBER | (15) | Company Identifier | |
| COST_CENTER_ID | NUMBER | (15) | Cost Center Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNT_DATE
, ACTUAL_G
, COST_CENTER_ORG_ID
, INVOICE_ID
, SUPPLIER_ID
, FIN_CATEGORY_ID
, CHART_OF_ACCOUNTS_ID
, POSTED_FLAG
, COMPANY_ID
, COST_CENTER_ID
FROM APPS.FII_AP_INV_B_V2;
APPS
FII_AP_INV_B
APPS.FII_AP_INV_B_V2 is not referenced by any database object
|
|
|
|