DBA Data[Home] [Help]

APPS.FA_RX_REPORTS_PKG dependencies on FND_APPLICATION

Line 311: from fnd_application

307: --*
308:
309: Begin
310: select application_id into x_application_id
311: from fnd_application
312: where application_short_name = X_Application_Name;
313:
314: if x_concurrent_program_flag = 'N' then
315: x_concurrent_program_id := null;