DBA Data[Home] [Help]

APPS.OPI_DBI_INV_TURNS_PKG dependencies on FND_INSTALLATION

Line 117: IF fnd_installation.get_app_info( 'OPI', l_status,

113: -- We restrict the completion within the min and max trx_date
114: -- of OPI_INV_ITD_ORG_MV
115:
116: l_stmt_num := 10;
117: IF fnd_installation.get_app_info( 'OPI', l_status,
118: l_industry, l_opi_schema) THEN
119: execute immediate 'truncate table ' || l_opi_schema ||
120: '.OPI_DBI_INV_TURNS_STG ';
121: ELSE

Line 277: IF fnd_installation.get_app_info( 'OPI', l_status,

273: ******************************* */
274:
275:
276: l_stmt_num := 40;
277: IF fnd_installation.get_app_info( 'OPI', l_status,
278: l_industry, l_opi_schema) THEN
279: execute immediate 'truncate table ' || l_opi_schema ||
280: '.OPI_DBI_INV_TURNS_F ';
281: ELSE