DBA Data[Home] [Help]

APPS.CSTPPLCS dependencies on CSTPPLCS

Line 1: PACKAGE BODY cstpplcs AS

1: PACKAGE BODY cstpplcs AS
2: /* $Header: CSTPLCSB.pls 115.6 2002/11/11 19:13:22 awwang ship $ */
3: PROCEDURE purge_def_cat_acc_class (
4: status OUT NOCOPY INTEGER,
5: err_buf OUT NOCOPY VARCHAR2) IS

Line 13: err_buf := 'CSTPPLCS:' || substrb(Sqlerrm,1,60);

9:
10: EXCEPTION
11: WHEN OTHERS THEN
12: status := -1;
13: err_buf := 'CSTPPLCS:' || substrb(Sqlerrm,1,60);
14: RETURN;
15: END;
16: END CSTPPLCS;
17:

Line 16: END CSTPPLCS;

12: status := -1;
13: err_buf := 'CSTPPLCS:' || substrb(Sqlerrm,1,60);
14: RETURN;
15: END;
16: END CSTPPLCS;
17: