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


TABLE: PN.PN_REC_EXPCL_DTL_ALL

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


Stores the associated expense line header and expense class setup
data used in the expense extraction process. 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_DTL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_CLASS_DTL_ID
PN_REC_EXPCL_DTL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_CLASS_ID
PN_REC_EXPCL_DTL_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_LINE_ID
Columns
Name Datatype Length Mandatory Comments
EXPENSE_CLASS_DTL_ID NUMBER (15) Yes Uniquely identifies rows in this table.
EXPENSE_CLASS_ID NUMBER (15) Yes Identifies the row in the Expense Class table associated with this row.
EXPENSE_LINE_ID NUMBER (15) Yes Identifies the row in the Expense Line table associated with this row.
STATUS VARCHAR2 (30) Yes Status. The status is Closed if there are approved recovery agreements associated with this expense class detail. Otherwise, the status is Open.
CLS_LINE_PORTION_PCT NUMBER

Default portion percentage associated with an expense class. Used to determine the actual amount.
CLS_LINE_FEE_BEFORE_CONTR NUMBER

Default management fee percentage associated with an expense class. Used to determine the actual recoverable amount.
CLS_LINE_FEE_AFTER_CONTR NUMBER

Default management fee percentage associated with an expense class. Used in the recovery agreement calculation.
DEFAULT_AREA_CLASS_ID NUMBER (15)
Default Area Class ID associated with an expense class.
LAST_UPDATE_DATE DATE
Yes Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15) Yes Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE
Yes Standard who column - date when this row was created.
CREATED_BY NUMBER (15) Yes Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield structure definition column.
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)
Organization identifier
Query Text

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


SELECT EXPENSE_CLASS_DTL_ID
,      EXPENSE_CLASS_ID
,      EXPENSE_LINE_ID
,      STATUS
,      CLS_LINE_PORTION_PCT
,      CLS_LINE_FEE_BEFORE_CONTR
,      CLS_LINE_FEE_AFTER_CONTR
,      DEFAULT_AREA_CLASS_ID
,      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_DTL_ALL;

Dependencies

[top of page]

PN.PN_REC_EXPCL_DTL_ALL does not reference any database object

PN.PN_REC_EXPCL_DTL_ALL is referenced by following:

SchemaAPPS
SynonymPN_REC_EXPCL_DTL
SynonymPN_REC_EXPCL_DTL_ALL