DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_ROUTINGS

Object Details
Object Name: PA_ROUTINGS
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_ROUTINGS
Subobject Name:
Status: VALID


PA_ROUTINGS stores the sequential steps in the
approval cycles of online timecards and expense
reports from Oracle Personal Time and Expense.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_ROUTINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnEXPENDITURE_ID
ColumnSTART_DATE
PA_ROUTINGS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnROUTING_STATUS_CODE
ColumnROUTED_TO_PERSON_ID
Columns
Name Datatype Length Mandatory Comments
EXPENDITURE_ID NUMBER (15) Yes The identifier of the expenditure for which this routing is entered
ROUTED_FROM_PERSON_ID NUMBER (9) Yes The identifier of the person who sent this routing
START_DATE DATE
Yes The date that the approval step was performed. This values include date and time
ROUTING_STATUS_CODE VARCHAR2 (30) Yes 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 (9)
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
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT 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;

Dependencies

[top of page]

PA.PA_ROUTINGS does not reference any database object

PA.PA_ROUTINGS is referenced by following:

SchemaAPPS
SynonymPA_ROUTINGS