[Home] [Help]
[Dependency Information]
| Object Name: | IGI_TEMP_REQ_VAT_FACTOR |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_TEMP_REQ_VAT_FACTOR
|
| Subobject Name: | |
| Status: | VALID |
IGI_TEMP_REQ_VAT_FACTOR stores the information about the VAT factor at the distribution line level for the Purchase orders.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VAT_FACTOR | NUMBER | VAT factor | ||
| RECLAIM_PERCENT | NUMBER | Reclaim percent | ||
| VAT_CODE | VARCHAR2 | (15) | VAT code | |
| VAT_PERCENT | VARCHAR2 | (240) | VAT percent | |
| DISTRIBUTION_ID | NUMBER | Distribution identifier | ||
| CREATION_DATE | DATE | Standard who column - date when this row was created. |
Cut, paste (and edit) the following text to query this object:
SELECT VAT_FACTOR
, RECLAIM_PERCENT
, VAT_CODE
, VAT_PERCENT
, DISTRIBUTION_ID
, CREATION_DATE
FROM IGI.IGI_TEMP_REQ_VAT_FACTOR;
IGI.IGI_TEMP_REQ_VAT_FACTOR does not reference any database object
IGI.IGI_TEMP_REQ_VAT_FACTOR is referenced by following:
IGI
IGI_TEMP_REQ_VAT_FACTOR#
|
|
|
|