DBA Data[Home] [Help]

APPS.QA_JRAD_PKG dependencies on STANDARD

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

220: RETURN VARCHAR2 IS
221:
222: BEGIN
223:
224: -- The function is the standard way to compute attribute and
225: -- region codes.
226: if (p_jrad_doc_ver IS NULL) then
227: RETURN (p_prefix ||p_id);
228: else

Line 243: -- The function is the standard way to retrive id given the code

239: id VARCHAR2(100);
240:
241: BEGIN
242:
243: -- The function is the standard way to retrive id given the code
244:
245: IF (INSTR(p_code, g_element_prefix) <> 0) THEN
246: pos := length(g_element_prefix)+1;
247:

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

1183:
1184: l_prompt qa_plan_chars.prompt%TYPE;
1185: l_uom_code qa_plan_chars.uom_code%TYPE;
1186: BEGIN
1187: -- The function is the standard way to compute prompt
1188: -- taking uom_code into account
1189: l_prompt := qa_plan_element_api.get_prompt(p_plan_id, p_char_id);
1190: l_uom_code := qa_plan_element_api.get_uom_code(p_plan_id, p_char_id);
1191: