DBA Data[Home] [Help]

APPS.PA_PURGE_VALIDATE_ICIP dependencies on PA_AGREEMENTS_ALL

Line 372: pa_agreements_all pag

368: where exists (
369: select null
370: from pa_draft_invoices_all di,
371: pa_project_customers ppc,
372: pa_agreements_all pag
373: where di.project_id = p_project_id
374: and di.agreement_id = pag.agreement_id
375: and pag.customer_id = ppc.customer_id
376: and di.project_id = ppc.project_id

Line 389: pa_agreements_all pag

385: where exists (
386: select null
387: from pa_draft_invoices_all di,
388: pa_project_customers ppc,
389: pa_agreements_all pag
390: where di.project_id = p_project_id
391: and di.project_id = ppc.project_id
392: and di.agreement_id = pag.agreement_id
393: and pag.customer_id = ppc.customer_id