DBA Data[Home] [Help]

APPS.QPR_LOAD_MEAS_DATA dependencies on ALL_TAB_COLUMNS

Line 761: from all_tab_columns

757: b_ret := FND_INSTALLATION.GET_APP_INFO('QPR', s_status, s_industry,
758: s_table_owner);
759:
760: select column_name bulk collect into t_deal_tbl_def
761: from all_tab_columns
762: where table_name = p_tgt_tbl_name
763: and owner = s_table_owner order by column_id;
764:
765: if t_deal_tbl_def.count = 0 then