DBA Data[Home] [Help]

PACKAGE: APPS.BIX_SUMMARY_PUB

Source


1 package BIX_SUMMARY_PUB AUTHID CURRENT_USER AS
2 /* $Header: BIXSUMPS.pls 115.1 2003/01/10 00:31:07 achanda ship $: */
3 procedure POPULATE_BIX_SUM_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_SUM_X;
8 END BIX_SUMMARY_PUB;