[Home] [Help]
[Dependency Information]
| Object Name: | FIIBV_AP_AP_APPY_PYMT_MTHD_LCV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FIIBV_AP_AP_APPY_PYMT_MTHD_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 |
|---|---|---|---|---|
| PAYMENT_METHOD_PK | VARCHAR2 | (30) | Yes | Unique Identifier |
| ALL_FK | CHAR | (3) | Foreign key to the top level of the AP Payment dimension | |
| INSTANCE | VARCHAR2 | (40) | Instance identifier | |
| NAME | VARCHAR2 | (80) | Yes | Displayed name for the record |
| PAYMENT_METHOD | VARCHAR2 | (80) | Yes | Payment method |
| DESCRIPTION | VARCHAR2 | (240) | Staging table for Payment method level | |
| 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 | |
| PAYMENT_METHOD_DP | VARCHAR2 | (0) | Field for discoverer so customers can have a display column that identifies all records uniquely | |
| _DF:LC:_EDW | CHAR | (30) | This column is for internal use only | |
| _DF:CHK:_EDW | CHAR | (29) | This column is for internal use only | |
| _DF:ADD:_EDW | CHAR | (33) | This column is for internal use only | |
| _DF:GOV:_EDW | CHAR | (40) | This column is for internal use only | |
| _DF:JGC:_EDW | CHAR | (29) | This column is for internal use only |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_METHOD_PK
, ALL_FK
, INSTANCE
, NAME
, PAYMENT_METHOD
, DESCRIPTION
, LAST_UPDATE_DATE
, CREATION_DATE
, DELETION_DATE
, PAYMENT_METHOD_DP
, _DF:LC:_EDW
, _DF:CHK:_EDW
, _DF:ADD:_EDW
, _DF:GOV:_EDW
, _DF:JGC:_EDW
FROM APPS.FIIBV_AP_AP_APPY_PYMT_MTHD_LCV;
APPS
AP_LOOKUP_CODES
EDW_INSTANCE
- show dependent code
FND_GLOBAL
- show dependent code
FND_LOOKUP_VALUES
APPS
FII_AP_AP_APPY_PYMT_MTHD_LCV
|
|
|
|