DBA Data[Home] [Help]

APPS.QA_SS_CORE dependencies on QA_FLEX_UTIL

Line 134: -- We should simply use the qa_flex_util package. It

130: BEGIN
131:
132: --
133: -- Bug 2672398. The original SQL here is too costly.
134: -- We should simply use the qa_flex_util package. It
135: -- has an identical function
136: -- bso Mon Nov 25 19:06:05 PST 2002
137: --
138: return qa_flex_util.get_item_id(x_org_id, x_item);

Line 138: return qa_flex_util.get_item_id(x_org_id, x_item);

134: -- We should simply use the qa_flex_util package. It
135: -- has an identical function
136: -- bso Mon Nov 25 19:06:05 PST 2002
137: --
138: return qa_flex_util.get_item_id(x_org_id, x_item);
139: END;
140:
141:
142: --Following copied from qltutlfb.plb and added as private here