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


TABLE: PN.PN_REC_EXPCL_DTLACC_ALL

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


Stores the breakdown of account level information for a given customer
and location in an expense class line detail. 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_DTLACC_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_CLASS_LINE_DTL_ID
PN_REC_EXPCL_DTLACC_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_CLASS_LINE_ID
Columns
Name Datatype Length Mandatory Comments
EXPENSE_CLASS_LINE_DTL_ID NUMBER (15) Yes Uniquely identifies rows in the Expense Class Line Details table.
EXPENSE_CLASS_LINE_ID NUMBER (15) Yes Identifies the class line in the Expense Class Lines table associated with this row.
EXPENSE_LINE_DTL_ID NUMBER (15) Yes Identifies the row in the Expense Line Details table associated with this row.
EXPENSE_ACCOUNT_ID NUMBER (15) Yes Expense Account ID associated with an expense line.
EXPENSE_TYPE_CODE VARCHAR2 (30) Yes Expense type code associated with an expense line.
BUDGETED_AMT NUMBER

Budgeted amount associated with an expense line.
EXPENSE_AMT NUMBER

Actual amount associated with an expense line.
RECOVERABLE_AMT NUMBER

Recoverable amount. The portion percentage is applied to the actual amount to determine the recoverable amount.
COMPUTED_RECOVERABLE_AMT NUMBER

Actual recoverable amount. The management fee percentage and share percentage are applied to the recoverable amount to determine the actual recoverable amount.
CLS_LINE_DTL_SHARE_PCT NUMBER

Share percentage.
CLS_LINE_DTL_SHARE_PCT_OVR NUMBER

Override value for the share percentage.
CLS_LINE_DTL_FEE_BF_CONTR NUMBER

Management fee percentage.
CLS_LINE_DTL_FEE_BF_CONTR_OVR NUMBER

Override value for the management fee percentage.
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_LINE_DTL_ID
,      EXPENSE_CLASS_LINE_ID
,      EXPENSE_LINE_DTL_ID
,      EXPENSE_ACCOUNT_ID
,      EXPENSE_TYPE_CODE
,      BUDGETED_AMT
,      EXPENSE_AMT
,      RECOVERABLE_AMT
,      COMPUTED_RECOVERABLE_AMT
,      CLS_LINE_DTL_SHARE_PCT
,      CLS_LINE_DTL_SHARE_PCT_OVR
,      CLS_LINE_DTL_FEE_BF_CONTR
,      CLS_LINE_DTL_FEE_BF_CONTR_OVR
,      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_DTLACC_ALL;

Dependencies

[top of page]

PN.PN_REC_EXPCL_DTLACC_ALL does not reference any database object

PN.PN_REC_EXPCL_DTLACC_ALL is referenced by following:

SchemaAPPS
SynonymPN_REC_EXPCL_DTLACC
SynonymPN_REC_EXPCL_DTLACC_ALL