DBA Data[Home] [Help]

APPS.QP_ATTR_GRP_PVT dependencies on QP_PATTERNS_S

Line 1760: select qp_patterns_s.nextval into l_pattern_id from dual;

1756: and pattern_type = p_pattern_type
1757: and rownum = 1;
1758: exception
1759: when no_data_found then
1760: select qp_patterns_s.nextval into l_pattern_id from dual;
1761: l_pattern_to_be_created := 'Y';
1762:
1763: when others then
1764: raise;