[Home] [Help]
[Dependency Information]
| Object Name: | IBY_FORMULA_FACTOR_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IBY.IBY_FORMULA_FACTOR_V
|
| 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 |
|---|---|---|---|---|
| RISK_FACTOR_CODE | VARCHAR2 | (30) | Yes | |
| FACTOR_TYPE | NUMBER | (15) | Yes | |
| INTERFACE_NAME | VARCHAR2 | (240) | ||
| FORMULA_NAME | VARCHAR2 | (80) | Yes | |
| PAYEEID | VARCHAR2 | (80) | Yes | |
| IMPLICIT_FLAG | NUMBER | (2) | ||
| WEIGHT | NUMBER | (15) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT RISK_FACTOR_CODE
, FACTOR_TYPE
, INTERFACE_NAME
, FORMULA_NAME
, PAYEEID
, IMPLICIT_FLAG
, WEIGHT
FROM APPS.IBY_FORMULA_FACTOR_V;
APPS
IBY_RISK_FACTORS
IBY_RISK_FORMULAS
IBY_RISK_FORMULA_ITEM
APPS.IBY_FORMULA_FACTOR_V is not referenced by any database object
|
|
|
|