DBA Data[Home] [Help]

APPS.QLTAUFLB dependencies on QA_CHAR_INDEXES_PKG

Line 668: qa_char_indexes_pkg.get_default_result_column(mie.char_id);

664: -- Bug 3926150. Check if index is enabled and this
665: -- assignment disrupts the index or not.
666: --
667: l_default_column :=
668: qa_char_indexes_pkg.get_default_result_column(mie.char_id);
669: IF l_default_column IS NOT NULL AND
670: l_default_column <> new_result_column_name THEN
671: --
672: -- Need to warn user because we can't reuse the index.

Line 676: dummy := qa_char_indexes_pkg.disable_index(mie.char_id);

672: -- Need to warn user because we can't reuse the index.
673: --
674: l_disabled_indexed_elements :=
675: l_disabled_indexed_elements || ', ' || mie.char_name;
676: dummy := qa_char_indexes_pkg.disable_index(mie.char_id);
677: END IF;
678:
679: res_columns(i) := TRUE;
680: i := i + 1;

Line 818: qa_char_indexes_pkg.get_default_result_column(qpcv.char_id);

814: -- Bug 3926150. Check if index is enabled and this
815: -- assignment disrupts the index or not.
816: --
817: l_default_column :=
818: qa_char_indexes_pkg.get_default_result_column(qpcv.char_id);
819: IF l_default_column IS NOT NULL AND
820: l_default_column <> new_result_column_name THEN
821: --
822: -- Need to warn user because we can't reuse the index.

Line 826: dummy := qa_char_indexes_pkg.disable_index(qpcv.char_id);

822: -- Need to warn user because we can't reuse the index.
823: --
824: l_disabled_indexed_elements :=
825: l_disabled_indexed_elements || ', ' || qpcv.char_name;
826: dummy := qa_char_indexes_pkg.disable_index(qpcv.char_id);
827: END IF;
828:
829: res_columns(i) := TRUE;
830: i := i + 1;