DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_PUB dependencies on WF_NOTIFICATION

Line 1717: l_response_code := WF_NOTIFICATION.GetAttrText

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

Line 1946: l_response_code := WF_NOTIFICATION.GetAttrText

1942: Eng_Workflow_Util.Open_Debug_Session( l_output_dir
1943: , l_debug_filename || actid ) ;
1944: END IF ;
1945:
1946: l_response_code := WF_NOTIFICATION.GetAttrText
1947: ( nid => WF_ENGINE.context_nid
1948: , aname => 'RESULT'
1949: );
1950:

Line 2156: l_response_code := WF_NOTIFICATION.GetAttrText

2152: END IF ;
2153:
2154:
2155:
2156: l_response_code := WF_NOTIFICATION.GetAttrText
2157: ( nid => WF_ENGINE.context_nid
2158: , aname => 'RESULT'
2159: );
2160:

Line 2410: l_response_code := WF_NOTIFICATION.GetAttrText

2406: Eng_Workflow_Util.Open_Debug_Session( l_output_dir
2407: , l_debug_filename || actid ) ;
2408: END IF ;
2409:
2410: l_response_code := WF_NOTIFICATION.GetAttrText
2411: ( nid => WF_ENGINE.context_nid
2412: , aname => 'RESULT'
2413: );
2414:

Line 2691: l_response_code := WF_NOTIFICATION.GetAttrText

2687: Eng_Workflow_Util.Open_Debug_Session( l_output_dir
2688: , l_debug_filename || actid ) ;
2689: END IF ;
2690:
2691: l_response_code := WF_NOTIFICATION.GetAttrText
2692: ( nid => WF_ENGINE.context_nid
2693: , aname => 'RESULT'
2694: );
2695:

Line 2961: l_response_code := WF_NOTIFICATION.GetAttrText

2957: , l_debug_filename || actid ) ;
2958: END IF ;
2959:
2960:
2961: l_response_code := WF_NOTIFICATION.GetAttrText
2962: ( nid => WF_ENGINE.context_nid
2963: , aname => 'RESULT'
2964: );
2965:

Line 3135: l_response_code := WF_NOTIFICATION.GetAttrText

3131: END IF ;
3132:
3133:
3134:
3135: l_response_code := WF_NOTIFICATION.GetAttrText
3136: ( nid => WF_ENGINE.context_nid
3137: , aname => 'RESULT'
3138: );
3139: