Channel Revenue Management - EBS (MOSC)

MOSC Banner

Claim WebADI Download(Mapping) -Based on the Claim Status Parameters entered (Multiple seperated by

edited May 22, 2019 1:36AM in Channel Revenue Management - EBS (MOSC) 1 commentAnswered ✓

Hi ,

When user enters the Claim Status Multiple seperated by comma, it should download all the entered Status Claims.

I have taken the sql query and need help in finishing it.

If 'ALL' entered it should download all status Claims ,or if it is entered seperated by comma (as above) ,it should download all entered status Claims

query:

AND nvl(upper(p_claim_status) ,'ALL') like DECODE ($param$.p_claim_status,'ALL',nvl(upper(p_claim_status) ,'ALL'),upper($param$.p_claim_status)

OR ','||upper($param$.p_claim_status) || ',' LIKE '%,'||p_claim_status || ',%' 

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