[Home] [Help]
[Dependency Information]
Object Name: | PAY_MONITOR_BALANCE_RETRIEVALS |
---|---|
Object Type: | TABLE |
Owner: | HR |
FND Design Data: | ![]() |
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: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PAY_MONITOR_BAL_RETRIEVALS_FK1 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_MONITOR_BAL_RETRIEVALS_FK2 | NORMAL | NONUNIQUE |
![]() |
![]() |
PAY_MONITOR_BAL_RETRIEVALS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Table | |
Foreign Table | Foreign Key Column | PAY_MONITOR_BALANCE_RETRIEVALS | ![]() |
![]() |
PAY_MONITOR_BALANCE_RETRIEVALS ASSIGNMENT_ACTION_ID |
---|
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:
|
|
|