DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on FND_INSTALLATION

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

1175: END IF;
1176:
1177: l_sel_stmt := 'SELECT ' ;
1178: l_column_idx := 0;
1179: l_ret := fnd_installation.get_app_info('INV', l_status, l_industry, l_oracle_schema);
1180:
1181: OPEN column_csr(upper(p_table_name), l_oracle_schema);
1182: LOOP
1183: