DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on STANDARD

Line 409: -- THIS IS THE APPS STANDARD. SUBMISSION FORM DOES THE SAME THING.

405: return;
406: end if;
407:
408: -- CONVERT DPIS'S INTO DATE-TYPED VARIABLES
409: -- THIS IS THE APPS STANDARD. SUBMISSION FORM DOES THE SAME THING.
410:
411: if (argument6 is not null) then
412: h_begin_dpis := to_date(argument6, 'YYYY/MM/DD HH24:MI:SS');
413: end if;