DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on CSI_II_FORWARD_SYNC_TEMP_S

Line 12171: select CSI_II_FORWARD_SYNC_TEMP_S.CURRVAL

12167: -- The following sequence will be set only from the Data Correction
12168: l_current_val := -9999999;
12169: --
12170: Begin
12171: select CSI_II_FORWARD_SYNC_TEMP_S.CURRVAL
12172: into l_current_val
12173: FROM DUAL;
12174: Exception
12175: when others then