[Home] [Help]
APPS.OKC_XPRT_OM_INT_PVT dependencies on OE_PRICING_CONTRACTS_V
Line 290: oe_pricing_contracts_v pc
286: CURSOR c_get_pa_type(p_agreement_id NUMBER) IS
287: SELECT
288: pc.agreement_type_code
289: FROM
290: oe_pricing_contracts_v pc
291: WHERE
292: pc.agreement_id = p_agreement_id;
293:
294: