DBA Data[Home] [Help]

APPS.OKL_STREAMS_RECON_PVT dependencies on STANDARD

Line 545: -- Since the parametr we use in the concurrent program is fnd_standard_date

541: END IF;
542: fnd_file.put_line(fnd_file.log,SUBSTR(okl_accounting_util.get_message_token('OKL_LP_CONCURRENT_PROCESS','OKL_START_ACTIVITY'),1,34));
543: fnd_file.put_line(fnd_file.log,delimit);
544: -- we need to convert the date from varchar2 to date format
545: -- Since the parametr we use in the concurrent program is fnd_standard_date
546: IF p_end_date IS NOT NULL THEN
547: lv_end_date := fnd_date.canonical_to_date(p_end_date);
548: END IF;
549: -- To get authoring org id

Line 1578: -- Since the parametr we use in the concurrent program is fnd_standard_date

1574: END IF;
1575: fnd_file.put_line(fnd_file.log,SUBSTR(okl_accounting_util.get_message_token('OKL_LP_CONCURRENT_PROCESS','OKL_START_ACTIVITY'),1,34));
1576: fnd_file.put_line(fnd_file.log,delimit);
1577: -- we need to convert the date from varchar2 to date format
1578: -- Since the parametr we use in the concurrent program is fnd_standard_date
1579: IF P_END_DATE IS NOT NULL THEN
1580: lv_end_date := fnd_date.canonical_to_date(P_END_DATE);
1581: END IF;
1582: -- To get authoring org id