DBA Data[Home] [Help]

APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_OFFER_PERFORMANCES

Line 2532: ozf_offer_performances offperf

2528: CURSOR c_offr_trade_medium_csr IS
2529: SELECT
2530: offperf.channel_id
2531: FROM
2532: ozf_offer_performances offperf
2533: WHERE
2534: offperf.list_header_id = p_obj_id
2535: AND offperf.product_attribute_context = p_product_attribute_context
2536: AND DECODE(offperf.product_attr_value,'ALL','MATCH', offperf.product_attr_value) =

Line 2546: ozf_offer_performances offperf

2542: CURSOR c_wkst_trade_medium_csr IS
2543: SELECT
2544: offperf.channel_id
2545: FROM
2546: ozf_offer_performances offperf
2547: WHERE
2548: offperf.used_by = p_obj_type
2549: AND offperf.used_by = p_obj_id
2550: AND offperf.product_attribute_context = p_product_attribute_context