[Home] [Help]
[Dependency Information]
| Object Name: | IGI_CIS_MTH_RET_PAY_GT |
|---|---|
| Object Type: | TABLE |
| Owner: | APPS |
| FND Design Data: | FND.IGI_CIS_MTH_RET_PAY_GT
|
| Subobject Name: | |
| Status: | VALID |
APPS.IGI_CIS_MTH_RET_PAY_GT is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| VENDOR_ID | NUMBER | (15) | ||
| CHILD_VENDOR_ID | NUMBER | (15) | ||
| INVOICE_ID | NUMBER | (15) | ||
| INVOICE_PAYMENT_ID | NUMBER | (15) | ||
| AMOUNT | NUMBER | |||
| DISCOUNT_AMOUNT | NUMBER | |||
| LABOUR_COST | NUMBER | |||
| MATERIAL_COST | NUMBER | |||
| TOTAL_DEDUCTIONS | NUMBER | |||
| CIS_TAX | NUMBER |
Cut, paste (and edit) the following text to query this object:
SELECT VENDOR_ID
, CHILD_VENDOR_ID
, INVOICE_ID
, INVOICE_PAYMENT_ID
, AMOUNT
, DISCOUNT_AMOUNT
, LABOUR_COST
, MATERIAL_COST
, TOTAL_DEDUCTIONS
, CIS_TAX
FROM APPS.IGI_CIS_MTH_RET_PAY_GT;
APPS.IGI_CIS_MTH_RET_PAY_GT does not reference any database object
APPS.IGI_CIS_MTH_RET_PAY_GT is referenced by following:
APPS
IGI_CIS2007_IGIPMTHR_PKG
- show dependent code
|
|
|
|