DBA Data[Home] [Help]

APPS.AR_BPA_PRINT_TRX dependencies on FND_DATE

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

569: IF p_job_size > 0 THEN
570: ln_job_size := p_job_size;
571: END IF;
572:
573: ld_print_date_high := FND_DATE.canonical_to_date(p_print_date_high_in);
574: ld_print_date_low := FND_DATE.canonical_to_date(p_print_date_low_in);
575:
576: -- print out the input parameters;
577: -- fetch a list of payment schedule id based on the inputted parameters

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

570: ln_job_size := p_job_size;
571: END IF;
572:
573: ld_print_date_high := FND_DATE.canonical_to_date(p_print_date_high_in);
574: ld_print_date_low := FND_DATE.canonical_to_date(p_print_date_low_in);
575:
576: -- print out the input parameters;
577: -- fetch a list of payment schedule id based on the inputted parameters
578: -- AND insert into the ar_bpa_print_requests table