DBA Data[Home] [Help]

APPS.QP_PS_ATTR_GRP_PVT dependencies on QP_PATTERNS_S

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

3886: -- and pattern_type = p_pattern_type
3887: and rownum = 1;
3888: exception
3889: when no_data_found then
3890: select qp_patterns_s.nextval into l_pattern_id from dual;
3891: l_pattern_to_be_created := 'Y';
3892:
3893: when others then
3894: raise;