[Home] [Help]
[Dependency Information]
| Object Name: | PA_AGREEMENTS_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_AGREEMENTS_ALL
|
| Subobject Name: | |
| Status: | VALID |
PA_AGREEMENTS_ALL stores information about legally binding documents from customers that serve as the basis of work authorization for projects.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_AGREEMENTS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
AGREEMENT_ID
|
| PA_AGREEMENTS_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CUSTOMER_ID
AGREEMENT_NUM
AGREEMENT_TYPE
ORG_ID
|
| PA_AGREEMENTS_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
OWNED_BY_PERSON_ID
|
| PA_AGREEMENTS_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PM_PRODUCT_CODE
PM_AGREEMENT_REFERENCE
|
| 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 | |
| CUSTOMER_ORDER_NUMBER | VARCHAR2 | (240) | The number used by the customer to track the Agreement. | |
| ADVANCE_REQUIRED | VARCHAR2 | (1) | Flag indicating whether an advance payment is required before funding can be added | |
| BILLING_SEQUENCE | NUMBER | (2) | The billing sequence number that indicates the order in which the agreement is to be billed | |
| START_DATE | DATE | The Start date of the agreement | ||
| LINE_OF_ACCOUNT | VARCHAR2 | (240) | The accounting string that the customer is using to fund the agreement | |
| PAYMENT_SET_ID | NUMBER | (15) | Indicates a unique reference for all the receipt from AR which are applied against the agreement. | |
| ADVANCE_AMOUNT | NUMBER | (22) | Indicates total receipt amount applied against an agreement. | |
| ATTRIBUTE11 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE12 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE13 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE14 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE15 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE16 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE17 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE18 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE19 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE20 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE21 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE22 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE23 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE24 | VARCHAR2 | (240) | Descriptive flexfield segment | |
| ATTRIBUTE25 | VARCHAR2 | (240) | Descriptive flexfield segment |
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
, CUSTOMER_ORDER_NUMBER
, ADVANCE_REQUIRED
, BILLING_SEQUENCE
, START_DATE
, LINE_OF_ACCOUNT
, PAYMENT_SET_ID
, ADVANCE_AMOUNT
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, ATTRIBUTE16
, ATTRIBUTE17
, ATTRIBUTE18
, ATTRIBUTE19
, ATTRIBUTE20
, ATTRIBUTE21
, ATTRIBUTE22
, ATTRIBUTE23
, ATTRIBUTE24
, ATTRIBUTE25
FROM PA.PA_AGREEMENTS_ALL;
PA.PA_AGREEMENTS_ALL does not reference any database object
PA.PA_AGREEMENTS_ALL is referenced by following:
PA
PA_AGREEMENTS_ALL#
|
|
|
|