DBA Data[Home] [Help]

APPS.OZF_FUNDTHRESHOLD_PVT dependencies on OZF_THRESHOLD_RULES_ALL

Line 69: FROM ozf_threshold_rules_all

65:
66: CURSOR c_rule_date(p_threshold_id NUMBER)
67: IS
68: SELECT start_date, end_date
69: FROM ozf_threshold_rules_all
70: WHERE threshold_id = p_threshold_id;
71:
72: BEGIN
73: x_return_status := fnd_api.g_ret_sts_success;