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


TABLE: PSB.PSB_WS_DISTRIBUTIONS

Object Details
Object Name: PSB_WS_DISTRIBUTIONS
Object Type: TABLE
Owner: PSB
FND Design Data: TablePSB.PSB_WS_DISTRIBUTIONS
Subobject Name:
Status: VALID


PSB_WS_DISTRIBUTIONS stores information about each instance of the distribution of a worksheet and budget revision. The information includes the source worksheet or budget revision being distributed, date, time and status of the distribution process.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_WS_DISTRIBUTIONS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDISTRIBUTION_ID
Columns
Name Datatype Length Mandatory Comments
DISTRIBUTION_ID NUMBER (15) Yes Distribution unique identifier
DISTRIBUTION_RULE_ID NUMBER (15) Yes Unique identifier for distribution rule used to create this distribution
WORKSHEET_ID NUMBER (15) Yes Unique identifier for worksheet distributed using this rule
DISTRIBUTION_DATE DATE
Yes Distribution date
DISTRIBUTED_FLAG VARCHAR2 (1)
Indicates if the distribution is completed
DISTRIBUTION_OPTION_FLAG VARCHAR2 (1)
Indicates if the distribution is worksheet or budget revision related. Valid values are W (Worksheet Distribution), R (Budget Revision Distribution).
DISTRIBUTION_INSTRUCTIONS VARCHAR2 (2000)
Instructions for the worksheet distributed
REVISION_OPTION_FLAG VARCHAR2 (1)
Indicates if this budget revision distribution is E (Edit Request), N (Notify Only)
LAST_UPDATE_DATE DATE

Standard Who column
LAST_UPDATED_BY NUMBER (15)
Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15)
Standard Who column
CREATION_DATE DATE

Standard Who column
Query Text

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


SELECT DISTRIBUTION_ID
,      DISTRIBUTION_RULE_ID
,      WORKSHEET_ID
,      DISTRIBUTION_DATE
,      DISTRIBUTED_FLAG
,      DISTRIBUTION_OPTION_FLAG
,      DISTRIBUTION_INSTRUCTIONS
,      REVISION_OPTION_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
FROM PSB.PSB_WS_DISTRIBUTIONS;

Dependencies

[top of page]

PSB.PSB_WS_DISTRIBUTIONS does not reference any database object

PSB.PSB_WS_DISTRIBUTIONS is referenced by following:

SchemaAPPS
SynonymPSB_WS_DISTRIBUTIONS