[Home] [Help]
[Dependency Information]
| Object Name: | PA_XLA_UPG_CTRL |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_XLA_UPG_CTRL
|
| Subobject Name: | |
| Status: | VALID |
PA_XLA_UPG_CTRL is the table used for driving R12 Projects SLA upgrade
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BATCH_ID | NUMBER | System-generated number that identifies the upgrade batch id | ||
| REFERENCE | VARCHAR2 | (30) | Reference of the type of record | |
| MIN_VALUE | NUMBER | Minimum Value | ||
| MAX_VALUE | NUMBER | Maximum Value | ||
| LEDGER_ID | NUMBER | System-generated number that identifies the ledger to be upgraded | ||
| STATUS | VARCHAR2 | (1) | Status of the upgrade |
Cut, paste (and edit) the following text to query this object:
SELECT BATCH_ID
, REFERENCE
, MIN_VALUE
, MAX_VALUE
, LEDGER_ID
, STATUS
FROM PA.PA_XLA_UPG_CTRL;
PA.PA_XLA_UPG_CTRL does not reference any database object
PA.PA_XLA_UPG_CTRL is referenced by following:
PA
PA_XLA_UPG_CTRL#
|
|
|
|