DBA Data[Home] [Help]

APPS.PA_BILL_PCT dependencies on PA_CUST_EVENT_REV_DIST_LINES

Line 690: from pa_cust_event_rev_dist_lines erdl,

686: FROM pa_draft_revenue_items dri
687: WHERE dri.project_id = X2_project_id
688: AND nvl(dri.task_id,0) = decode(X2_task_id, NULL, nvl(dri.task_id,0), X2_task_id )
689: AND (EXISTS ( select '1'
690: from pa_cust_event_rev_dist_lines erdl,
691: pa_events e,
692: pa_billing_assignments bea,
693: pa_billing_extensions be
694: where be.billing_extension_id = bea.billing_extension_id