[Home] [Help]
[Dependency Information]
| Object Name: | PAY_MONITOR_BALANCE_RETRIEVALS |
|---|---|
| Object Type: | TABLE |
| Owner: | HR |
| FND Design Data: | PAY.PAY_MONITOR_BALANCE_RETRIEVALS
|
| Subobject Name: | |
| Status: | VALID |
PAY_MONITOR_BALANCE_RETRIEVALS is used to store data returned by the mechanism for monitoring which balance values have been retrieved by calling the route, rather than by a latest balance.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PAY_MONITOR_BAL_RETRIEVALS_FK1 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
DEFINED_BALANCE_ID
|
| PAY_MONITOR_BAL_RETRIEVALS_FK2 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
ASSIGNMENT_ACTION_ID
|
| PAY_MONITOR_BAL_RETRIEVALS_N1 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
MODULE_NAME
DATE_MONITORED
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| MODULE_NAME | VARCHAR2 | (80) | Session monitor name or default 'Monitoring all calls to route'. | |
| DATE_MONITORED | DATE | System date of the monitored session. | ||
| DEFINED_BALANCE_ID | NUMBER | (9) | Balance being retrieved. Foreign key to PAY_DEFINED_BALANCES. | |
| ASSIGNMENT_ACTION_ID | NUMBER | (15) | Foreign key to PAY_ASSIGNMENT_ACTIONS. | |
| REASON | VARCHAR2 | (300) | Free text for user entry. |
Cut, paste (and edit) the following text to query this object:
SELECT MODULE_NAME
, DATE_MONITORED
, DEFINED_BALANCE_ID
, ASSIGNMENT_ACTION_ID
, REASON
FROM HR.PAY_MONITOR_BALANCE_RETRIEVALS;
HR.PAY_MONITOR_BALANCE_RETRIEVALS does not reference any database object
HR.PAY_MONITOR_BALANCE_RETRIEVALS is referenced by following:
APPS
PAY_MONITOR_BALANCE_RETRIEVALS
PUBLIC
PAY_MONITOR_BALANCE_RETRIEVALS
|
|
|
|