DBA Data[Home] [Help] [Dependency Information]


VIEW: APPS.OTV_ACTIVITIES

Object Details
Object Name: OTV_ACTIVITIES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOTA.OTV_ACTIVITIES
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.OTV_ACTIVITIES references the following:

SchemaAPPS
ViewFND_LANGUAGES_VL
SynonymHR_ALL_ORGANIZATION_UNITS
PL/SQL PackageHR_GENERAL - show dependent code
PL/SQL PackageHR_PERSON_NAME - show dependent code
PL/SQL PackageHR_SECURITY - show dependent code
SynonymOTA_ACTIVITY_DEFINITIONS
SynonymOTA_ACTIVITY_VERSIONS
PL/SQL PackageOTA_GENERAL - show dependent code
PL/SQL PackageOTA_UTILITY - show dependent code
PL/SQL PackageOTA_VIEWS_PKG - show dependent code
ViewOTV_SCHEDULED_EVENTS
ViewPER_PEOPLE_F
ViewPO_VENDORS
APPS.OTV_ACTIVITIES is referenced by following:

SchemaPUBLIC
SynonymOTV_ACTIVITIES