[Home] [Help]
[Dependency Information]
Object Name: | PSB_HRMS_FACTORS |
---|---|
Object Type: | TABLE |
Owner: | PSB |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PSB_HRMS_FACTORS stores conversion factors for rates from Human
Resource Management Systems periods to Public Sector Budgeting
periods. For example, if salary is defined in Human Resource
Management Systems as Weekly amounts and budgets are calculated
in Monthly amounts, the week-to-month conversion factor is applied to
the salary defined in Human Resource Management Systems.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
HRMS_PERIOD_TYPE | VARCHAR2 | (10) | Yes | Oracle Human Resource Management system period type |
BUDGET_PERIOD_TYPE | VARCHAR2 | (10) | Yes | Public Sector Budgeting period type |
FACTOR | NUMBER | Yes | Conversion factor |
Cut, paste (and edit) the following text to query this object:
SELECT HRMS_PERIOD_TYPE
, BUDGET_PERIOD_TYPE
, FACTOR
FROM PSB.PSB_HRMS_FACTORS;
PSB.PSB_HRMS_FACTORS does not reference any database object
PSB.PSB_HRMS_FACTORS is referenced by following:
|
|
|