[Home] [Help]
[Dependency Information]
| Object Name: | PA_AGREEMENTS_AMG_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_AGREEMENTS_AMG_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Used for accessing agreement information entered from external system
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| AGREEMENT_ID | NUMBER | (15) | Yes | The system-generated number that uniquely identifies the agreement |
| CUSTOMER_ID | NUMBER | (15) | Yes | The identifier of the customer who is authorizing the agreement |
| AGREEMENT_NUM | VARCHAR2 | (50) | Yes | The user-entered number that identifies the agreement |
| AGREEMENT_TYPE | VARCHAR2 | (30) | Yes | The agreement type that classifies the agreement |
| 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 |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| OWNED_BY_PERSON_ID | NUMBER | (9) | Yes | The identifier of the person that enters and owns the agreement |
| TERM_ID | NUMBER | (15) | Yes | The identifier of the payment term which specifies the schedule on which the invoices funded by this agreement are to be paid |
| REVENUE_LIMIT_FLAG | VARCHAR2 | (1) | Yes | Flag indicating whether revenue for projects funded by this agreement can exceed the allocated funding amount |
| AMOUNT | NUMBER | (22) | Yes | The amount of revenue authorized for the agreement |
| DESCRIPTION | VARCHAR2 | (240) | The free text description to describe the agreement | |
| EXPIRATION_DATE | DATE | Date on which the agreement expires | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (30) | Descriptive flexfield context field | |
| ATTRIBUTE1 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE2 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE3 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE4 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE5 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE6 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE7 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE8 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE9 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| ATTRIBUTE10 | VARCHAR2 | (150) | Descriptive flexfield segment | |
| TEMPLATE_FLAG | VARCHAR2 | (1) | Indicates if agreement template is used in Quick Agreement functionality of project templates | |
| ORG_ID | NUMBER | (15) | Operating unit identifier for multi-organization installations | |
| PM_AGREEMENT_REFERENCE | VARCHAR2 | (25) | The identifier of the agreement in the external system from which the agreement was imported. | |
| PM_PRODUCT_CODE | VARCHAR2 | (25) | The identifier of the external system from which the agreement was imported. | |
| OWNING_ORGANIZATION_ID | NUMBER | (15) | Agreement owning operating unit | |
| AGREEMENT_CURRENCY_CODE | VARCHAR2 | (15) | Agreement currency code of the agreement | |
| INVOICE_LIMIT_FLAG | VARCHAR2 | (1) | Flag indicating whether invoices for projects funded by this agreement can exceed the allocated funding amount |
Cut, paste (and edit) the following text to query this object:
SELECT AGREEMENT_ID
, CUSTOMER_ID
, AGREEMENT_NUM
, AGREEMENT_TYPE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, OWNED_BY_PERSON_ID
, TERM_ID
, REVENUE_LIMIT_FLAG
, AMOUNT
, DESCRIPTION
, EXPIRATION_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, TEMPLATE_FLAG
, ORG_ID
, PM_AGREEMENT_REFERENCE
, PM_PRODUCT_CODE
, OWNING_ORGANIZATION_ID
, AGREEMENT_CURRENCY_CODE
, INVOICE_LIMIT_FLAG
FROM APPS.PA_AGREEMENTS_AMG_V;
APPS
PA_AGREEMENTS
APPS.PA_AGREEMENTS_AMG_V is not referenced by any database object
|
|
|
|