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


TABLE: PN.PN_VAR_CONSTR_TEMPLATES_ALL

Object Details
Object Name: PN_VAR_CONSTR_TEMPLATES_ALL
Object Type: TABLE
Owner: PN
FND Design Data: TablePN.PN_VAR_CONSTR_TEMPLATES_ALL
Subobject Name:
Status: VALID


Constraints Templates


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_VAR_CONSTR_TEMPLATES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCONSTR_TEMPLATE_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

PN.PN_VAR_CONSTR_TEMPLATES_ALL does not reference any database object

PN.PN_VAR_CONSTR_TEMPLATES_ALL is referenced by following:

SchemaPN
ViewPN_VAR_CONSTR_TEMPLATES_ALL#