DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_PUB dependencies on STANDARD

Line 1675: WF_STANDARD.VoteForResultType ( itemtype

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

Line 1909: WF_STANDARD.VoteForResultType ( itemtype

1905: END IF ;
1906:
1907:
1908: /* Bug2885157
1909: WF_STANDARD.VoteForResultType ( itemtype
1910: , itemkey
1911: , actid
1912: , funcmode
1913: , result ) ;

Line 2126: WF_STANDARD.VoteForResultType ( itemtype

2122: Eng_Workflow_Util.Write_Debug('calling VoteForReuslt. . . ' ) ;
2123: END IF ;
2124:
2125: /* Bug2885157
2126: WF_STANDARD.VoteForResultType ( itemtype
2127: , itemkey
2128: , actid
2129: , funcmode
2130: , result ) ;

Line 2373: WF_STANDARD.VoteForResultType ( itemtype

2369: END IF ;
2370:
2371:
2372: /* Bug2885157
2373: WF_STANDARD.VoteForResultType ( itemtype
2374: , itemkey
2375: , actid
2376: , funcmode
2377: , result ) ;

Line 2654: WF_STANDARD.VoteForResultType ( itemtype

2650: END IF ;
2651:
2652:
2653: /* Bug2885157
2654: WF_STANDARD.VoteForResultType ( itemtype
2655: , itemkey
2656: , actid
2657: , funcmode
2658: , result ) ;

Line 2932: WF_STANDARD.VoteForResultType ( itemtype

2928: Eng_Workflow_Util.Write_Debug('calling VoteForReuslt. . . ' ) ;
2929: END IF ;
2930:
2931: /* Bug2885157
2932: WF_STANDARD.VoteForResultType ( itemtype
2933: , itemkey
2934: , actid
2935: , funcmode
2936: , result ) ;

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

5883:
5884: -- Set the PL/SQL Document for the Event Details
5885: I := I + 1 ;
5886: l_text_attr_name_tbl(I) := 'EVENT_DETAILS' ;
5887: l_text_attr_value_tbl(I) := 'PLSQL:WF_STANDARD.EVENTDETAILS/'||ItemType||':'||ItemKey ;
5888:
5889:
5890: -- Set the Value for the Event Data URL
5891: I := I + 1 ;

Line 6061: -- call WF_STANDARD.WaitForFlow

6057: -- elsif ( l_waiting_flow = 'XXXX' ) then
6058: -- null
6059: -- else
6060: -- raise exception ;
6061: -- call WF_STANDARD.WaitForFlow
6062: -- end if;
6063: --
6064:
6065: IF l_debug_flag THEN