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


VIEW: APPS.JTF_EXCEPTIONS

Object Details
Object Name: JTF_EXCEPTIONS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_EXCEPTIONS
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

A multi-org view which will retrive data for your current operating unit and ignore data in other operating units.


Same as JTF_EXCEPTIONS_ALL


[View Source]

Columns
Name Datatype Length Mandatory Comments
EXCEPTIONS_ID NUMBER
Yes
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER
Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER
Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER
Yes Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
TERR_ID NUMBER
Yes
RESOURCE_ID NUMBER
Yes
CUSTOMER_ID NUMBER

ADDRESS_ID NUMBER

LEAD_ID NUMBER

OPPORTUNITY_ID NUMBER

ORG_ID NUMBER

Organization identifier
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXCEPTIONS_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      TERR_ID
,      RESOURCE_ID
,      CUSTOMER_ID
,      ADDRESS_ID
,      LEAD_ID
,      OPPORTUNITY_ID
,      ORG_ID
FROM APPS.JTF_EXCEPTIONS;

Dependencies

[top of page]

APPS.JTF_EXCEPTIONS references the following:

SchemaAPPS
SynonymJTF_EXCEPTIONS_ALL
APPS.JTF_EXCEPTIONS is referenced by following:

SchemaAPPS
Package BodyJTF_EXCEPTIONS_PKG - show dependent code