DBA Data[Home] [Help]

PACKAGE: APPS.CSTPPLCS

Source


1 PACKAGE cstpplcs AUTHID CURRENT_USER AS
2 /* $Header: CSTPLCSS.pls 115.5 2002/11/11 19:13:38 awwang ship $ */
3   -- The status returned is negative if an error occurred
4   PROCEDURE purge_def_cat_acc_class(
5     status OUT NOCOPY INTEGER,
6     err_buf OUT NOCOPY VARCHAR2);
7 END cstpplcs;