DBA Data[Home] [Help]

APPS.OPI_DBI_COGS_PKG dependencies on FND_INSTALLATION

Line 1891: IF fnd_installation.get_app_info( 'OPI', l_status, l_industry, l_opi_schema) THEN

1887:
1888: -- Common Clean up
1889: l_stmt_num := 20;
1890:
1891: IF fnd_installation.get_app_info( 'OPI', l_status, l_industry, l_opi_schema) THEN
1892: --{
1893: execute immediate 'truncate table ' || l_opi_schema
1894: || '.opi_dbi_cogsf_conv_rates ';
1895:

Line 2193: IF fnd_installation.get_app_info( 'OPI', l_status, l_industry, l_opi_schema) THEN

2189: END IF;
2190:
2191: -- Common clean up
2192: l_stmt_num := 20;
2193: IF fnd_installation.get_app_info( 'OPI', l_status, l_industry, l_opi_schema) THEN
2194: --{
2195: execute immediate 'truncate table ' || l_opi_schema
2196: || '.opi_dbi_cogsf_conv_rates ';
2197: