DBA Data[Home] [Help]

APPS.ASO_SUP_TEMPLATE_PKG dependencies on DUAL

Line 50: select ASO_SUP_TEMPLATE_B_S.NEXTVAL from sys.dual;

46: from ASO_SUP_TEMPLATE_B
47: where TEMPLATE_ID = PX_TEMPLATE_ID ;
48:
49: cursor CU_TEMPLATE_ID IS
50: select ASO_SUP_TEMPLATE_B_S.NEXTVAL from sys.dual;
51:
52: Begin
53:
54: IF (PX_TEMPLATE_ID IS NULL) OR (PX_TEMPLATE_ID = FND_API.G_MISS_NUM) THEN