DBA Data[Home] [Help]

APPS.WIP_JSI_DEFAULTER dependencies on WIP_JOB_SCHEDULE_INTERFACE

Line 4: procedure default_values(p_wjsi_row in out nocopy wip_job_schedule_interface%ROWTYPE);

1: package wip_jsi_defaulter AUTHID CURRENT_USER 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.