[Home] [Help]
[Dependency Information]
| Object Name: | OTV_ACTIVITIES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OTA.OTV_ACTIVITIES
|
| 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 |
|---|---|---|---|---|
| ACTIVITY_NAME | VARCHAR2 | (80) | The name associated with this version of the module. | |
| DESCRIPTION | VARCHAR2 | (4000) | Free text description for this version. | |
| ACTIVITY_TYPE | VARCHAR2 | (240) | The user name for the module. | |
| LANGUAGE | VARCHAR2 | (255) | The language this version is defined in. | |
| DURATION | NUMBER | (9) | The estimated length of the module in dates (99..99) | |
| DURATION_UNITS | VARCHAR2 | (4000) | The units for the duration. | |
| USER_STATUS | VARCHAR2 | (4000) | The user defined status of a module version. | |
| OBJECTIVES | VARCHAR2 | (4000) | The objectives of the Activity Version. | |
| TARGET_AUDIENCE | VARCHAR2 | (4000) | The intended audience. | |
| MANAGED_BY | VARCHAR2 | (240) | Managed By | |
| VENDOR_NAME | VARCHAR2 | (240) | Vendor Name | |
| CONTROLLING_PERSON_ID | NUMBER | (10) | Foreign key to PER_ALL_PEOPLE_F. | |
| ACTIVITY_ID | NUMBER | (9) | Yes | Foreign key to OTA_ACTIVITY_DEFINITIONS. |
| ACTIVITY_VERSION_ID | NUMBER | (9) | Yes | System generated surrogate key for each distinct module version. |
| BUSINESS_GROUP_ID | NUMBER | (9) | Yes | Foreign key to HR_ALL_ORGANIZATIONS. |
| BUSINESS_GROUP_NAME | VARCHAR2 | (240) | Yes | Business Group Name. |
Cut, paste (and edit) the following text to query this object:
SELECT ACTIVITY_NAME
, DESCRIPTION
, ACTIVITY_TYPE
, LANGUAGE
, DURATION
, DURATION_UNITS
, USER_STATUS
, OBJECTIVES
, TARGET_AUDIENCE
, MANAGED_BY
, VENDOR_NAME
, CONTROLLING_PERSON_ID
, ACTIVITY_ID
, ACTIVITY_VERSION_ID
, BUSINESS_GROUP_ID
, BUSINESS_GROUP_NAME
FROM APPS.OTV_ACTIVITIES;
APPS
FND_LANGUAGES_VL
HR_ALL_ORGANIZATION_UNITS
HR_GENERAL
- show dependent code
HR_PERSON_NAME
- show dependent code
HR_SECURITY
- show dependent code
OTA_ACTIVITY_DEFINITIONS
OTA_ACTIVITY_VERSIONS
OTA_GENERAL
- show dependent code
OTA_UTILITY
- show dependent code
OTA_VIEWS_PKG
- show dependent code
OTV_SCHEDULED_EVENTS
PER_PEOPLE_F
PO_VENDORS
PUBLIC
OTV_ACTIVITIES
|
|
|
|