DBA Data[Home] [Help]

APPS.OZF_THRESHOLD_RULE_PVT dependencies on OZF_THRESHOLDS_VL

Line 88: FROM ozf_thresholds_vl

84:
85: CURSOR c_threshold_date
86: IS
87: SELECT start_date_active, end_date_active
88: FROM ozf_thresholds_vl
89: WHERE threshold_id = p_threshold_id;
90:
91: BEGIN
92: x_return_status := fnd_api.g_ret_sts_success;