DBA Data[Home] [Help]

APPS.MSC_CL_MISCELLANEOUS dependencies on DUAL

Line 319: from dual;

315: for those transactions that are not calculated anytime before in the Destination*/
316:
317: SELECT TO_NUMBER(FND_PROFILE.VALUE('MSC_START_SOURCING_HISTORY'))
318: into start_date_offset
319: from dual;
320:
321: IF (start_date_offset IS NOT NULL) THEN
322: start_date_new := add_months(v_current_date,-start_date_offset);
323: END IF;