DBA Data[Home] [Help]

APPS.MSD_WF dependencies on V$PARAMETER

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

279:
280: -- if fixed date for Distrbution or Standard Collection then set Wait to null.
281: if WorkflowProcess = 'ODPDISTPLANS'
282: then
283: select count(value) into FixedDate from v$parameter
284: where name like '%fixed_date%' AND length(VALUE) > 0;
285: if FixedDate > 0
286: then
287: wf_engine.SetItemAttrNumber(Itemtype => ItemType,