DBA Data[Home] [Help]

PACKAGE: APPS.PO_COPYDOC_S6

Source


1 PACKAGE po_copydoc_s6 AUTHID CURRENT_USER AS
2 /* $Header: POXCPO6S.pls 115.3 2002/11/25 23:34:16 sbull ship $*/
3 
4 PROCEDURE validate_ussgl_trx_code(
5   x_ussgl_transaction_code  IN OUT NOCOPY  VARCHAR2,
6   x_sob_id                  IN      financials_system_parameters.set_of_books_id%TYPE,
7   x_online_report_id        IN      po_online_report_text.online_report_id%TYPE,
8   x_sequence                IN OUT NOCOPY  po_online_report_text.sequence%TYPE,
9   x_line_num                IN      po_online_report_text.line_num%TYPE,
10   x_shipment_num            IN      po_online_report_text.shipment_num%TYPE,
11   x_distribution_num        IN      po_online_report_text.distribution_num%TYPE,
12   x_return_code             OUT NOCOPY     NUMBER
13 );
14 
15 PROCEDURE insert_rfq_vendors(
16   x_po_header_id          IN  NUMBER,
17   x_po_vendor_id          IN  NUMBER,
18   x_po_vendor_site_id     IN  NUMBER,
19   x_po_vendor_contact_Id  IN  NUMBER
20 );
21 
22 END po_copydoc_s6;