DBA Data[Home] [Help]

APPS.GMS_EVT_BILLING dependencies on PA_DRAFT_INVOICES

Line 209: pa_draft_invoices

205: CURSOR GET_INVOICES IS
206: Select
207: draft_invoice_num
208: from
209: pa_draft_invoices
210: where
211: project_id = X_project_id and
212: request_id = X_request_id;
213: