Lease and Finance Management - EBS (MOSC)

MOSC Banner

Coverage Type, Service Activity Billing Type and Covered %

edited Oct 15, 2019 1:25AM in Lease and Finance Management - EBS (MOSC) 5 commentsAnswered

Hi,

I have requirement to extract Coverage Name, Service Activity Billing Type and Covered Percentage.

I have managed to get Coverage name and Discount Percent, but not Billing Type.

Below query returns OBJECT1_ID1 = 71 for Billing Type Id.

select OCV.Name, oki.JTOT_OBJECT1_CODE, OKI.OBJECT1_ID1, KLN.Discount_Percent

from apps.okc_k_lines_b okl

        inner join oks_k_lines_b KLN on KLN.CLE_ID = OKL.Id  -- To get Discount Percentage

        inner join OKC_K_Items OKI on OKI.CLE_ID = okl.ID and OKI.DNZ_CHR_ID = -1

        inner join apps.okc_k_lines_b okl_COV on okl_COV.id = OKL.CLE_Id

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