[Home] [Help]
[Dependency Information]
Object Name: | PA_ROUTINGS_AR |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_ROUTINGS_AR_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PURGE_BATCH_ID | NUMBER | (15) | Yes | Purge batch Id |
PURGE_RELEASE | VARCHAR2 | (50) | Yes | Purge release version |
PURGE_PROJECT_ID | NUMBER | (15) | Yes | Purge Project Id |
EXPENDITURE_ID | NUMBER | (15) | The identifier of the expenditure for which this routing is entered | |
ROUTED_FROM_PERSON_ID | NUMBER | (15) | The identifier of the person who sent this routing | |
START_DATE | DATE | The date that the approval step was performed. This values include date and time | ||
ROUTING_STATUS_CODE | VARCHAR2 | (30) | The approval action performed for this routing | |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
ROUTED_TO_PERSON_ID | NUMBER | (15) | The identifier of the person to which the expenditure is sent for the next approval step. This column is left blank if the approval step is approval of the expenditure | |
END_DATE | DATE | The date on which the next approval step was performed. This value includes date and time. This column is left blank if the approval step is approval of the expenditure | ||
ROUTING_COMMENT | VARCHAR2 | (240) | The free text comment written by the person from whom the routing was sent |
Cut, paste (and edit) the following text to query this object:
SELECT PURGE_BATCH_ID
, PURGE_RELEASE
, PURGE_PROJECT_ID
, EXPENDITURE_ID
, ROUTED_FROM_PERSON_ID
, START_DATE
, ROUTING_STATUS_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, ROUTED_TO_PERSON_ID
, END_DATE
, ROUTING_COMMENT
FROM PA.PA_ROUTINGS_AR;
PA.PA_ROUTINGS_AR does not reference any database object
PA.PA_ROUTINGS_AR is referenced by following:
|
|
|