[Home] [Help]
[Dependency Information]
| Object Name: | PN_REC_EXPCL_DTLLN_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| FND Design Data: | PN.PN_REC_EXPCL_DTLLN_ALL
|
| Subobject Name: | |
| Status: | VALID |
Stores location and customer level information for a given expense
class line detail. This table is partitioned by organization.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_REC_EXPCL_DTLLN_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
EXPENSE_CLASS_LINE_ID
|
| PN_REC_EXPCL_DTLLN_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EXPENSE_CLASS_DTL_ID
|
| PN_REC_EXPCL_DTLLN_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
LOCATION_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| EXPENSE_CLASS_LINE_ID | NUMBER | (15) | Yes | Uniquely identifies rows in this table. |
| EXPENSE_CLASS_DTL_ID | NUMBER | (15) | Yes | Identifies the summary header in the Expense Class Details table associated with this row. |
| LOCATION_ID | NUMBER | (15) | Yes | Identifies the row in the Locations table associated with this row. |
| CUST_SPACE_ASSIGN_ID | NUMBER | (15) | Yes | Identifies the row in the Customer Space Assignment table associated with this row. |
| CUST_ACCOUNT_ID | NUMBER | (15) | Yes | Identifies the row in the Code Combination table associated with this row. |
| LEASE_ID | NUMBER | (15) | Yes | Identifies the row in the Leases table associated with this row. |
| BUDGETED_AMT | NUMBER | Sum of the account level budgeted amount. | ||
| EXPENSE_AMT | NUMBER | Sum of the account level actual amount. | ||
| 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. Management fee percentage and share percentage are applied to the recoverable amount to determine the actual recoverable amount. | ||
| CLS_LINE_SHARE_PCT | NUMBER | Share percentage. Used only if there is no share percentage at the account level. | ||
| CLS_LINE_FEE_BEFORE_CONTR_OVR | NUMBER | Override value for management fee percentage. Used only if there is no fee percentage at the account level. | ||
| CLS_LINE_FEE_AFTER_CONTR_OVR | NUMBER | Override value for management fee percentage. Used in the recovery agreement calculation. | ||
| USE_SHARE_PCT_FLAG | VARCHAR2 | (1) | Yes | Use share percentage flag. The value is Y (Yes) if there is no share percentage defined at the account level, and N (No) if a share percentage is defined at the account level. |
| USE_FEE_BEFORE_CONTR_FLAG | VARCHAR2 | (1) | Yes | Use management fee percentage flag. Value is Y (Yes) if there is no management fee percentage defined at the account level, and N (No) if there is a management fee percentage defined at the account level. |
| RECOVERY_SPACE_STD_CODE | VARCHAR2 | (30) | Yes | Recovery space standard code associated with a location. |
| RECOVERY_TYPE_CODE | VARCHAR2 | (30) | Yes | Recovery type code associated with a location. |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT EXPENSE_CLASS_LINE_ID
, EXPENSE_CLASS_DTL_ID
, LOCATION_ID
, CUST_SPACE_ASSIGN_ID
, CUST_ACCOUNT_ID
, LEASE_ID
, BUDGETED_AMT
, EXPENSE_AMT
, RECOVERABLE_AMT
, COMPUTED_RECOVERABLE_AMT
, CLS_LINE_SHARE_PCT
, CLS_LINE_FEE_BEFORE_CONTR_OVR
, CLS_LINE_FEE_AFTER_CONTR_OVR
, USE_SHARE_PCT_FLAG
, USE_FEE_BEFORE_CONTR_FLAG
, RECOVERY_SPACE_STD_CODE
, RECOVERY_TYPE_CODE
, 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_DTLLN_ALL;
PN.PN_REC_EXPCL_DTLLN_ALL does not reference any database object
PN.PN_REC_EXPCL_DTLLN_ALL is referenced by following:
PN
PN_REC_EXPCL_DTLLN_ALL#
|
|
|
|