[Home] [Help]
336:
337: -- translate values to IDs
338: select APPLICATION_ID
339: into view_appid
340: from FND_APPLICATION
341: where APPLICATION_SHORT_NAME = X_TABLE_APP_SHORT_NAME;
342:
343: -- special handling for gl_sets_of_books and ce_system_parameters_all for R12 - bug 4958045
344: if (X_TABLE_NAME in ('GL_SETS_OF_BOOKS','CE_SYSTEM_PARAMETERS_ALL')) then