DBA Data[Home] [Help]

APPS.ASO_SUP_INSTANCE_VALUE_PKG dependencies on DUAL

Line 52: select ASO_SUP_INST_VALUE_S.NEXTVAL from sys.dual;

48: from ASO_SUP_INSTANCE_VALUE
49: where INSTANCE_VALUE_ID = PX_INSTANCE_VALUE_ID ;
50:
51: cursor CU_VALUE_ID IS
52: select ASO_SUP_INST_VALUE_S.NEXTVAL from sys.dual;
53:
54: Begin
55:
56: IF (PX_INSTANCE_VALUE_ID IS NULL) OR (PX_INSTANCE_VALUE_ID = FND_API.G_MISS_NUM) THEN