DBA Data[Home] [Help]

APPS.ARP_BF_BILL dependencies on FND_DATE

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

2903: l_report.bill_site_low := P_bill_site_low;
2904: l_report.bill_site_high := P_bill_site_high;
2905:
2906: /* Bug 5137184 --Program ends when Billing Date is passed */
2907: l_report.bill_date_low := fnd_date.canonical_to_date(P_bill_date_low);
2908: l_report.bill_date_high := fnd_date.canonical_to_date(P_bill_date_high);
2909:
2910:
2911: l_report.term_id := NULL;

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

2904: l_report.bill_site_high := P_bill_site_high;
2905:
2906: /* Bug 5137184 --Program ends when Billing Date is passed */
2907: l_report.bill_date_low := fnd_date.canonical_to_date(P_bill_date_low);
2908: l_report.bill_date_high := fnd_date.canonical_to_date(P_bill_date_high);
2909:
2910:
2911: l_report.term_id := NULL;
2912: l_report.detail_option := NULL;

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

3026: l_report.print_output := P_print_output;
3027: l_report.billing_cycle_id := P_billing_cycle_id;
3028:
3029: /* Bug 5137184 --Program ends when Billing Date is passed */
3030: l_report.billing_date := fnd_date.canonical_to_date(P_billing_date);
3031: --Bug 12739341, add a flag to check whether it can generate future date bill
3032: l_report.future_date_bill_flag := p_future_date_bill_flag;
3033: l_report.currency := l_use_currency;
3034: l_report.cust_name_low := P_cust_name_low;

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

3076: l_report.print_output := P_print_output;
3077: l_report.billing_cycle_id := P_billing_cycle_id;
3078:
3079: /* Bug 5137184 --Program ends when Billing Date is passed */
3080: l_report.billing_date := fnd_date.canonical_to_date(P_billing_date);
3081: --Bug 12868601, add a flag to check whether it can generate future date bill when the operating unit is null
3082: l_report.future_date_bill_flag := p_future_date_bill_flag;
3083: l_report.currency := l_use_currency;
3084: l_report.cust_name_low := P_cust_name_low;