DBA Data[Home] [Help]

APPS.OKE_CONTRACT_PARTY_PUB dependencies on OKC_CONTACT_SOURCES_V

Line 1367: from okc_contact_sources_v b

1363: id= p_ctcv_rec.dnz_chr_id;
1364:
1365: CURSOR get_jtot_object_code(p_rle_code IN VARCHAR2,p_BUY_OR_SELL IN varchar2) is
1366: select jtot_object_code ,CONSTRAINED_YN
1367: from okc_contact_sources_v b
1368: where b.cro_code =p_ctcv_rec.cro_code
1369: and b.rle_code = p_rle_code
1370: and b.buy_or_sell = p_BUY_OR_SELL ;
1371: