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


TABLE: PSB.PSB_FORMULAS

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


PSB_FORMULAS stores information about formulas used to calculate pay
element costs. Formulas are basically PL/SQL functions stored in the
applications database. The formulas used in Public Sector Budgeting
are registered in this table. The information includes the name and
the PL/SQL function to call.
Formulas are not supported in the current release, but will be
supported in a future release. This table is for future use.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PSB_FORMULAS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnFORMULA_ID
Columns
Name Datatype Length Mandatory Comments
FORMULA_ID NUMBER (15) Yes Formula unique identifier
NAME VARCHAR2 (60) Yes Formula name
FORMULA_TYPE VARCHAR2 (1) Yes Formula type is F (Function) or P (Procedure)
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 FORMULA_ID
,      NAME
,      FORMULA_TYPE
,      CREATED_BY
,      CREATION_DATE
FROM PSB.PSB_FORMULAS;

Dependencies

[top of page]

PSB.PSB_FORMULAS does not reference any database object

PSB.PSB_FORMULAS is referenced by following:

SchemaAPPS
SynonymPSB_FORMULAS