You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Employee Gosi Subscription Status report

Summary: I am working on Employee Gosi Subscription Status report. I need to fetch column Gosi Registered Salary, Employer Contribution and Subscription Status. I am using below query but not able to get data for these columns. Could you please help me out here.

SELECT
ppnf.full_name AS employee_name,
papf.person_number,
hou.name AS department,
pos.name AS position,

-- Basic Salary
MAX(CASE WHEN csc.component_code = 'ORA_BASIC'
THEN csc.amount END) AS basic_salary,

-- Housing Allowance
MAX(CASE WHEN csc.component_code = 'ORA_HOUSING_ALLOWANCE'
THEN csc.amount END) AS housing_allowance,

-- Transport Allowance

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!