[Home] [Help]
[Dependency Information]
| Object Name: | PN_VAR_CONSTR_TEMPLATES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_VAR_CONSTR_TEMPLATES_ALL
|
| Subobject Name: | |
| Status: | VALID |
Constraints Templates
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_VAR_CONSTR_TEMPLATES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CONSTR_TEMPLATE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONSTR_TEMPLATE_ID | NUMBER | Yes | Uniquely identifies the constraint template row. | |
| CONSTR_DETAIL_NUM | NUMBER | Yes | Unique number of a constraint template detail row. | |
| AGREEMENT_TEMPLATE_ID | NUMBER | Yes | Associates the breakpoint template details row with the agreement template row. | |
| CREATION_DATE | DATE | Yes | Standard Who column. | |
| CREATED_BY | NUMBER | Yes | Standard Who column. | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column. | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column. | ||
| CONSTR_CAT_CODE | VARCHAR2 | (30) | Identifies the constraint category.The value is derived from lookup_code in FND_LOOKUPS where lookup_type =PN_CONSTR_CATEGORY. | |
| TYPE_CODE | VARCHAR2 | (30) | Constraint template type_code . | |
| AMOUNT | NUMBER | Constraint template amount. | ||
| COMMENTS | VARCHAR2 | (2000) | Comments related to the constraint template row. | |
| ORG_ID | NUMBER | (15) | Operating Unit Identifier. |
Cut, paste (and edit) the following text to query this object:
SELECT CONSTR_TEMPLATE_ID
, CONSTR_DETAIL_NUM
, AGREEMENT_TEMPLATE_ID
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CONSTR_CAT_CODE
, TYPE_CODE
, AMOUNT
, COMMENTS
, ORG_ID
FROM PN.PN_VAR_CONSTR_TEMPLATES_ALL;
PN.PN_VAR_CONSTR_TEMPLATES_ALL does not reference any database object
PN.PN_VAR_CONSTR_TEMPLATES_ALL is referenced by following:
APPS
PN_VAR_CONSTR_TEMPLATES_ALL
|
|
|
|