DBA Data[Home] [Help]

APPS.IGI_GEN_VERT dependencies on PSA_EFC_OPTIONS

Line 207: FROM psa_efc_options

203: -- Removed the payment_funds_check_flag as it no longer exists
204: -- in table (part of EFC II).
205: CURSOR c_get_efc_options IS
206: SELECT mult_funding_budgets_flag
207: FROM psa_efc_options
208: WHERE set_of_books_id = p_sob;
209:
210: x_mfb VARCHAR2(1);
211: