DBA Data[Home] [Help]

APPS.PA_AP_INTEGRATION dependencies on GL_SETS_OF_BOOKS

Line 885: GL_SETS_OF_BOOKS G

881: NULL,
882: NULL
883: from po_distributions_all pod,
884: po_headers_all poh,
885: GL_SETS_OF_BOOKS G
886: where
887: poh.po_header_id = pod.po_header_id
888: and pod.po_distribution_id = p_po_distribution_id
889: and G.set_of_books_id = pod.set_of_books_id;