DBA Data[Home] [Help]

APPS.FARX_C_WD dependencies on STANDARD

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

431: return;
432: end if;
433:
434: -- CONVERT DPIS'S INTO DATE-TYPED VARIABLES
435: -- THIS IS THE APPS STANDARD. SUBMISSION FORM DOES THE SAME THING.
436:
437: if (argument6 is not null) then
438: h_begin_dpis := to_date(argument6, 'YYYY/MM/DD HH24:MI:SS');
439: end if;