DBA Data[Home] [Help]

APPS.PA_REPORT_WORKFLOW_CLIENT dependencies on PA_WORKFLOW_HISTORY

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

138: wf_engine.SetItemAttrText(itemtype => p_item_type,
139: itemkey => p_item_key,
140: aname => 'HISTORY',
141: avalue =>
142: 'PLSQL:PA_WORKFLOW_HISTORY.show_history/'||
143: p_item_type||':'||
144: p_item_key );
145:
146: -- Add your own setting here. Please be aware that the item attributes you

Line 223: pa_workflow_history.save_comment_history (

219:
220: -- save the comment history to record info such as
221: -- "Submitter zzzz submit report xxx on this date"
222:
223: pa_workflow_history.save_comment_history (
224: p_item_type
225: ,p_item_key
226: ,'SUBMIT'
227: , l_user_name --- Submitter User Name

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

454: wf_engine.SetItemAttrText(itemtype => p_item_type,
455: itemkey => p_item_key,
456: aname => 'HISTORY',
457: avalue =>
458: 'PLSQL:PA_WORKFLOW_HISTORY.show_history/'||
459: p_item_type||':'||
460: p_item_key );
461:
462:

Line 1108: pa_workflow_history.save_comment_history (

1104:
1105:
1106:
1107:
1108: pa_workflow_history.save_comment_history (
1109: p_item_type
1110: ,p_item_key
1111: ,'SUBMIT'
1112: , l_user_name