[Home] [Help]
[Dependency Information]
| Object Name: | PN_PAYMENT_ITEM_DIST_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | PN |
| Subobject Name: | |
| Status: | VALID |
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PN_PAYMENT_ITEM_DIST_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
PAYMENT_ITEM_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PAYMENT_ITEM_ID | NUMBER | Uniquely identifies a payment item | ||
| CODE_COMBINATION_ID | NUMBER | Identifies the code combination of the account that is referenced in General Ledger | ||
| ACCOUNT_CLASS | VARCHAR2 | (30) | Account class of a payment item | |
| LINE_NUMBER | NUMBER | Sequential number of the accounting line for an accounting entry | ||
| ENTERED_AMOUNT | NUMBER | Value of entered amount in the denomination currency | ||
| ACCOUNTED_AMOUNT | NUMBER | Value of actual amount in the accounting currency | ||
| CREATED_BY | NUMBER | (15) | Standard Who column. User who created this row (foreign key to FND_USER.USER_ID column) | |
| CREATION_DATE | DATE | Standard Who column. Date when this row is created | ||
| LAST_UPDATED_BY | NUMBER | (15) | Standard Who column. User who last updated this row (foreign key to FND_USER.USER_ID column) | |
| LAST_UPDATE_DATE | DATE | Standard Who column. Date when a user last updated this row | ||
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. Operating system login of the user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID column) | |
| PROGRAM_UPDATE_DATE | DATE | Concurrent Program Who column. Date when a program last updated this row | ||
| PROGRAM_APPLICATION_ID | NUMBER | Concurrent Program Who column. Application identifier of the program that last updated this row (foreign key to FND_APPLICATION.APPLICATION_ID column) | ||
| PROGRAM_ID | NUMBER | Concurrent Program Who column. Identifier of the program that last updated this row (foreign key to FND_CONCURRENT_PROGRAM.CONCURRENT_PROGRAM_ID column) | ||
| REQUEST_ID | NUMBER | Concurrent Program Who column. Concurrent request identifier of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID column) |
Cut, paste (and edit) the following text to query this object:
SELECT PAYMENT_ITEM_ID
, CODE_COMBINATION_ID
, ACCOUNT_CLASS
, LINE_NUMBER
, ENTERED_AMOUNT
, ACCOUNTED_AMOUNT
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, PROGRAM_UPDATE_DATE
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, REQUEST_ID
FROM PN.PN_PAYMENT_ITEM_DIST_ALL;
PN.PN_PAYMENT_ITEM_DIST_ALL does not reference any database object
PN.PN_PAYMENT_ITEM_DIST_ALL is referenced by following:
PN
PN_PAYMENT_ITEM_DIST_ALL#
|
|
|
|