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


VIEW: APPS.PAFV_CUSTOMER_AGREEMENT_TYPES

Object Details
Object Name: PAFV_CUSTOMER_AGREEMENT_TYPES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PAFV_CUSTOMER_AGREEMENT_TYPES
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 Business Intelligence System view


This shows information about types of agreements, such as purchase order or service agreement.


[View Source]

Columns
Name Datatype Length Mandatory Comments
AGREEMENT_TYPE VARCHAR2 (30) Yes Agreement Type
_LA:REVENUE_LIMIT_FLAG CHAR (49)
Revenue Limit flag
_DF CHAR (38)
Descriptive Flexfield
START_EFFECTIVE_DATE DATE
Yes Start Effective Date
END_EFFECTIVE_DATE DATE

End Effective Date
DESCRIPTION VARCHAR2 (250)
Description
LAST_UPDATE_DATE DATE
Yes Standard WHO column.
LAST_UPDATED_BY NUMBER (15) Yes Standard WHO column.
CREATION_DATE DATE
Yes Standard WHO column.
CREATED_BY NUMBER (15) Yes Standard WHO column.
Query Text

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


SELECT AGREEMENT_TYPE
,      _LA:REVENUE_LIMIT_FLAG
,      _DF
,      START_EFFECTIVE_DATE
,      END_EFFECTIVE_DATE
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
FROM APPS.PAFV_CUSTOMER_AGREEMENT_TYPES;

Dependencies

[top of page]

APPS.PAFV_CUSTOMER_AGREEMENT_TYPES references the following:

SchemaAPPS
SynonymPA_AGREEMENT_TYPES

APPS.PAFV_CUSTOMER_AGREEMENT_TYPES is not referenced by any database object