DBA Data[Home] [Help]

APPS.WF_PROCESS_ACTIVITY dependencies on WF_ACTIVITY

Line 460: if (Wf_Activity.Instance_Type(childarr(i), actdate) =

456:
457: -- Loop through and recursively search any PROCESS-type children.
458: i := 0;
459: while (childarr(i) is not null) loop
460: if (Wf_Activity.Instance_Type(childarr(i), actdate) =
461: wf_engine.eng_process) then
462: found := IsChild(childarr(i), acttype, actname, actdate);
463:
464: -- If a non-null value is returned, then the activity was

Line 586: if (Wf_Activity.Instance_Type(childarr(i), actdate) =

582:
583: -- Loop through and recursively search any PROCESS-type children.
584: i := 0;
585: while (childarr(i) is not null) loop
586: if (Wf_Activity.Instance_Type(childarr(i), actdate) =
587: wf_engine.eng_process) then
588: childid := FindActivity(childarr(i), activity, actdate);
589:
590: -- If a non-null value is returned, then the activity was