DBA Data[Home] [Help]

APPS.CLN_INV_REJECT_NOTIF_PVT dependencies on WF_ENGINE

Line 578: l_notif_code:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'NOTIF_CODE');

574: cln_debug_pub.Add('Entering the procedure CLN_INV_REJECT_NOTIF_PVT.notification_process_3c4_in', 2);
575: END IF;
576:
577: -- get the workflow activity attributes.
578: l_notif_code:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'NOTIF_CODE');
579:
580: IF (l_debug_level <= 1) THEN
581: cln_debug_pub.Add('Notification_code:'|| l_notif_code , 1);
582: END IF;

Line 584: l_notif_desc:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'NOTIF_DESC');

580: IF (l_debug_level <= 1) THEN
581: cln_debug_pub.Add('Notification_code:'|| l_notif_code , 1);
582: END IF;
583:
584: l_notif_desc:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'NOTIF_DESC');
585:
586: IF (l_debug_level <= 1) THEN
587: cln_debug_pub.Add('Notification_description:'|| l_notif_desc , 1);
588: END IF;

Line 590: l_status:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'STATUS');

586: IF (l_debug_level <= 1) THEN
587: cln_debug_pub.Add('Notification_description:'|| l_notif_desc , 1);
588: END IF;
589:
590: l_status:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'STATUS');
591:
592: IF (l_debug_level <= 1) THEN
593: cln_debug_pub.Add('Status:'|| l_status , 1);
594: END IF;

Line 596: l_tp_id:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'TPID');

592: IF (l_debug_level <= 1) THEN
593: cln_debug_pub.Add('Status:'|| l_status , 1);
594: END IF;
595:
596: l_tp_id:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'TPID');
597:
598: IF (l_debug_level <= 1) THEN
599: cln_debug_pub.Add('Trading Partner ID:'|| l_tp_id , 1);
600: END IF;

Line 602: l_app_ref_id :=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'REFERENCE');

598: IF (l_debug_level <= 1) THEN
599: cln_debug_pub.Add('Trading Partner ID:'|| l_tp_id , 1);
600: END IF;
601:
602: l_app_ref_id :=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'REFERENCE');
603:
604: IF (l_debug_level <= 1) THEN
605: cln_debug_pub.Add('Application Reference ID:'|| l_app_ref_id , 1);
606: END IF;

Line 608: l_coll_pt:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'COLL_POINT');

604: IF (l_debug_level <= 1) THEN
605: cln_debug_pub.Add('Application Reference ID:'|| l_app_ref_id , 1);
606: END IF;
607:
608: l_coll_pt:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'COLL_POINT');
609:
610: IF (l_debug_level <= 1) THEN
611: cln_debug_pub.Add('Collaboration Point:'|| l_coll_pt, 1);
612: END IF;

Line 614: l_intrl_cntrl_num:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'XMLG_INTERNAL_CONTROL_NUMBER');

610: IF (l_debug_level <= 1) THEN
611: cln_debug_pub.Add('Collaboration Point:'|| l_coll_pt, 1);
612: END IF;
613:
614: l_intrl_cntrl_num:=wf_engine.GetActivityAttrText(p_itemtype,p_itemkey,p_actid,'XMLG_INTERNAL_CONTROL_NUMBER');
615:
616: IF (l_debug_level <= 1) THEN
617: cln_debug_pub.Add('Internal Control Number:'|| l_intrl_cntrl_num, 1);
618: END IF;