DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_TRX dependencies on FND_DATE

Line 604: ld_print_date_high := FND_DATE.canonical_to_date(p_print_date_high_in);

600: IF p_job_size > 0 THEN
601: ln_job_size := p_job_size;
602: END IF;
603:
604: ld_print_date_high := FND_DATE.canonical_to_date(p_print_date_high_in);
605: ld_print_date_low := FND_DATE.canonical_to_date(p_print_date_low_in);
606:
607: -- print out the input parameters;
608: -- fetch a list of payment schedule id based on the inputted parameters

Line 605: ld_print_date_low := FND_DATE.canonical_to_date(p_print_date_low_in);

601: ln_job_size := p_job_size;
602: END IF;
603:
604: ld_print_date_high := FND_DATE.canonical_to_date(p_print_date_high_in);
605: ld_print_date_low := FND_DATE.canonical_to_date(p_print_date_low_in);
606:
607: -- print out the input parameters;
608: -- fetch a list of payment schedule id based on the inputted parameters
609: -- AND insert into the ar_bpa_print_requests table