DBA Data[Home] [Help]

APPS.OKL_CS_LC_CONTRACT_PVT dependencies on OKC_STATUSES_V

Line 381: OKC_STATUSES_V STS1

377: OKC_LINE_STYLES_B LS1,
378: OKL_ASSET_SUBSIDY_UV SUB,
379: OKL_SUBSIDIES_B SUBB,
380: OKL_SUBSIDIES_TL SUBT,
381: OKC_STATUSES_V STS1
382: where KLE1.ID = CLE1.ID
383: AND CLE1.LSE_ID = LS1.ID
384: AND LS1.LTY_CODE ='SUBSIDY'
385: AND cle1.dnz_chr_id = c_contract_id -- from parameter

Line 1446: HZ_PARTIES P,OKC_K_HEADERS_V CHR,OKC_STATUSES_V STAT

1442: -- get org_id for contract
1443: CURSOR get_contract_no (p_cust_acct_id IN VARCHAR2) IS
1444: SELECT COUNT(*)
1445: FROM HZ_CUST_ACCOUNTS CA,
1446: HZ_PARTIES P,OKC_K_HEADERS_V CHR,OKC_STATUSES_V STAT
1447: WHERE CHR.scs_code = 'LEASE' AND
1448: CHR.authoring_org_id = mo_global.get_current_org_id() AND
1449: ca.cust_account_id =chr.cust_acct_id AND
1450: ca.party_id = p.party_id AND