DBA Data[Home] [Help]

PACKAGE: APPS.WIP_JSI_DEFAULTER

Source


1 package wip_jsi_defaulter as
2 /* $Header: wipjsids.pls 120.0 2005/05/25 08:42:57 appldev noship $ */
3 
4   procedure default_values(p_wjsi_row in out nocopy wip_job_schedule_interface%ROWTYPE);
5 
6   --This value can only be defaulted *after* the routing explosion. Thus it has
7   --to be called independent of the initial defaulting
8   --It depends on wip_jsi_utils.current_rowid being set.
9   procedure default_serialization_op(p_rtgVal IN NUMBER);
10 
11 end wip_jsi_defaulter;