DBA Data[Home] [Help]

APPS.QA_CORE_PKG dependencies on QA_CHARS_API

Line 39: -- Bug 3754667. We'll use the qa_chars_api and qa_plan_element_api

35: */
36:
37: BEGIN
38:
39: -- Bug 3754667. We'll use the qa_chars_api and qa_plan_element_api
40: -- functions to use the cache instead of the cursors that fetches
41: -- from the DB each time.
42: -- kabalakr. Wed Jul 28 03:06:38 PDT 2004.
43:

Line 49: hardcoded := qa_chars_api.hardcoded_column(ELEMENT_ID);

45: FETCH c1 INTO hardcoded;
46: CLOSE c1;
47: */
48:
49: hardcoded := qa_chars_api.hardcoded_column(ELEMENT_ID);
50:
51: if (hardcoded is not null) then
52:
53: /* OPEN c2 (ELEMENT_ID);

Line 58: name := qa_chars_api.developer_name(ELEMENT_ID);

54: FETCH c2 INTO name;
55: CLOSE c2;
56: */
57:
58: name := qa_chars_api.developer_name(ELEMENT_ID);
59:
60: else
61:
62: /* OPEN c3 (P_ID, ELEMENT_ID);