DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PKG dependencies on DUAL

Line 64: FROM DUAL;

60:
61: --get the cost_id from the sequence
62: SELECT cs_cost_details_s.nextval
63: INTO l_cost_id
64: FROM DUAL;
65:
66:
67: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level THEN
68: FND_LOG.String