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


VIEW: APPS.PABV_CUSTOMER_AGREEMENT_TYPES

Object Details
Object Name: PABV_CUSTOMER_AGREEMENT_TYPES
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPA.PABV_CUSTOMER_AGREEMENT_TYPES
Subobject Name:
Status: VALID

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
_LA:REVENUE_LIMIT_FLAG CHAR (49)
_DF CHAR (38)
START_EFFECTIVE_DATE DATE
Yes
END_EFFECTIVE_DATE DATE


DESCRIPTION VARCHAR2 (250)

LAST_UPDATE_DATE DATE
Yes
LAST_UPDATED_BY NUMBER (15) Yes
CREATION_DATE DATE
Yes
CREATED_BY NUMBER (15) Yes
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.PABV_CUSTOMER_AGREEMENT_TYPES;

Dependencies

[top of page]

APPS.PABV_CUSTOMER_AGREEMENT_TYPES references the following:

SchemaAPPS
SynonymPA_AGREEMENT_TYPES

APPS.PABV_CUSTOMER_AGREEMENT_TYPES is not referenced by any database object