DBA Data[Home] [Help]

APPS.MSDWF dependencies on V$PARAMETER

Line 232: select count(value) into FixedDate from v$parameter

228:
229: -- if fixed date for Distrbution or Standard Collection then set Wait to null.
230: if WorkflowProcess = 'ODPDISTPLANS'
231: then
232: select count(value) into FixedDate from v$parameter
233: where name like '%fixed_date%' AND length(VALUE) > 0;
234: if FixedDate > 0
235: then
236: wf_engine.SetItemAttrNumber(Itemtype => ItemType,