DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on PA_DRAFT_INVOICES

Line 1101: from pa_draft_invoices i

1097: where r.project_id = p_project_Id
1098: )
1099: or exists
1100: (select null
1101: from pa_draft_invoices i
1102: where i.project_id = p_project_Id
1103: );
1104: x_exists varchar2(1):= NULL;
1105: Begin