DBA Data[Home] [Help]

APPS.OKC_XPRT_OM_INT_PVT dependencies on OE_PRICING_CONTRACTS_V

Line 362: oe_pricing_contracts_v pc

358: CURSOR c_get_pa_type(p_agreement_id NUMBER) IS
359: SELECT
360: pc.agreement_type_code
361: FROM
362: oe_pricing_contracts_v pc
363: WHERE
364: pc.agreement_id = p_agreement_id;
365:
366: