[Home] [Help]
[Dependency Information]
| Object Name: | FII_PARTY_MKT_CLASS_TYPE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | FII.FII_PARTY_MKT_CLASS_TYPE_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
A view that joins HZ_CLASS_CATEGORIES with FND_LOOKUP_TYPES_TL to include the descriptive class category meaning for the current session language.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CLASS_CATEGORY | VARCHAR2 | (30) | Class category that belongs to the group | |
| MEANING | VARCHAR2 | (80) | Lookup type user meaning |
Cut, paste (and edit) the following text to query this object:
SELECT CLASS_CATEGORY
, MEANING
FROM APPS.FII_PARTY_MKT_CLASS_TYPE_V;
APPS
FND_LOOKUP_TYPES_TL
HZ_CLASS_CATEGORIES
HZ_CLASS_CATEGORY_USES
HZ_CLASS_CODE_RELATIONS
HZ_CODE_ASSIGNMENTS
APPS.FII_PARTY_MKT_CLASS_TYPE_V is not referenced by any database object
|
|
|
|