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


VIEW: APPS.PSBBV_PARAMETER_FORMULAS

Object Details
Object Name: PSBBV_PARAMETER_FORMULAS
Object Type: VIEW
Owner: APPS
FND Design Data: ViewPSB.PSBBV_PARAMETER_FORMULAS
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


PSBBV_PARAMETER_FORMULAS displays information about the parameters used to create worksheets. Each parameter is defined as a multi-step formula. Parameters can be of the type Account, Position, or Element.


[View Source]

Columns
Name Datatype Length Mandatory Comments
STEP_NUMBER NUMBER

User-assigned sequence for parameter formula line
_LA:PREFIX_OPERATOR CHAR (72)
Formula line prefix operator. Valid prefix operators are +, -, *, / and =.
BUDGET_YEAR_TYPE VARCHAR2 (30)
Budget year type
_LA:BALANCE_TYPE CHAR (56)
Balance type. B indicates Budget, A indicates Actual, or E indicates Estimate.
GL_ACCOUNT VARCHAR2 (2000)
Concatenated accounting segment values entered. Used only for display purposes in the form.
CURRENCY_CODE VARCHAR2 (15)
Formula line currency. Functional currency code for the General Ledger Set of Books or STAT for statistical currency.
_LA:POSTFIX_OPERATOR CHAR (64)
Formula line postfix operator. Valid postfix operators are +, -, *, and /.
AMOUNT NUMBER

Formula line amount which is monetary or statistical. Based on the currency code.
HIREDATE_BETWEEN_FROM NUMBER

Range in days applied to position hire date
HIREDATE_BETWEEN_TO NUMBER

Range in days applied to position hire date
ADJDATE_BETWEEN_FROM NUMBER

Range in days applied to position adjustment date
ADJDATE_BETWEEN_TO NUMBER

Range in days applied to position adjustment date
INCREMENT_BY NUMBER

Auto increment value
_LA:INCREMENT_TYPE CHAR (60)
Type of autoincrement value
_LA:ASSIGNMENT_TYPE CHAR (72)
Assignment type. Values are Position or Element.
ATTRIBUTE_VALUE VARCHAR2 (240)
Attribute value
GRADE_STEP NUMBER

Grade step for salary elements
_LA:ELEMENT_VALUE_TYPE CHAR (68)
Element value type. Values are Amount, Percent of Salary, and Percent Increase.
ELEMENT_VALUE NUMBER

Element value
START_EFFECTIVE_DATE DATE

Effective start date for the new element option
END_EFFECTIVE_DATE DATE

Effective end date for the new element option
PARAMETER_FORMULA_ID NUMBER (20) Yes Parameter formula unique identifier
PARAMETER_ID NUMBER (20) Yes Parameter unique identifier
ATTRIBUTE_ID NUMBER

Attribute unique identifier
PAY_ELEMENT_ID NUMBER (20)
Pay element unique identifier
PAY_ELEMENT_OPTION_ID NUMBER

Pay element option unique identifier
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
Query Text

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


SELECT STEP_NUMBER
,      _LA:PREFIX_OPERATOR
,      BUDGET_YEAR_TYPE
,      _LA:BALANCE_TYPE
,      GL_ACCOUNT
,      CURRENCY_CODE
,      _LA:POSTFIX_OPERATOR
,      AMOUNT
,      HIREDATE_BETWEEN_FROM
,      HIREDATE_BETWEEN_TO
,      ADJDATE_BETWEEN_FROM
,      ADJDATE_BETWEEN_TO
,      INCREMENT_BY
,      _LA:INCREMENT_TYPE
,      _LA:ASSIGNMENT_TYPE
,      ATTRIBUTE_VALUE
,      GRADE_STEP
,      _LA:ELEMENT_VALUE_TYPE
,      ELEMENT_VALUE
,      START_EFFECTIVE_DATE
,      END_EFFECTIVE_DATE
,      PARAMETER_FORMULA_ID
,      PARAMETER_ID
,      ATTRIBUTE_ID
,      PAY_ELEMENT_ID
,      PAY_ELEMENT_OPTION_ID
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATED_BY
,      CREATION_DATE
FROM APPS.PSBBV_PARAMETER_FORMULAS;

Dependencies

[top of page]

APPS.PSBBV_PARAMETER_FORMULAS references the following:

SchemaAPPS
SynonymPSB_BUDGET_YEAR_TYPES
SynonymPSB_ENTITY
SynonymPSB_PARAMETER_FORMULAS

APPS.PSBBV_PARAMETER_FORMULAS is not referenced by any database object