DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_WORKFLOW_HISTORY

Line 390: pa_workflow_history.save_comment_history (

386: itemkey => itemkey,
387: aname => 'RECORD_VERSION_NUMBER');
388:
389:
390: pa_workflow_history.save_comment_history (
391: itemtype
392: ,itemkey
393: ,'REJECT'
394: ,l_name ,

Line 535: pa_workflow_history.save_comment_history (

531: aname => 'RECORD_VERSION_NUMBER');
532:
533: IF l_name IS NOT NULL THEN
534:
535: pa_workflow_history.save_comment_history (
536: itemtype
537: ,itemkey
538: ,'APPROVE'
539: ,l_name,

Line 640: pa_workflow_history.save_comment_history (

636:
637: --debug_msg_s1('b4 save history');
638:
639:
640: pa_workflow_history.save_comment_history (
641: itemtype
642: ,itemkey
643: ,'SUBMIT'
644: , l_user_name

Line 870: pa_workflow_history.save_comment_history (

866: , l_forward_to);
867:
868:
869:
870: pa_workflow_history.save_comment_history (
871: itemtype
872: ,itemkey
873: ,'FORWARD'
874: ,l_name