DBA Data[Home] [Help]

APPS.BIS_CORRECTIVE_ACTION_PUB dependencies on BIS_DIM_LEVEL_VALUE_PUB

Line 73: , p_dim_level_value_tbl IN BIS_DIM_LEVEL_VALUE_PUB.Dim_Level_Value_Tbl_Type

69: -- Starts the corrective action workflow
70: --
71: Procedure Start_Corrective_Action
72: ( p_measure_instance IN BIS_MEASURE_PUB.Measure_Instance_type
73: , p_dim_level_value_tbl IN BIS_DIM_LEVEL_VALUE_PUB.Dim_Level_Value_Tbl_Type
74: , p_comparison_result IN VARCHAR2
75: );
76:
77: -- Sends the Alert notification

Line 81: , p_dim_level_value_tbl IN BIS_DIM_LEVEL_VALUE_PUB.Dim_Level_Value_Tbl_Type

77: -- Sends the Alert notification
78: --
79: Procedure Send_Alert
80: ( p_measure_instance IN BIS_MEASURE_PUB.Measure_Instance_type
81: , p_dim_level_value_tbl IN BIS_DIM_LEVEL_VALUE_PUB.Dim_Level_Value_Tbl_Type
82: , p_comparison_result IN VARCHAR2
83: );
84:
85: END BIS_CORRECTIVE_ACTION_PUB;