DBA Data[Home] [Help]

APPS.PO_TAX_SUMMARY_PKG dependencies on PO_GA_PVT

Line 276: l_is_local_blanket := PO_GA_PVT.is_local_document

272: -- bug3426902 START
273: -- For Local Blanket Release, we should show amount field with the
274: -- total amount released for the blanket
275:
276: l_is_local_blanket := PO_GA_PVT.is_local_document
277: ( p_po_header_id => x_header_id,
278: p_type_lookup_code => 'BLANKET'
279: );
280: