DBA Data[Home] [Help]

APPS.PA_CUSTOMER_INFO dependencies on PA_DRAFT_INVOICES

Line 1092: from pa_draft_invoices i

1088: where r.project_id = p_project_Id
1089: )
1090: or exists
1091: (select null
1092: from pa_draft_invoices i
1093: where i.project_id = p_project_Id
1094: );
1095: x_exists varchar2(1):= NULL;
1096: Begin