DBA Data[Home] [Help]

APPS.WSH_INTERFACE_PUB SQL Statements

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

Line: 159

        l_detail_info_tab(1).last_update_date := p_delivery_details_info.last_update_date;
Line: 160

        l_detail_info_tab(1).last_update_login := p_delivery_details_info.last_update_login;
Line: 161

        l_detail_info_tab(1).last_updated_by := p_delivery_details_info.last_updated_by;
Line: 164

        l_detail_info_tab(1).program_update_date := p_delivery_details_info.program_update_date;
Line: 272

                 WSH_DEBUG_SV.logmsg(l_module_name,'Calling program unit WSH_DELIVERY_DETAILS_GRP.CREATE_UPDATE_DELIVERY_DETAIL',WSH_DEBUG_SV.C_PROC_LEVEL);
Line: 275

       wsh_interface_grp.create_update_delivery_detail(
       p_api_version_number	 => l_api_version,
       p_init_msg_list           => l_init_msg_list,
       p_commit                  => l_commit,
       x_return_status           => l_return_status,
       x_msg_count               => l_msg_count,
       x_msg_data                => l_msg_data,
       p_detail_info_tab         => l_detail_info_tab,
       p_IN_rec                  => l_in_rec,
       x_OUT_rec                 => l_out_rec);