DBA Data[Home] [Help]

APPS.PA_CUSTOMERS_CONTACTS_UTILS dependencies on PA_DRAFT_INVOICES

Line 1233: FROM pa_draft_invoices i

1229: FROM pa_draft_revenues r
1230: WHERE r.project_id = c_project_id) OR
1231: exists
1232: (SELECT null
1233: FROM pa_draft_invoices i
1234: WHERE i.project_id = c_project_id);
1235:
1236: /* BUG#2547423. Changed pa_agreements to pa_agreements_all */
1237: /*Commented the below code for enhancement 2520222*/