DBA Data[Home] [Help]

APPS.BIS_ALERT_SERVICE_PVT dependencies on BIS_PMF_ALERT_REG_PVT

Line 26: REM | BIS_PMF_ALERT_REG_PVT.Retrieve_Notifiers_Code in

22: REM | Change ensures that a new request ID is generated
23: REM | for each of the requests. This helps in decoupling
24: REM | the requestor from the requests he doesn't want.
25: REM | Got rid of the call to
26: REM | BIS_PMF_ALERT_REG_PVT.Retrieve_Notifiers_Code in
27: REM | Retrieve_All_Request_Rows as this was causing a
28: REM | single notifiers code when the requestor resquests
29: REM | for the alert.
30: REM | 23-JAN-03 mahrao For having different local variables for IN and OUT

Line 1063: BIS_PMF_ALERT_REG_PVT.Manage_Alert_Registrations

1059:
1060: FOR i IN 1..l_Param_Set_tbl.COUNT LOOP
1061: BIS_UTILITIES_PUB.put_line(p_text =>'Managing '||i||'th TARGET registrations: '
1062: ||l_Param_Set_tbl(i).Target_Level_ID);
1063: BIS_PMF_ALERT_REG_PVT.Manage_Alert_Registrations
1064: ( p_Param_Set_rec => l_Param_Set_tbl(i)
1065: , x_request_scheduled => l_request_scheduled
1066: , x_return_status => x_return_status
1067: , x_error_Tbl => x_error_Tbl