DBA Data[Home] [Help]

APPS.QA_SS_PARENT_CHILD_PKG dependencies on QA_PLAN_ELEMENT_API

Line 16: IF (qa_plan_element_api.element_in_plan(p_plan_id, x_char_id))

12:
13: x_char_id := p_search_array.FIRST;
14:
15: WHILE x_char_id IS NOT NULL LOOP
16: IF (qa_plan_element_api.element_in_plan(p_plan_id, x_char_id))
17: THEN
18: x_char_id := p_search_array.NEXT(x_char_id);
19: ELSE
20: RETURN 'N';