DBA Data[Home] [Help]

APPS.BIS_PMF_ALERT_REG_PUB dependencies on BIS_PMF_ALERT_REG_PVT

Line 37: BIS_PMF_ALERT_REG_PVT.Create_Parameter_set

33: IS
34: BEGIN
35:
36:
37: BIS_PMF_ALERT_REG_PVT.Create_Parameter_set
38: ( p_api_version => p_api_version
39: , p_commit => p_commit
40: , p_Param_Set_Rec => p_Param_Set_Rec
41: , x_return_status => x_return_status

Line 78: BIS_PMF_ALERT_REG_PVT.Delete_Parameter_set

74: IS
75:
76: BEGIN
77:
78: BIS_PMF_ALERT_REG_PVT.Delete_Parameter_set
79: ( p_api_version => p_api_version
80: , p_commit => p_commit
81: , p_Param_Set_Rec => p_Param_Set_Rec
82: , x_return_status => x_return_status

Line 118: BIS_PMF_ALERT_REG_PVT.Retrieve_Parameter_set

114: )
115: IS
116: BEGIN
117:
118: BIS_PMF_ALERT_REG_PVT.Retrieve_Parameter_set
119: ( p_api_version => p_api_version
120: , p_measure_id => p_measure_id
121: , p_time_dimension_level_id=> p_time_dimension_level_id
122: , p_current_row => p_current_row

Line 160: BIS_PMF_ALERT_REG_PVT.Manage_Alert_Registrations

156: )
157: IS
158: BEGIN
159:
160: BIS_PMF_ALERT_REG_PVT.Manage_Alert_Registrations
161: ( p_Param_Set_rec => p_Param_Set_rec
162: , x_request_scheduled => x_request_scheduled
163: , x_return_status => x_return_status
164: , x_error_Tbl => x_error_Tbl

Line 192: BIS_PMF_ALERT_REG_PVT.Manage_Alert_Registrations

188: )
189: IS
190: BEGIN
191:
192: BIS_PMF_ALERT_REG_PVT.Manage_Alert_Registrations
193: ( p_Param_Set_Tbl => p_Param_Set_Tbl
194: , x_request_scheduled => x_request_scheduled
195: , x_return_status => x_return_status
196: , x_error_Tbl => x_error_Tbl

Line 232: l_p_exist := BIS_PMF_ALERT_REG_PVT.Parameter_set_Exist

228: l_p_exist boolean;
229:
230: BEGIN
231:
232: l_p_exist := BIS_PMF_ALERT_REG_PVT.Parameter_set_Exist
233: ( p_api_version => p_api_version
234: , p_Param_Set_Rec => p_Param_Set_Rec
235: , x_notifiers_code => x_notifiers_code
236: , x_return_status => x_return_status