DBA Data[Home] [Help]

APPS.ICX_CAT_SQE_PVT dependencies on ICX_CAT_SQE_NAME_S

Line 67: SELECT icx_cat_sqe_name_s.nextval

63: ELSE
64: l_err_loc := 500;
65: -- we can fit the expressions into sqes, go ahead and create the sqes
66: -- for this we first get the next sequence
67: SELECT icx_cat_sqe_name_s.nextval
68: INTO l_sqe_sequence
69: FROM dual;
70:
71: IF (FND_LOG.LEVEL_STATEMENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL) THEN