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


TABLE: PN.PN_REC_EXP_LINE_DTL_ALL

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


Stores recovery expense lines and recovery expense line
allocations information. This is a self-referencing table that stores both
recovery expense lines and the recovery expense lines allocations information.
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_EXP_LINE_DTL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_LINE_DTL_ID
PN_REC_EXP_LINE_DTL_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnEXPENSE_LINE_ID
Columns
Name Datatype Length Mandatory Comments
EXPENSE_LINE_DTL_ID NUMBER (15) Yes Uniquely identifies a recovery expense line detail or recovery expense allocation
EXPENSE_LINE_ID NUMBER (15) Yes Identifies the row in the recovery expense line headers table associated with this row
PARENT_EXPENSE_LINE_ID NUMBER (15)
Identifies the row in the Recovery Expense Line Details table associated with this row for a recovery expense line allocation record. This column is null for a recovery expense line
PROPERTY_ID NUMBER (15)
Identifies the row in Properties table associated with this row
LOCATION_ID NUMBER (15)
Identifies the row in Locations table associated with this row
EXPENSE_TYPE_CODE VARCHAR2 (30)
Expense type code. Denotes the expense type for this recovery expense line detail or allocation. Populated using the lookup PN_PAYMENT_PURPOSE_TYPE
EXPENSE_ACCOUNT_ID NUMBER (15) Yes Identifies the row in the Code Combinations table associated with this row
ACCOUNT_DESCRIPTION VARCHAR2 (240)
User defined expense account description
ACTUAL_AMOUNT NUMBER

Actual amount for this recovery expense line detail or allocation
ACTUAL_PCT NUMBER

Actual percentage amount for this recovery expense line detail or allocation
ACTUAL_AMOUNT_OVR NUMBER

User entered actual amount override for this recovery expense line detail or allocation
BUDGETED_AMOUNT NUMBER

Budgeted amount for this recovery expense line detail or allocation
BUDGETED_PCT NUMBER

Budgeted percentage amount for this recovery expense line detail or allocation
BUDGETED_AMOUNT_OVR NUMBER

User entered budgeted amount override for this recovery expense line detail or allocation
CURRENCY_CODE VARCHAR2 (15) Yes Currency Code. Denotes currency for the amount in this Expense Line Detail or Allocation
EXPENSE_LINE_INDICATOR VARCHAR2 (30) Yes Expense line indicator. Indicates if there are allocations for a recovery expense detail
RECOVERABLE_FLAG VARCHAR2 (1)
Recoverable flag. Indicates if the amount in this recovery expense line detail or allocation is recoverable
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_LINE_DTL_ID
,      EXPENSE_LINE_ID
,      PARENT_EXPENSE_LINE_ID
,      PROPERTY_ID
,      LOCATION_ID
,      EXPENSE_TYPE_CODE
,      EXPENSE_ACCOUNT_ID
,      ACCOUNT_DESCRIPTION
,      ACTUAL_AMOUNT
,      ACTUAL_PCT
,      ACTUAL_AMOUNT_OVR
,      BUDGETED_AMOUNT
,      BUDGETED_PCT
,      BUDGETED_AMOUNT_OVR
,      CURRENCY_CODE
,      EXPENSE_LINE_INDICATOR
,      RECOVERABLE_FLAG
,      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_EXP_LINE_DTL_ALL;

Dependencies

[top of page]

PN.PN_REC_EXP_LINE_DTL_ALL does not reference any database object

PN.PN_REC_EXP_LINE_DTL_ALL is referenced by following:

SchemaAPPS
SynonymPN_REC_EXP_LINE_DTL
SynonymPN_REC_EXP_LINE_DTL_ALL