[Home] [Help]
[Dependency Information]
| Object Name: | FA_EXT_INV_RETIREMENTS |
|---|---|
| Object Type: | TABLE |
| Owner: | FA |
| FND Design Data: | OFA.FA_EXT_INV_RETIREMENTS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| FA_EXT_INV_RETIREMENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_INTERFACE
|
MASS_EXTERNAL_RETIRE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MASS_EXTERNAL_RETIRE_ID | NUMBER | (15) | Yes | External retirement ID. |
| SOURCE_LINE_ID | NUMBER | (15) | Yes | ID of source line (invoice) against which retirement will be processed. |
| COST_RETIRED | NUMBER | Yes | Currency amount to be retired from source line (invoice). | |
| SOURCE_LINE_ID_RETIRED | NUMBER | (15) | Identifier of the source line retired. |
Cut, paste (and edit) the following text to query this object:
SELECT MASS_EXTERNAL_RETIRE_ID
, SOURCE_LINE_ID
, COST_RETIRED
, SOURCE_LINE_ID_RETIRED
FROM FA.FA_EXT_INV_RETIREMENTS;
FA.FA_EXT_INV_RETIREMENTS does not reference any database object
FA.FA_EXT_INV_RETIREMENTS is referenced by following:
FA
FA_EXT_INV_RETIREMENTS#
|
|
|
|