DBA Data[Home] [Help]

APPS.OKC_PH_LINE_BREAKS_PUB SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 130

procedure delete_Price_Hold_Line_Breaks(p_api_version	IN	NUMBER,
                              p_init_msg_list	IN	VARCHAR2 ,
                              x_return_status	OUT NOCOPY	VARCHAR2,
                              x_msg_count	OUT NOCOPY	NUMBER,
                              x_msg_data	OUT NOCOPY	VARCHAR2,
                              p_okc_ph_line_breaks_v_rec        IN  okc_ph_line_breaks_v_rec_type) is


l_api_name                     CONSTANT VARCHAR2(30) := 'delete_Price_Hold_Line_Breaks';
Line: 143

   OKC_PH_LINE_BREAKS_PVT.delete_Price_Hold_Line_Breaks(p_api_version,
                              p_init_msg_list,
                              x_return_status,
                              x_msg_count,
                              x_msg_data,
                              p_okc_ph_line_breaks_v_rec);
Line: 182

end delete_Price_Hold_Line_Breaks;