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


TABLE: PN.PN_REC_EXPCL_ALL

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


Stores information regarding the recovery setup for the expense class. This table is partitioned by organization


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PN_REC_EXPCL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_CLASS_ID
PN_REC_EXPCL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnLOCATION_ID
PN_REC_EXPCL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROPERTY_ID
Columns
Name Datatype Length Mandatory Comments
EXPENSE_CLASS_ID NUMBER (15) Yes Uniquely identifies the expense class row.
EXPENSE_CLASS_NUM VARCHAR2 (30) Yes Expense class number. System defined when the profile option PN: Automatic Expense Class Number Generation is set to Yes. In this case, the PN_REC_EXPCL_S sequence is used to populate the Expense Class Number field.
EXPENSE_CLASS_NAME VARCHAR2 (50) Yes Expense class name. User defined value identifying the expense class.
LOCATION_ID NUMBER (15)
Associates the locations row in PN_LOCATIONS_ALL with the expense class row.
PROPERTY_ID NUMBER (15)
Associates the properties row in PN_PROPERTIES_ALL with the expense class row.
PORTION_PCT NUMBER

The value of the Portion % field is defaulted in the PN_REC_EXPCL_DTL_ALL table when you run the Expense Class Details concurrent process. This amount is applied to the actual amount to determine the recoverable expense. Portion % should be between 0 and 100.
CLASS_FEE_BEFORE_CONTR NUMBER

The value of the Fee % Before Contributors field is defaulted in the PN_REC_EXPCL_DTL_ALL table when you run the Expense Class Details concurrent process. The values of the Fee % Before Contributors and Share % fields are applied to the recoverable expense amount to derive the actual recoverable amount. The value of the Fee % Before Contributors field should be between 0 and 100.
CLASS_FEE_AFTER_CONTR NUMBER

The value of the Fee % After Contributors field is defaulted in the PN_REC_EXPCL_DTL_ALL table when you run the Expense Class Details concurrent process. This amount is used by the recovery agreement during calculation.
CURRENCY_CODE VARCHAR2 (15) Yes Currency code associated with the expense class. Only an expense class with the same currency code as defined for a recovery agreement can be associated with that agreement.
AREA_CLASS_ID NUMBER (15)
Associates the area class row in the PN_REC_ARCL_ALL with the expense class row. Used for the purpose of defaulting the area class when the expense class is associated with a recovery agreement.
DESCRIPTION VARCHAR2 (240)
Expense Class Description.
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)
Standard Who column.
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield segment.
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.
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment.
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment.
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment.
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment.
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment.
ORG_ID NUMBER (15)
Operating unit identifier.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT EXPENSE_CLASS_ID
,      EXPENSE_CLASS_NUM
,      EXPENSE_CLASS_NAME
,      LOCATION_ID
,      PROPERTY_ID
,      PORTION_PCT
,      CLASS_FEE_BEFORE_CONTR
,      CLASS_FEE_AFTER_CONTR
,      CURRENCY_CODE
,      AREA_CLASS_ID
,      DESCRIPTION
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      ORG_ID
FROM PN.PN_REC_EXPCL_ALL;

Dependencies

[top of page]

PN.PN_REC_EXPCL_ALL does not reference any database object

PN.PN_REC_EXPCL_ALL is referenced by following:

SchemaPN
ViewPN_REC_EXPCL_ALL#