DBA Data[Home] [Help]

APPS.OPI_DBI_WMS_WAA_PKG dependencies on FND_INSTALLATION

Line 243: IF fnd_installation.get_app_info(application_short_name => 'OPI'

239: --Initialize Local Variables
240: l_procedure := 'CLEANUP_STAGING_INDEX';
241: --
242: l_stmt_num := 10;
243: IF fnd_installation.get_app_info(application_short_name => 'OPI'
244: ,status => l_status
245: ,industry => l_industry
246: ,oracle_schema => l_schema) THEN
247: l_stmt_num := 20;

Line 295: IF fnd_installation.get_app_info(application_short_name => 'OPI'

291: l_procedure := 'RESET_STAGING_INDEX';
292: --
293: l_stmt_num := 10;
294: --
295: IF fnd_installation.get_app_info(application_short_name => 'OPI'
296: ,status => l_status
297: ,industry => l_industry
298: ,oracle_schema => l_schema) THEN
299: l_stmt_num := 20;

Line 349: IF fnd_installation.get_app_info(application_short_name => 'OPI'

345: l_procedure := 'CLEANUP_INITIAL_DATA';
346: --
347: l_stmt_num := 10;
348: --
349: IF fnd_installation.get_app_info(application_short_name => 'OPI'
350: ,status => l_status
351: ,industry => l_industry
352: ,oracle_schema => l_schema) THEN
353: l_stmt_num := 20;

Line 409: IF fnd_installation.get_app_info(application_short_name => 'OPI'

405: --Initialize Local Variables
406: l_procedure := 'CLEANUP_STAGING_DATA';
407: --
408: l_stmt_num := 10;
409: IF fnd_installation.get_app_info(application_short_name => 'OPI'
410: ,status => l_status
411: ,industry => l_industry
412: ,oracle_schema => l_schema) THEN
413: l_stmt_num := 20;