DBA Data[Home] [Help]

APPS.PA_BILLING_EXTENSIONS_PKG dependencies on PA_EVENTS

Line 111: from pa_events ));

107: from pa_billing_assignments
108: where billing_extension_id = x_bill_extension_id
109: and billing_assignment_id in
110: ( select billing_assignment_id
111: from pa_events ));
112: --
113: x_return_status := 0;
114: --
115: EXCEPTION