DBA Data[Home] [Help]

APPS.PA_BILLING_WORKBENCH_BILL_PKG dependencies on PA_BILLING_CYCLES_PKG

Line 165: l_next_invoice_date := pa_billing_cycles_pkg.get_next_billing_date (

161: /* get next invoice_date */
162:
163: BEGIN
164:
165: l_next_invoice_date := pa_billing_cycles_pkg.get_next_billing_date (
166: x_project_id => p_project_id );
167:
168: EXCEPTION
169: when others then