DBA Data[Home] [Help]

APPS.AP_FUNDS_CONTROL_PKG dependencies on PO_DOC_STYLE_HEADERS

Line 673: po_doc_style_headers pdsa

669: from po_distributions_all pod,
670: po_headers_all poh,
671: ap_invoice_distributions_all ainvd,
672: ap_invoices_all ainv,
673: po_doc_style_headers pdsa
674: where pod.po_distribution_id = D.po_distribution_id
675: and poh.po_header_id = pod.po_header_id
676: and poh.style_id = pdsa.style_id
677: and ainv.invoice_id = D.invoice_id

Line 769: po_doc_style_headers pdsa

765: from po_distributions_all pod,
766: po_headers_all poh,
767: ap_invoice_distributions_all ainvd,
768: ap_invoices_all ainv,
769: po_doc_style_headers pdsa
770: where pod.po_distribution_id = T.po_distribution_id
771: and poh.po_header_id = pod.po_header_id
772: and poh.style_id = pdsa.style_id
773: and ainv.invoice_id = T.invoice_id

Line 2341: po_doc_style_headers pdsa

2337: from po_distributions_all pod,
2338: po_headers_all poh,
2339: ap_invoice_distributions_all ainvd,
2340: ap_invoices_all ainv,
2341: po_doc_style_headers pdsa
2342: where pod.po_distribution_id = aid.po_distribution_id
2343: and poh.po_header_id = pod.po_header_id
2344: and poh.style_id = pdsa.style_id
2345: and ainv.invoice_id = ai.invoice_id

Line 2425: po_doc_style_headers pdsa

2421: from po_distributions_all pod,
2422: po_headers_all poh,
2423: ap_invoice_distributions_all ainvd,
2424: ap_invoices_all ainv,
2425: po_doc_style_headers pdsa
2426: where pod.po_distribution_id = t.po_distribution_id
2427: and poh.po_header_id = pod.po_header_id
2428: and poh.style_id = pdsa.style_id
2429: and ainv.invoice_id = t.invoice_id