[Home] [Help]
[Dependency Information]
| Object Name: | FIIBV_AP_AP_APPY_CHECK_LCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FIIBV_AP_AP_APPY_CHECK_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 |
|---|---|---|---|---|
| CHECK_PK | VARCHAR2 | (122) | Unique identifier | |
| PAYMENT_METHOD_FK | VARCHAR2 | (25) | Foreign key to payment method level | |
| INSTANCE | VARCHAR2 | (40) | Instance identifier | |
| NAME | VARCHAR2 | (40) | Displayed name for the record | |
| CHECK_NAME | VARCHAR2 | (40) | Payment check number | |
| CHECK_ID | VARCHAR2 | (40) | Check identifier | |
| BANK_ACCOUNT_NAME | VARCHAR2 | (80) | Yes | Bank account name of the payment check |
| STATUS_LOOKUP_CODE | VARCHAR2 | (25) | Status of payment | |
| LAST_UPDATE_DATE | DATE | Yes | 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 | DATE | Deletion date of the record | ||
| CHECK_DP | VARCHAR2 | (0) | Field for discoverer so customers can have a display column that identifies all records uniquely | |
| _DF:CHK:_EDW | CHAR | (22) | This column is for internal use only | |
| _DF:ADD:_EDW | CHAR | (26) | This column is for internal use only | |
| _DF:GOV:_EDW | CHAR | (33) | This column is for internal use only | |
| _DF:JGC:_EDW | CHAR | (22) | This column is for internal use only |
Cut, paste (and edit) the following text to query this object:
SELECT CHECK_PK
, PAYMENT_METHOD_FK
, INSTANCE
, NAME
, CHECK_NAME
, CHECK_ID
, BANK_ACCOUNT_NAME
, STATUS_LOOKUP_CODE
, LAST_UPDATE_DATE
, CREATION_DATE
, DELETION_DATE
, CHECK_DP
, _DF:CHK:_EDW
, _DF:ADD:_EDW
, _DF:GOV:_EDW
, _DF:JGC:_EDW
FROM APPS.FIIBV_AP_AP_APPY_CHECK_LCV;
APPS
AP_CHECKS_ALL
EDW_INSTANCE
- show dependent code
APPS
FII_AP_AP_APPY_CHECK_LCV
|
|
|
|