DBA Data[Home] [Help]

APPS.PA_CONTROL_ITEMS_WORKFLOW dependencies on PA_WORKFLOW_HISTORY

Line 429: pa_workflow_history.save_comment_history (

425: itemkey => itemkey,
426: aname => 'RECORD_VERSION_NUMBER');
427:
428: IF l_name IS NOT NULL THEN -- #Bug#13683760
429: pa_workflow_history.save_comment_history (
430: itemtype
431: ,itemkey
432: ,'REJECT'
433: ,l_name ,

Line 612: pa_workflow_history.save_comment_history (

608: aname => 'RECORD_VERSION_NUMBER');
609:
610: IF l_name IS NOT NULL THEN
611:
612: pa_workflow_history.save_comment_history (
613: itemtype
614: ,itemkey
615: ,'APPROVE'
616: ,l_name,

Line 743: pa_workflow_history.save_comment_history (

739:
740: --debug_msg_s1('b4 save history');
741:
742:
743: pa_workflow_history.save_comment_history (
744: itemtype
745: ,itemkey
746: ,'SUBMIT'
747: , l_user_name

Line 970: pa_workflow_history.save_comment_history (

966: , l_forward_to);
967:
968:
969:
970: pa_workflow_history.save_comment_history (
971: itemtype
972: ,itemkey
973: ,'FORWARD'
974: ,l_name