DBA Data[Home] [Help]

APPS.PA_REPORT_WORKFLOW_CLIENT dependencies on PA_WORKFLOW_HISTORY

Line 150: 'PLSQL:PA_WORKFLOW_HISTORY.show_history/'||

146: wf_engine.SetItemAttrText(itemtype => p_item_type,
147: itemkey => p_item_key,
148: aname => 'HISTORY',
149: avalue =>
150: 'PLSQL:PA_WORKFLOW_HISTORY.show_history/'||
151: p_item_type||':'||
152: p_item_key );
153:
154: -- Add your own setting here. Please be aware that the item attributes you

Line 231: pa_workflow_history.save_comment_history (

227:
228: -- save the comment history to record info such as
229: -- "Submitter zzzz submit report xxx on this date"
230:
231: pa_workflow_history.save_comment_history (
232: p_item_type
233: ,p_item_key
234: ,'SUBMIT'
235: , l_user_name --- Submitter User Name

Line 472: 'PLSQL:PA_WORKFLOW_HISTORY.show_history/'||

468: wf_engine.SetItemAttrText(itemtype => p_item_type,
469: itemkey => p_item_key,
470: aname => 'HISTORY',
471: avalue =>
472: 'PLSQL:PA_WORKFLOW_HISTORY.show_history/'||
473: p_item_type||':'||
474: p_item_key );
475:
476:

Line 1157: pa_workflow_history.save_comment_history (

1153:
1154:
1155:
1156:
1157: pa_workflow_history.save_comment_history (
1158: p_item_type
1159: ,p_item_key
1160: ,'SUBMIT'
1161: , l_user_name