DBA Data[Home] [Help]

APPS.XDP_UTILITIES dependencies on STANDARD

Line 429: -- WF_STANDARD.WaitForFlow and handling the workflow concurrency

425: FUNCTION ISVALIDNAME( p_varname IN VARCHAR2 ) RETURN VARCHAR2 ;
426:
427: --
428: -- This is the function which will mimic the workflow function
429: -- WF_STANDARD.WaitForFlow and handling the workflow concurrency
430: -- problem in WaitForFlow. The caller should pass its current item type,
431: -- item key, and activity name to the API
432: --
433: Procedure WaitForFlow(

Line 440: -- WF_STANDARD.ContinueFlow and handling the workflow concurrency

436: p_activity_name varchar2);
437:
438: --
439: -- This is the function which will mimic the workflow function
440: -- WF_STANDARD.ContinueFlow and handling the workflow concurrency
441: -- problem in ContinueFlow. The caller should pass its current item type
442: -- and item key to the API
443: --
444: Procedure ContinueFlow(