DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_PUB dependencies on STANDARD

Line 1674: WF_STANDARD.VoteForResultType ( itemtype

1670: END IF ;
1671:
1672:
1673: /* Bug2885157
1674: WF_STANDARD.VoteForResultType ( itemtype
1675: , itemkey
1676: , actid
1677: , funcmode
1678: , result ) ;

Line 1896: WF_STANDARD.VoteForResultType ( itemtype

1892: END IF ;
1893:
1894:
1895: /* Bug2885157
1896: WF_STANDARD.VoteForResultType ( itemtype
1897: , itemkey
1898: , actid
1899: , funcmode
1900: , result ) ;

Line 2113: WF_STANDARD.VoteForResultType ( itemtype

2109: Eng_Workflow_Util.Write_Debug('calling VoteForReuslt. . . ' ) ;
2110: END IF ;
2111:
2112: /* Bug2885157
2113: WF_STANDARD.VoteForResultType ( itemtype
2114: , itemkey
2115: , actid
2116: , funcmode
2117: , result ) ;

Line 2360: WF_STANDARD.VoteForResultType ( itemtype

2356: END IF ;
2357:
2358:
2359: /* Bug2885157
2360: WF_STANDARD.VoteForResultType ( itemtype
2361: , itemkey
2362: , actid
2363: , funcmode
2364: , result ) ;

Line 2641: WF_STANDARD.VoteForResultType ( itemtype

2637: END IF ;
2638:
2639:
2640: /* Bug2885157
2641: WF_STANDARD.VoteForResultType ( itemtype
2642: , itemkey
2643: , actid
2644: , funcmode
2645: , result ) ;

Line 2919: WF_STANDARD.VoteForResultType ( itemtype

2915: Eng_Workflow_Util.Write_Debug('calling VoteForReuslt. . . ' ) ;
2916: END IF ;
2917:
2918: /* Bug2885157
2919: WF_STANDARD.VoteForResultType ( itemtype
2920: , itemkey
2921: , actid
2922: , funcmode
2923: , result ) ;

Line 5874: l_text_attr_value_tbl(I) := 'PLSQL:WF_STANDARD.EVENTDETAILS/'||ItemType||':'||ItemKey ;

5870:
5871: -- Set the PL/SQL Document for the Event Details
5872: I := I + 1 ;
5873: l_text_attr_name_tbl(I) := 'EVENT_DETAILS' ;
5874: l_text_attr_value_tbl(I) := 'PLSQL:WF_STANDARD.EVENTDETAILS/'||ItemType||':'||ItemKey ;
5875:
5876:
5877: -- Set the Value for the Event Data URL
5878: I := I + 1 ;

Line 6048: -- call WF_STANDARD.WaitForFlow

6044: -- elsif ( l_waiting_flow = 'XXXX' ) then
6045: -- null
6046: -- else
6047: -- raise exception ;
6048: -- call WF_STANDARD.WaitForFlow
6049: -- end if;
6050: --
6051:
6052: IF l_debug_flag THEN