[Home] [Help]
[Dependency Information]
| Object Name: | FV_SF224_BUSINESS_ACTIVITY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
This view is used as the source for the new value set FV_SF224_BUSINESS_ACTIVITY
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BUSINESS_ACTIVITY | VARCHAR2 | (80) | Business Activity | |
| BUSINESS_ACTIVITY_CODE | VARCHAR2 | (30) | Business Activity Code | |
| PARTIAL_OR_FULL | VARCHAR2 | (7) | Partial or Full Indicator for Business Activity Code |
Cut, paste (and edit) the following text to query this object:
SELECT BUSINESS_ACTIVITY
, BUSINESS_ACTIVITY_CODE
, PARTIAL_OR_FULL
FROM APPS.FV_SF224_BUSINESS_ACTIVITY_V;
APPS
FND_GLOBAL
- show dependent code
FV_LOOKUP_CODES
PUBLIC
DUAL
APPS.FV_SF224_BUSINESS_ACTIVITY_V is not referenced by any database object
|
|
|
|