PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Scope DeptID Value not passing through when using different query

edited May 21, 2018 5:04AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

I have a scope created for a single department. Now in the matrix layout, I have a column with the SQL below

The department is not passing through to this query and returns no results in the nvision report, even though the query returns results for the department that is being scoped on.

SELECT C.BUSINESS_UNIT, C.ACCOUNT, C.DEPTID, C.FUND_CODE, C.CLASS_FLD, C.MONETARY_AMOUNTFROM PS_KK_SOURCE_HDR A, PS_KK_SOURCE_LN B, PS_KK_ACTIVITY_LOG CWHERE ( A.KK_TRAN_ID = B.KK_TRAN_IDAND A.KK_TRAN_DT = B.KK_TRAN_DTAND B.KK_TRAN_ID = C.KK_TRAN_IDAND B.KK_TRAN_DT = C.KK_TRAN_DTAND B.KK_TRAN_LN = C.KK_TRAN_LN)
Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center