DBA Data[Home] [Help]

APPS.GMF_BURDENDETAILS_PVT dependencies on DUAL

Line 194: FROM DUAL ;

190: END IF;
191:
192: SELECT gem5_burdenline_id_S.NEXTVAL
193: INTO l_burdenline_id
194: FROM DUAL ;
195:
196: --
197: -- Using anonymous block to capture any error for the current record. Duplicate record check is
198: -- not done in public API because of the performance considerations.