DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PVT dependencies on BIS_CONCURRENT_MANAGER_PVT

Line 467: BIS_CONCURRENT_MANAGER_PVT.Format_Schedule_Freq_Unit

463: , x_description => l_description
464: , x_return_status => l_return_status
465: );
466:
467: BIS_CONCURRENT_MANAGER_PVT.Format_Schedule_Freq_Unit
468: ( p_schedule_unit => l_schedule_unit
469: , p_schedule_freq => l_schedule_freq
470: , x_schedule_freq_unit => l_schedule_freq_unit
471: );

Line 1886: BIS_CONCURRENT_MANAGER_PVT.Get_Request_Schedule_Info

1882: ||l_Param_Set_Rec.performance_measure_id||', target level: '
1883: ||l_Param_Set_Rec.target_level_id);
1884: */
1885:
1886: BIS_CONCURRENT_MANAGER_PVT.Get_Request_Schedule_Info
1887: ( p_Param_Set_rec => l_Param_Set_rec
1888: , x_schedule_date => x_schedule_date
1889: , x_schedule_time => x_schedule_time
1890: , x_schedule_unit => x_schedule_unit

Line 2407: IF (l_alert = BIS_CONCURRENT_MANAGER_PVT.C_ALERT_BASED_ON_CHANGE) THEN

2403: itemtype => l_item_type,
2404: itemkey => l_wf_item_key,
2405: aname => 'ALERT_BASED_ON' );
2406:
2407: IF (l_alert = BIS_CONCURRENT_MANAGER_PVT.C_ALERT_BASED_ON_CHANGE) THEN
2408: l_alert_attribute := 'L_CHANGE';
2409: l_alert_attribute_label := 'L_CHANGE_LABEL';
2410: ELSE
2411: l_alert_attribute := 'L_TARGET';