DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on FND_INSTALLATION

Line 1242: l_ret := fnd_installation.get_app_info('INV', l_status, l_industry, l_oracle_schema);

1238: IF l_rec_index > 0 THEN
1239:
1240: l_sel_stmt := 'SELECT ' ;
1241: l_column_idx := 0;
1242: l_ret := fnd_installation.get_app_info('INV', l_status, l_industry, l_oracle_schema);
1243:
1244: OPEN column_csr(upper(p_table_name), l_oracle_schema);
1245: LOOP
1246: