DBA Data[Home] [Help]

APPS.QA_SSQR_JRAD_PKG dependencies on STANDARD

Line 13: -- The function is the standard way to compute attribute and

9: RETURN VARCHAR2 IS
10:
11: BEGIN
12:
13: -- The function is the standard way to compute attribute and
14: -- region codes.
15:
16: -- 12.1 Device Integration Project
17: -- Appending suffix as well.

Line 103: -- The function is the standard way to compute prompt

99:
100: l_prompt qa_plan_chars.prompt%TYPE;
101: l_uom_code qa_plan_chars.uom_code%TYPE;
102: BEGIN
103: -- The function is the standard way to compute prompt
104: -- taking uom_code into account
105: l_prompt := qa_plan_element_api.get_prompt(p_plan_id, p_char_id);
106: l_uom_code := qa_plan_element_api.get_uom_code(p_plan_id, p_char_id);
107:

Line 1522: -- Bug 5336860. Per Coding Standard contextual information needs

1518: jdr_docbuilder.setAttribute(l_special_elem, 'id', l_attribute_code);
1519: jdr_docbuilder.setAttribute(l_special_elem, 'prompt', l_label_long);
1520:
1521: --
1522: -- Bug 5336860. Per Coding Standard contextual information needs
1523: -- this statement to set the font.
1524: -- bso Thu Jun 15 17:30:55 PDT 2006
1525: --
1526: