DBA Data[Home] [Help]

APPS.OZF_THRESHOLD_RULE_PVT dependencies on OZF_THRESHOLDS_ALL_B

Line 957: FROM ozf_thresholds_all_b

953: )
954: IS
955: CURSOR c_threshold_type (p_thres_id NUMBER) IS
956: SELECT threshold_type
957: FROM ozf_thresholds_all_b
958: WHERE threshold_id = p_thres_id;
959:
960: l_threshold_type VARCHAR2(30);
961: