DBA Data[Home] [Help]

APPS.PO_NOTIFICATION_UTIL dependencies on PO_HEADERS_ALL

Line 3: Function getTax(p_document_id po_headers_all.po_header_id%TYPE) return number;

1: package PO_NOTIFICATION_UTIL AUTHID CURRENT_USER AS
2: /* $Header: PONOTIFUTLS.pls 120.2.12020000.1 2013/02/11 10:24:06 vegajula noship $ */
3: Function getTax(p_document_id po_headers_all.po_header_id%TYPE) return number;
4: END PO_NOTIFICATION_UTIL;