DBA Data[Home] [Help]

VIEW: APPS.HR_CERIDIAN_500_SEL_PAYROLL_V

Source

View Text - Preformatted

SELECT decode(ptp.number_per_fiscal_year, 52,'W',24,'S',26,'B', 12,'M', ptp.number_per_fiscal_year) , ppr.payroll_id from pay_payrolls_x ppr , per_time_period_types ptp WHERE ppr.period_type = ptp.period_type
View Text - HTML Formatted

SELECT DECODE(PTP.NUMBER_PER_FISCAL_YEAR
, 52
, 'W'
, 24
, 'S'
, 26
, 'B'
, 12
, 'M'
, PTP.NUMBER_PER_FISCAL_YEAR)
, PPR.PAYROLL_ID
FROM PAY_PAYROLLS_X PPR
, PER_TIME_PERIOD_TYPES PTP
WHERE PPR.PERIOD_TYPE = PTP.PERIOD_TYPE