DBA Data[Home] [Help]

APPS.OZF_QUOTA_PUB dependencies on AMS_ACT_PRODUCTS

Line 3228: FROM ams_act_products

3224: AND fund_id = p_quota_id;
3225:
3226: CURSOR c_product_exists IS
3227: SELECT 1
3228: FROM ams_act_products
3229: WHERE act_product_used_by_id = p_quota_id
3230: and arc_act_product_used_by = 'FUND';
3231:
3232: BEGIN