DBA Data[Home] [Help]

PACKAGE: APPS.QP_UPDATE_MOBILE_DOWNLOAD

Source


1 PACKAGE  QP_Update_Mobile_Download AUTHID CURRENT_USER AS
2 /* $Header: QPXMOBDS.pls 120.1 2005/06/10 02:35:58 appldev  $ */
3 
4   PROCEDURE update_mobile_download
5   (err_buff                out NOCOPY /* file.sql.39 change */ VARCHAR2,
6    retcode                 out NOCOPY /* file.sql.39 change */ NUMBER,
7    x_list_header_id        in  NUMBER,
8    x_update_value          in  VARCHAR2);
9 
10 END QP_Update_Mobile_Download;