DBA Data[Home] [Help]

APPS.AHL_APPR_SPACE_UNAVL_PUB SQL Statements

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

Line: 102

         AHL_APPR_SPACE_UNAVL_PVT.UPDATE_SPACE_RESTRICTION
           (
            p_api_version             => l_api_version,
            p_init_msg_list           => p_init_msg_list,
            p_commit                  => p_commit,
            p_validation_level        => p_validation_level,
            p_module_type             => p_module_type,
            p_space_restriction_rec   => p_x_space_restriction_tbl(i),
            x_return_status           => l_return_status,
            x_msg_count               => l_msg_count,
            x_msg_data                => l_msg_data
          );
Line: 115

         AHL_APPR_SPACE_UNAVL_PVT.DELETE_SPACE_RESTRICTION
           (
            p_api_version             => l_api_version,
            p_init_msg_list           => p_init_msg_list,
            p_commit                  => p_commit,
            p_validation_level        => p_validation_level,
            p_space_restriction_rec   => p_x_space_restriction_tbl(i),
            x_return_status           => l_return_status,
            x_msg_count               => l_msg_count,
            x_msg_data                => l_msg_data
          );