DBA Data[Home] [Help]

APPS.QA_SOLUTION_DISPOSITION_PKG dependencies on QA_PLAN_ELEMENT_API

Line 4067: IF qa_plan_element_api.values_exist(p_plan_id, p_char_id) THEN

4063: AND upper(short_code) = upper(p_short_code);
4064:
4065: BEGIN
4066:
4067: IF qa_plan_element_api.values_exist(p_plan_id, p_char_id) THEN
4068:
4069: OPEN c;
4070: FETCH c INTO l_return_value;
4071: CLOSE c;

Line 4073: ELSIF qa_plan_element_api.sql_validation_exists(p_char_id) THEN

4069: OPEN c;
4070: FETCH c INTO l_return_value;
4071: CLOSE c;
4072:
4073: ELSIF qa_plan_element_api.sql_validation_exists(p_char_id) THEN
4074:
4075: sql_string := qa_plan_element_api.get_sql_validation_string(p_char_id);
4076:
4077: --

Line 4075: sql_string := qa_plan_element_api.get_sql_validation_string(p_char_id);

4071: CLOSE c;
4072:
4073: ELSIF qa_plan_element_api.sql_validation_exists(p_char_id) THEN
4074:
4075: sql_string := qa_plan_element_api.get_sql_validation_string(p_char_id);
4076:
4077: --
4078: -- Bug 1474995. Adding filter to the user-defined SQL.
4079: --