DBA Data[Home] [Help]

APPS.PO_COPYDOC_S2 dependencies on PO_ONLINE_REPORT_TEXT

Line 20: x_online_report_id IN po_online_report_text.online_report_id%TYPE,

16: -- xkan x_rate IN po_headers.rate%TYPE,
17: -- xkan x_vendor_id IN po_headers.vendor_id%TYPE,
18: -- xkan x_vendor_site_id IN po_headers.vendor_site_id%TYPE,
19: -- xkan x_vendor_contact_id IN po_headers.vendor_contact_id%TYPE,
20: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
21: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
22: x_return_code OUT NOCOPY NUMBER
23: );
24:

Line 21: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,

17: -- xkan x_vendor_id IN po_headers.vendor_id%TYPE,
18: -- xkan x_vendor_site_id IN po_headers.vendor_site_id%TYPE,
19: -- xkan x_vendor_contact_id IN po_headers.vendor_contact_id%TYPE,
20: x_online_report_id IN po_online_report_text.online_report_id%TYPE,
21: x_sequence IN OUT NOCOPY po_online_report_text.sequence%TYPE,
22: x_return_code OUT NOCOPY NUMBER
23: );
24:
25: END po_copydoc_s2;