DBA Data[Home] [Help]

APPS.PA_BILLING_CORE dependencies on PA_DRAFT_INVOICE_ITEMS

Line 1983: select 1 from pa_draft_invoice_items

1979: where project_id = P_Project_ID
1980: group by nvl(task_id,-99)
1981: having sum(Amount) <> 0
1982: Union all
1983: select 1 from pa_draft_invoice_items
1984: where project_id = P_Project_ID
1985: group by nvl(task_id,-99)
1986: having sum(Amount) <> 0 );
1987: