DBA Data[Home] [Help]

APPS.PSB_SUBMIT_WORKSHEET_PVT dependencies on WF_NOTIFICATION

Line 951: WF_Notification.SendGroup

947: --
948: IF l_operation_type IN ('MOVE', 'SUBMIT') THEN
949: --
950: l_notification_id :=
951: WF_Notification.SendGroup
952: ( role => l_submitter_name ,
953: msg_type => 'PSBWS' ,
954: msg_name => 'NOTIFY_OF_FREEZE_COMPLETION' ,
955: context => itemtype ||':'|| itemkey ||':'|| actid ,

Line 1047: WF_Notification.SendGroup

1043: )
1044: LOOP
1045: --
1046: l_notification_id :=
1047: WF_Notification.SendGroup
1048: ( role => l_role_rec.wf_role_name ,
1049: msg_type => 'PSBWS' ,
1050: msg_name => 'NOTIFY_OF_FREEZE_COMPLETION' ,
1051: context => itemtype ||':'|| itemkey ||':'|| actid ,

Line 1510: WF_Notification.SendGroup

1506: )
1507: LOOP
1508: --
1509: l_notification_id :=
1510: WF_Notification.SendGroup
1511: ( role => l_role_rec.wf_role_name ,
1512: msg_type => 'PSBWS' ,
1513: msg_name => 'NOTIFY_OF_WS_MOVE_COMPLETION' ,
1514: context => itemtype ||':'|| itemkey ||':'|| actid ,

Line 2539: WF_Notification.SendGroup

2535: )
2536: LOOP
2537: --
2538: l_notification_group_id :=
2539: WF_Notification.SendGroup
2540: (
2541: role => l_role_rec.wf_role_name ,
2542: msg_type => 'PSBWS' ,
2543: msg_name => 'NOTIFY_APPROVERS_OF_SUBMISSION' ,