DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_PUB dependencies on WF_NOTIFICATION

Line 1649: l_attr_value varchar2(4000); --bug 10033738 , consistent to the maxsize in wf_notification.GetAttrText, comment max lenght 4000 bytes

1645: l_debug_flag BOOLEAN := FALSE ; -- For TEST : FALSE ;
1646: l_output_dir VARCHAR2(80) ;
1647: l_debug_filename VARCHAR2(30) ;
1648:
1649: l_attr_value varchar2(4000); --bug 10033738 , consistent to the maxsize in wf_notification.GetAttrText, comment max lenght 4000 bytes
1650: l_nid number;
1651:
1652: BEGIN
1653:

Line 1718: l_response_code := WF_NOTIFICATION.GetAttrText

1714: END IF ;
1715:
1716:
1717:
1718: l_response_code := WF_NOTIFICATION.GetAttrText
1719: ( nid => WF_ENGINE.context_nid
1720: , aname => 'RESULT'
1721: );
1722:

Line 1820: l_attr_value := wf_notification.GetAttrText(l_nid,'WF_NOTE');

1816: -- Bug 10033738 to make Comment text input required in Change Action 'request comment' notification
1817: if (funcmode = 'VALIDATE') then
1818: l_nid := wf_engine.context_nid;
1819: -- Retrieve the respond attribute value
1820: l_attr_value := wf_notification.GetAttrText(l_nid,'WF_NOTE');
1821:
1822: -- Use WF_CORE API to raise a translated error message back to the
1823: -- notification page
1824: if (l_attr_value is null) then

Line 1959: l_response_code := WF_NOTIFICATION.GetAttrText

1955: Eng_Workflow_Util.Open_Debug_Session( l_output_dir
1956: , l_debug_filename || actid ) ;
1957: END IF ;
1958:
1959: l_response_code := WF_NOTIFICATION.GetAttrText
1960: ( nid => WF_ENGINE.context_nid
1961: , aname => 'RESULT'
1962: );
1963:

Line 2169: l_response_code := WF_NOTIFICATION.GetAttrText

2165: END IF ;
2166:
2167:
2168:
2169: l_response_code := WF_NOTIFICATION.GetAttrText
2170: ( nid => WF_ENGINE.context_nid
2171: , aname => 'RESULT'
2172: );
2173:

Line 2423: l_response_code := WF_NOTIFICATION.GetAttrText

2419: Eng_Workflow_Util.Open_Debug_Session( l_output_dir
2420: , l_debug_filename || actid ) ;
2421: END IF ;
2422:
2423: l_response_code := WF_NOTIFICATION.GetAttrText
2424: ( nid => WF_ENGINE.context_nid
2425: , aname => 'RESULT'
2426: );
2427:

Line 2704: l_response_code := WF_NOTIFICATION.GetAttrText

2700: Eng_Workflow_Util.Open_Debug_Session( l_output_dir
2701: , l_debug_filename || actid ) ;
2702: END IF ;
2703:
2704: l_response_code := WF_NOTIFICATION.GetAttrText
2705: ( nid => WF_ENGINE.context_nid
2706: , aname => 'RESULT'
2707: );
2708:

Line 2974: l_response_code := WF_NOTIFICATION.GetAttrText

2970: , l_debug_filename || actid ) ;
2971: END IF ;
2972:
2973:
2974: l_response_code := WF_NOTIFICATION.GetAttrText
2975: ( nid => WF_ENGINE.context_nid
2976: , aname => 'RESULT'
2977: );
2978:

Line 3148: l_response_code := WF_NOTIFICATION.GetAttrText

3144: END IF ;
3145:
3146:
3147:
3148: l_response_code := WF_NOTIFICATION.GetAttrText
3149: ( nid => WF_ENGINE.context_nid
3150: , aname => 'RESULT'
3151: );
3152: