DBA Data[Home] [Help]

APPS.OKL_FUNDING_PVT dependencies on OKC_STATUSES_B

Line 1781: from okc_statuses_b ste,

1777:
1778: CURSOR c (p_contract_id NUMBER)
1779: IS
1780: select 1
1781: from okc_statuses_b ste,
1782: okc_k_headers_b chr
1783: where ste.code = chr.sts_code
1784: and ste.ste_code in ('ENTERED', 'ACTIVE','SIGNED')
1785: and chr.id = p_contract_id