DBA Data[Home] [Help]

APPS.QA_RESULTS_API dependencies on QA_OCCURRENCE_S

Line 115: SELECT QA_OCCURRENCE_S.NEXTVAL INTO x_occurrence FROM DUAL;

111: -- then we put this value else we select next sequence value.
112: x_occurrence := p_occurrence;
113:
114: IF x_occurrence IS NULL THEN
115: SELECT QA_OCCURRENCE_S.NEXTVAL INTO x_occurrence FROM DUAL;
116: p_occurrence := x_occurrence;
117: END IF;
118:
119: -- Bug 2290747. In Parent-Child scanario History plan record is