DBA Data[Home] [Help]

VIEW: APPS.OKL_CURE_RULE_UV

Source

View Text - Preformatted

SELECT vendor_id ,vendor_name ,vendor_program_id ,vendor_program_number ,vendor_program_name ,contract_id ,contract_number ,contract_description ,rule_code ,rule_information1 ,rule_information2 ,rule_information3 ,rule_information4 ,to_date(rule_information5 || to_char(sysdate,'-MM-RRRR'),'DD-MM-RRRR') rule_information5 ,rule_information6 rule_information6 ,to_date(rule_information7 || to_char(sysdate,'-MM-RRRR'),'DD-MM-RRRR') rule_information7 ,rule_information8 ,rule_information9 ,rule_information10 ,rule_information11 ,rule_information12 ,rule_information13 ,rule_information14 ,rule_information15 FROM OKL_C_V_RULES_UV CVR WHERE cvr.rule_code = 'COCURE'
View Text - HTML Formatted

SELECT VENDOR_ID
, VENDOR_NAME
, VENDOR_PROGRAM_ID
, VENDOR_PROGRAM_NUMBER
, VENDOR_PROGRAM_NAME
, CONTRACT_ID
, CONTRACT_NUMBER
, CONTRACT_DESCRIPTION
, RULE_CODE
, RULE_INFORMATION1
, RULE_INFORMATION2
, RULE_INFORMATION3
, RULE_INFORMATION4
, TO_DATE(RULE_INFORMATION5 || TO_CHAR(SYSDATE
, '-MM-RRRR')
, 'DD-MM-RRRR') RULE_INFORMATION5
, RULE_INFORMATION6 RULE_INFORMATION6
, TO_DATE(RULE_INFORMATION7 || TO_CHAR(SYSDATE
, '-MM-RRRR')
, 'DD-MM-RRRR') RULE_INFORMATION7
, RULE_INFORMATION8
, RULE_INFORMATION9
, RULE_INFORMATION10
, RULE_INFORMATION11
, RULE_INFORMATION12
, RULE_INFORMATION13
, RULE_INFORMATION14
, RULE_INFORMATION15
FROM OKL_C_V_RULES_UV CVR
WHERE CVR.RULE_CODE = 'COCURE'