DBA Data[Home] [Help]

APPS.AP_FUNDS_CONTROL_PKG dependencies on PO_DOC_STYLE_HEADERS

Line 825: po_doc_style_headers pdsa

821: from po_distributions_all pod,
822: po_headers_all poh,
823: ap_invoice_distributions_all ainvd,
824: ap_invoices_all ainv,
825: po_doc_style_headers pdsa
826: where pod.po_distribution_id = D.po_distribution_id
827: and poh.po_header_id = pod.po_header_id
828: and poh.style_id = pdsa.style_id
829: and ainv.invoice_id = D.invoice_id

Line 923: po_doc_style_headers pdsa

919: from po_distributions_all pod,
920: po_headers_all poh,
921: ap_invoice_distributions_all ainvd,
922: ap_invoices_all ainv,
923: po_doc_style_headers pdsa
924: where pod.po_distribution_id = T.po_distribution_id
925: and poh.po_header_id = pod.po_header_id
926: and poh.style_id = pdsa.style_id
927: and ainv.invoice_id = T.invoice_id

Line 2746: po_doc_style_headers pdsa

2742: from po_distributions_all pod,
2743: po_headers_all poh,
2744: ap_invoice_distributions_all ainvd,
2745: ap_invoices_all ainv,
2746: po_doc_style_headers pdsa
2747: where pod.po_distribution_id = aid.po_distribution_id
2748: and poh.po_header_id = pod.po_header_id
2749: and poh.style_id = pdsa.style_id
2750: and ainv.invoice_id = ai.invoice_id

Line 2830: po_doc_style_headers pdsa

2826: from po_distributions_all pod,
2827: po_headers_all poh,
2828: ap_invoice_distributions_all ainvd,
2829: ap_invoices_all ainv,
2830: po_doc_style_headers pdsa
2831: where pod.po_distribution_id = t.po_distribution_id
2832: and poh.po_header_id = pod.po_header_id
2833: and poh.style_id = pdsa.style_id
2834: and ainv.invoice_id = t.invoice_id