DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on FND_DATE

Line 2652: l_report.bill_date_low := fnd_date.canonical_to_date(P_bill_date_low);

2648: l_report.bill_site_low := P_bill_site_low;
2649: l_report.bill_site_high := P_bill_site_high;
2650:
2651: /* Bug 5137184 --Program ends when Billing Date is passed */
2652: l_report.bill_date_low := fnd_date.canonical_to_date(P_bill_date_low);
2653: l_report.bill_date_high := fnd_date.canonical_to_date(P_bill_date_high);
2654:
2655:
2656: l_report.term_id := NULL;

Line 2653: l_report.bill_date_high := fnd_date.canonical_to_date(P_bill_date_high);

2649: l_report.bill_site_high := P_bill_site_high;
2650:
2651: /* Bug 5137184 --Program ends when Billing Date is passed */
2652: l_report.bill_date_low := fnd_date.canonical_to_date(P_bill_date_low);
2653: l_report.bill_date_high := fnd_date.canonical_to_date(P_bill_date_high);
2654:
2655:
2656: l_report.term_id := NULL;
2657: l_report.detail_option := NULL;

Line 2773: l_report.billing_date := fnd_date.canonical_to_date(P_billing_date);

2769: l_report.print_output := P_print_output;
2770: l_report.billing_cycle_id := P_billing_cycle_id;
2771:
2772: /* Bug 5137184 --Program ends when Billing Date is passed */
2773: l_report.billing_date := fnd_date.canonical_to_date(P_billing_date);
2774:
2775: l_report.currency := l_use_currency;
2776: l_report.cust_name_low := P_cust_name_low;
2777: l_report.cust_name_high := P_cust_name_high;

Line 2822: l_report.billing_date := fnd_date.canonical_to_date(P_billing_date);

2818: l_report.print_output := P_print_output;
2819: l_report.billing_cycle_id := P_billing_cycle_id;
2820:
2821: /* Bug 5137184 --Program ends when Billing Date is passed */
2822: l_report.billing_date := fnd_date.canonical_to_date(P_billing_date);
2823:
2824: l_report.currency := l_use_currency;
2825: l_report.cust_name_low := P_cust_name_low;
2826: l_report.cust_name_high := P_cust_name_high;