DBA Data[Home] [Help]

APPS.CSTPPLCS dependencies on WIP_DEF_CAT_ACC_CLASSES

Line 8: DELETE wip_def_cat_acc_classes;

4: status OUT NOCOPY INTEGER,
5: err_buf OUT NOCOPY VARCHAR2) IS
6: BEGIN
7:
8: DELETE wip_def_cat_acc_classes;
9:
10: EXCEPTION
11: WHEN OTHERS THEN
12: status := -1;