DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on MO_GLOBAL

Line 1486: CHR.authoring_org_id = mo_global.get_current_org_id() AND

1482: SELECT COUNT(*)
1483: FROM HZ_CUST_ACCOUNTS CA,
1484: HZ_PARTIES P,OKC_K_HEADERS_V CHR,OKC_STATUSES_V STAT
1485: WHERE CHR.scs_code = 'LEASE' AND
1486: CHR.authoring_org_id = mo_global.get_current_org_id() AND
1487: ca.cust_account_id =chr.cust_acct_id AND
1488: ca.party_id = p.party_id AND
1489: CHR.sts_code = stat.code AND
1490: stat.code = 'BOOKED' AND