DBA Data[Home] [Help]

APPS.PA_BILLING_CORE dependencies on PA_DRAFT_REVENUE_ITEMS

Line 1978: ( select 1 from pa_draft_revenue_items

1974: Select 'N'
1975: Into l_Exist_Flag
1976: From dual
1977: Where exists
1978: ( select 1 from pa_draft_revenue_items
1979: where project_id = P_Project_ID
1980: group by nvl(task_id,-99)
1981: having sum(Amount) <> 0
1982: Union all