DBA Data[Home] [Help]

APPS.OKL_STREAMS_RECON_PVT dependencies on FND_DATE

Line 547: lv_end_date := fnd_date.canonical_to_date(p_end_date);

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
550: OPEN get_org_id;
551: FETCH get_org_id INTO lv_org_name,

Line 1580: lv_end_date := fnd_date.canonical_to_date(P_END_DATE);

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
1583: OPEN get_org_id;
1584: FETCH get_org_id INTO lv_org_name,