DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_REPORT dependencies on FND_DATE

Line 531: vstart_date := fnd_date.canonical_to_date(pstart_date);

527:
528: /* Intialize the labels with translated values */
529: INITIALIZE_LABELS;
530: /* Convert canonical dates to app dates */
531: vstart_date := fnd_date.canonical_to_date(pstart_date);
532: vend_date := fnd_date.canonical_to_date(pend_date);
533:
534: lines_per_page := nvl(plines_per_page, 60); /* Bug 2048108 */
535:

Line 532: vend_date := fnd_date.canonical_to_date(pend_date);

528: /* Intialize the labels with translated values */
529: INITIALIZE_LABELS;
530: /* Convert canonical dates to app dates */
531: vstart_date := fnd_date.canonical_to_date(pstart_date);
532: vend_date := fnd_date.canonical_to_date(pend_date);
533:
534: lines_per_page := nvl(plines_per_page, 60); /* Bug 2048108 */
535:
536: rep_total_dr := 0;