DBA Data[Home] [Help]

APPS.PA_DRAFT_REVENUES_PKG dependencies on PA_CUST_EVENT_RDL_ALL

Line 147: from pa_cust_event_RDL_ALL

143: WHERE e.event_type = et.event_type
144: and et.event_type_classification = 'AUTOMATIC')
145: and exists
146: (select 1
147: from pa_cust_event_RDL_ALL
148: where project_id = dii.project_id
149: and draft_revenue_num = X_draft_revenue_num
150: and event_num = dii.event_num
151: and NVL(task_id,-99) = NVL(dii.event_task_id,-99)