[Home] [Help]
[Dependency Information]
| Object Name: | FIIBV_AP_IVTY_INV_TYPE_LCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FIIBV_AP_IVTY_INV_TYPE_LCV
|
| 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 |
|---|---|---|---|---|
| INV_TYPE_PK | VARCHAR2 | (30) | Yes | Unique Identifier |
| ALL_FK | CHAR | (3) | Foreign key to the top level of the invoice type dimension | |
| INSTANCE | VARCHAR2 | (40) | Instance identifier | |
| NAME | VARCHAR2 | (80) | Yes | Displayed name for the record |
| INV_TYPE | VARCHAR2 | (80) | Yes | Invoice type of invoice being held |
| DESCRIPTION | VARCHAR2 | (240) | Invoice Line Type description | |
| LAST_UPDATE_DATE | DATE | Standard Who column - date when a user last updated this row. | ||
| CREATION_DATE | DATE | Standard who column - date when this row was created. | ||
| DELETION_DATE | VARCHAR2 | (0) | Deletion date of the record | |
| INV_TYPE_DP | VARCHAR2 | (0) | Unique Invoice Type name for display | |
| _DF:LC:_EDW | CHAR | (30) | This column is for internal use only |
Cut, paste (and edit) the following text to query this object:
SELECT INV_TYPE_PK
, ALL_FK
, INSTANCE
, NAME
, INV_TYPE
, DESCRIPTION
, LAST_UPDATE_DATE
, CREATION_DATE
, DELETION_DATE
, INV_TYPE_DP
, _DF:LC:_EDW
FROM APPS.FIIBV_AP_IVTY_INV_TYPE_LCV;
APPS
AP_LOOKUP_CODES
EDW_INSTANCE
- show dependent code
FND_GLOBAL
- show dependent code
FND_LOOKUP_VALUES
APPS
FII_AP_IVTY_INV_TYPE_LCV
|
|
|
|