DBA Data[Home] [Help]

VIEW: APPS.PQH_CORPS_RULES_V

Source

View Text - Preformatted

SELECT corps_definition_id corps_definition_id, corps_extra_info_id corps_extra_info_id, object_version_number object_version_number, information_type information_type, hr_general.decode_lookup('PQH_CORPS_WAYS',information3) joining_way, information3 joining_way_cd, hr_general.decode_lookup('PQH_CORPS_WAYS_CRITERIA',information4) situation, information4 situation_cd, information5 value, information6 uom, hr_general.decode_lookup('FREQUENCY',information6) uom_desc, information7 mandatory_flag from pqh_corps_extra_info where information_type = 'RULES'
View Text - HTML Formatted

SELECT CORPS_DEFINITION_ID CORPS_DEFINITION_ID
, CORPS_EXTRA_INFO_ID CORPS_EXTRA_INFO_ID
, OBJECT_VERSION_NUMBER OBJECT_VERSION_NUMBER
, INFORMATION_TYPE INFORMATION_TYPE
, HR_GENERAL.DECODE_LOOKUP('PQH_CORPS_WAYS'
, INFORMATION3) JOINING_WAY
, INFORMATION3 JOINING_WAY_CD
, HR_GENERAL.DECODE_LOOKUP('PQH_CORPS_WAYS_CRITERIA'
, INFORMATION4) SITUATION
, INFORMATION4 SITUATION_CD
, INFORMATION5 VALUE
, INFORMATION6 UOM
, HR_GENERAL.DECODE_LOOKUP('FREQUENCY'
, INFORMATION6) UOM_DESC
, INFORMATION7 MANDATORY_FLAG
FROM PQH_CORPS_EXTRA_INFO
WHERE INFORMATION_TYPE = 'RULES'