DBA Data[Home] [Help]

APPS.ZPB_METADATA_PKG dependencies on ZPB_ATTRIBUTE_SCOPE_SEQ

Line 1439: SELECT zpb_attribute_scope_seq.NEXTVAL INTO l_attribute_scope_rec.ScopeId FROM DUAL;

1435: where scope_id = l_attribute_scope_rec.ScopeId;
1436:
1437: exception
1438: when NO_DATA_FOUND then
1439: SELECT zpb_attribute_scope_seq.NEXTVAL INTO l_attribute_scope_rec.ScopeId FROM DUAL;
1440:
1441: insert into zpb_attribute_scope
1442: (
1443: SCOPE_ID,