DBA Data[Home] [Help]

APPS.PA_AGREEMENT_CORE dependencies on PA_DRAFT_INVOICES_ALL

Line 154: from pa_draft_invoices_all

150: IS
151: invoice_exists number;
152: BEGIN
153: select 1 into invoice_exists
154: from pa_draft_invoices_all
155: where agreement_id = p_agreement_id
156: and rownum=1;
157:
158: IF invoice_exists = 1 THEN