DBA Data[Home] [Help]

APPS.OKC_PO_QA_PVT dependencies on OKC_K_HEADERS_B

Line 110: lcontract_intent OKC_K_HEADERS_B.BUY_OR_SELL%TYPE;

106: l_token VARCHAR2(2000);
107:
108:
109:
110: lcontract_intent OKC_K_HEADERS_B.BUY_OR_SELL%TYPE;
111: l_nlines NUMBER := 0;
112:
113:
114: CURSOR l_oklb_csr IS

Line 169: FROM OKC_K_HEADERS_b okhb

165: /*********To Check if the intent of the contract is BUY***************/
166:
167: SELECT buy_or_sell
168: INTO lcontract_intent
169: FROM OKC_K_HEADERS_b okhb
170: WHERE okhb.id = p_chr_id;
171:
172: IF (lcontract_intent <> 'B') THEN
173: OKC_API.set_message(