DBA Data[Home] [Help]

APPS.OZF_QUOTA_PUB dependencies on OZF_THRESHOLDS_ALL_B

Line 216: FROM ozf_thresholds_all_b

212: AND category = 'EMPLOYEE';
213:
214: CURSOR c_threshold_exists (p_threshold_id IN NUMBER) IS
215: SELECT 1
216: FROM ozf_thresholds_all_b
217: WHERE threshold_id = p_threshold_id
218: AND threshold_type = 'QUOTA';
219:
220: BEGIN