DBA Data[Home] [Help]

APPS.CS_CF_UPG_UTL_PKG dependencies on DUAL

Line 1648: FROM dual;

1644:
1645: IF (p_contextType <> 'GLOBAL' AND (l_count = 0)) THEN
1646: SELECT cs_cf_source_cxt_targets_s.nextval
1647: INTO l_source_context_target_id
1648: FROM dual;
1649:
1650: log_mesg(FND_LOG.LEVEL_STATEMENT,'CS_CF_UPG_UTL_PKG.Insert_New_Target', 'Inserting new target row for sourceCode: ' || p_sourceCode || ' contextTargetId: ' || l_source_context_target_id);
1651: log_mesg(FND_LOG.LEVEL_STATEMENT,'CS_CF_UPG_UTL_PKG.Insert_New_Target', ' contextTypeId: ' || l_source_context_type_id || ' p_contextValue1: ' || p_contextValue1 || ' p_contextValue2: ' || p_contextValue2 );
1652: