DBA Data[Home] [Help]

PACKAGE: APPS.BIX_SERVER_PUB

Source


1 package BIX_SERVER_PUB AUTHID CURRENT_USER AS
2 /* $Header: BIXSERSS.pls 115.2 2003/01/10 00:31:14 achanda ship $: */
3 procedure POPULATE_BIX_SERVER_X(errbuf out nocopy varchar2,
4                               retcode out nocopy varchar2);
5 /* This procedure is created so that it can be called from SQL prompt
6    This is exactly same except it doesn't have the output parameter */
7 procedure POPULATE_BIX_SERVER_X;
8 END BIX_SERVER_PUB;