DBA Data[Home] [Help]

APPS.PSB_SUBMIT_REVISION_PVT dependencies on WF_NOTIFICATION

Line 696: WF_Notification.SendGroup

692: --
693: IF l_operation_type = 'SUBMIT_REVISION' THEN
694: --
695: l_notification_id :=
696: WF_Notification.SendGroup
697: ( role => l_submitter_name ,
698: msg_type => 'PSBBR' ,
699: msg_name => 'NOTIFY_OF_FREEZE_COMPLETION' ,
700: context => itemtype ||':'|| itemkey ||':'|| actid ,

Line 792: WF_Notification.SendGroup

788: )
789: LOOP
790: --
791: l_notification_id :=
792: WF_Notification.SendGroup
793: ( role => l_role_rec.wf_role_name ,
794: msg_type => 'PSBBR' ,
795: msg_name => 'NOTIFY_OF_FREEZE_COMPLETION' ,
796: context => itemtype ||':'|| itemkey ||':'|| actid ,

Line 1722: WF_Notification.SendGroup

1718: )
1719: LOOP
1720: --
1721: l_notification_group_id :=
1722: WF_Notification.SendGroup
1723: (
1724: role => l_role_rec.wf_role_name ,
1725: msg_type => 'PSBBR' ,
1726: msg_name => 'NOTIFY_APPROVERS_OF_SUBMISSION' ,