DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_WORKFLOW dependencies on PA_WORKFLOW_HISTORY

Line 458: pa_workflow_history.save_comment_history (

454: l_name := wf_engine.GetItemAttrText( itemtype
455: , itemkey
456: , 'REPORT_APPROVER_USER_NAME');
457:
458: pa_workflow_history.save_comment_history (
459: itemtype
460: ,itemkey
461: ,'REJECT'
462: ,l_name ,

Line 591: pa_workflow_history.save_comment_history (

587: l_name := wf_engine.GetItemAttrText( itemtype
588: , itemkey
589: , 'REPORT_APPROVER_USER_NAME');
590:
591: pa_workflow_history.save_comment_history (
592: itemtype
593: ,itemkey
594: ,'APPROVE'
595: ,l_name ,

Line 1952: pa_workflow_history.save_comment_history (

1948: /* End of Addition for bug 4165780*/
1949:
1950: --debug_msg_s1 ('forward AAAAAAAAAAA get approval comment: forward to = ' || l_forward_to_name);
1951:
1952: pa_workflow_history.save_comment_history (
1953: itemtype
1954: ,itemkey
1955: ,'FORWARD'
1956: ,l_name