DBA Data[Home] [Help]

APPS.IGI_GEN dependencies on PSA_EFC_OPTIONS

Line 219: FROM psa_efc_options

215: -- Removed the payment_funds_check_flag as it no longer exists
216: -- in table (part of EFC II).
217: CURSOR c_get_efc_options IS
218: SELECT mult_funding_budgets_flag
219: FROM psa_efc_options
220: WHERE set_of_books_id = p_sob;
221:
222: x_mfb VARCHAR2(1);
223: