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


VIEW: APPS.JTF_CONTACT_RESTRICTIONS_V

Object Details
Object Name: JTF_CONTACT_RESTRICTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewJTF.JTF_CONTACT_RESTRICTIONS_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


JTF_CONTACT_RESTRICTIONS_V stores information about restrictions on contacting parties. Each record references the type of contact (such as email or fax) that should not be made, the reason contact should not be made, and the start and end dates of the restriction.


[View Source]

Columns
Name Datatype Length Mandatory Comments
CONTACT_RESTRICTION_ID NUMBER (15) Yes Unique identifier for the contact restriction
CONTACT_TYPE VARCHAR2 (30) Yes Type of contact that should not be made with the party
RESTRICT_START_DATE DATE
Yes Start date of the period during which the party should not be contacted
RESTRICT_END_DATE DATE

End date of the period during which the party should not be contacted
RESTRICT_REASON VARCHAR2 (30)
Reason that this type of contact should not be made with the party during this period
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
REQUEST_ID NUMBER (15)
Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID).
PROGRAM_APPLICATION_ID NUMBER (15)
Concurrent Program who column - application id of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID).
PROGRAM_ID NUMBER (15)
Concurrent Program who column - program id of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID).
PROGRAM_UPDATE_DATE DATE

Concurrent Program who column - date when a program last updated this row).
WH_UPDATE_DATE DATE

Warehouse update date when record was recorded or changed
SUBJECT_TABLE VARCHAR2 (30) Yes Table storing the subject of the contact restriction.
SUBJECT_ID NUMBER (15) Yes FK to SUBJECT_TABLE; identifies the subject of the contact
Query Text

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


SELECT CONTACT_RESTRICTION_ID
,      CONTACT_TYPE
,      RESTRICT_START_DATE
,      RESTRICT_END_DATE
,      RESTRICT_REASON
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      WH_UPDATE_DATE
,      SUBJECT_TABLE
,      SUBJECT_ID
FROM APPS.JTF_CONTACT_RESTRICTIONS_V;

Dependencies

[top of page]

APPS.JTF_CONTACT_RESTRICTIONS_V references the following:

SchemaAPPS
SynonymHZ_CONTACT_PREFERENCES

APPS.JTF_CONTACT_RESTRICTIONS_V is not referenced by any database object