DBA Data[Home] [Help]

APPS.PV_REFERRAL_GENERAL_PUB dependencies on PV_REFERRED_PRODUCTS

Line 1003: FROM pv_referred_products

999: -- ------------------------------------------------------------------
1000: CURSOR c_products IS
1001: SELECT product_category_set_id, product_category_id,
1002: quantity, amount
1003: FROM pv_referred_products
1004: WHERE referral_id = p_referral_id;
1005:
1006:
1007: