DBA Data[Home] [Help]

PACKAGE: APPS.WIP_JSI_VALIDATOR

Source


1 package WIP_JSI_Validator AUTHID CURRENT_USER as
2 /* $Header: wipjsivs.pls 120.0 2005/05/25 08:47:31 appldev noship $ */
3   po_warning_flag number :=0;
4   procedure validate;
5 
6   --This procedure is called separately as it
7   --depends on the WIP routing. Thus the routing
8   --explosion must take place first.
9   procedure validate_serialization_op;
10 end WIP_JSI_Validator;