DBA Data[Home] [Help]

APPS.WF_ENGINE_UTIL dependencies on STANDARD

Line 1876: -- The function must conform to Workflow interface standard.

1872:
1873: --
1874: -- Function_Call (PRIVATE)
1875: -- Call an arbitrary function using dynamic sql.
1876: -- The function must conform to Workflow interface standard.
1877: -- IN
1878: -- funname - The name of the function that is going to be executed.
1879: -- itemtype - A valid item type from (WF_ITEM_TYPES table).
1880: -- itemkey - A string generated from the application object's primary key.

Line 1903: if ( upper(funname) = 'WF_STANDARD.NOOP') then

1899: executed boolean;
1900: begin
1901: --<6133861:rwunderl> If this is a no-op, we do not need to perform any
1902: --processing including the selector function.
1903: if ( upper(funname) = 'WF_STANDARD.NOOP') then
1904: result := wf_engine.eng_completed||':'||wf_engine.eng_null;
1905: return;
1906: end if;
1907: