DBA Data[Home] [Help]

APPS.OPIMPXWP dependencies on DUAL

Line 597: from dual;

593: /*===============================================================================
594: -- FIRST, get current wip balance and load it to push log with start date in key.
595: ================================================================================*/
596: select sysdate into l_curr_date
597: from dual;
598:
599: /*
600: DBMS_OUTPUT.PUT_LINE('calc_beg_bal: start c_curr_bal loop');
601: */